Skip to content

Commit 737d2eb

Browse files
authored
Merge pull request #2339 from yahonda/remove_workaround_for_jruby
Remove workaround for jruby-head
2 parents 3c00b01 + 8548192 commit 737d2eb

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ jobs:
7979
- name: Run RSpec
8080
run: |
8181
bundle exec rspec
82-
- name: Workaround jruby-head failure by removing Gemfile.lock
83-
run: |
84-
rm Gemfile.lock
8582
- name: Run bug report templates
8683
if: "false"
8784
run: |

.github/workflows/test_11g.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ jobs:
8080
- name: Run RSpec
8181
run: |
8282
bundle exec rspec
83-
- name: Workaround jruby-head failure by removing Gemfile.lock
84-
run: |
85-
rm Gemfile.lock
8683
- name: Run bug report templates
8784
if: "false"
8885
run: |

0 commit comments

Comments
 (0)