Skip to content

Commit ac0b823

Browse files
committed
Fix error in jruby CI job via gem upgrades
I'm semi sure the bug was introduced by bundler upgrade, but `bundler update pry` then removed the pry-java version but everything still seems to be working so... 🤷 Errornous build: https://github.com/simplecov-ruby/simplecov/pull/972/checks?check_run_id=1841431350 PR in which this occured: #972
1 parent 75e1c63 commit ac0b823

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Gemfile.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ GEM
7474
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
7575
cucumber-messages (~> 12.2, >= 12.2.0)
7676
diff-lcs (1.3)
77-
docile (1.3.4)
78-
ffi (1.13.1)
79-
ffi (1.13.1-java)
77+
docile (1.3.5)
78+
ffi (1.14.2)
79+
ffi (1.14.2-java)
8080
i18n (1.8.5)
8181
concurrent-ruby (~> 1.0)
8282
method_source (1.0.0)
@@ -100,10 +100,6 @@ GEM
100100
pry (0.13.1)
101101
coderay (~> 1.1)
102102
method_source (~> 1.0)
103-
pry (0.13.1-java)
104-
coderay (~> 1.1)
105-
method_source (~> 1.0)
106-
spoon (~> 0.0)
107103
public_suffix (4.0.6)
108104
rack (2.2.3)
109105
rack-test (1.1.0)
@@ -139,8 +135,6 @@ GEM
139135
ruby-progressbar (1.11.0)
140136
simplecov-html (0.12.3)
141137
simplecov_json_formatter (0.1.2)
142-
spoon (0.0.6)
143-
ffi
144138
sys-uname (1.2.2)
145139
ffi (~> 1.1)
146140
test-unit (3.3.6)
@@ -182,4 +176,4 @@ DEPENDENCIES
182176
webrick
183177

184178
BUNDLED WITH
185-
2.2.3
179+
2.2.8

0 commit comments

Comments
 (0)