Skip to content

Commit 6146a90

Browse files
committed
Drop EOL Ruby versions from matrix, update pry for 3.4 compatibility
Trims CI matrix to 3.2/3.3/3.4 (2.6, 2.7, and 3.0 are all EOL). Updates pry-byebug 3.9.0 -> 3.12.0 and pry 0.13.1 -> 0.16.0, which resolves the DidYouMean::SPELL_CHECKERS crash on Ruby 3.4.
1 parent 0b1d9a6 commit 6146a90

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby-version: ['2.6', '2.7', '3.0', '3.2', '3.3', '3.4']
15+
ruby-version: ['3.2', '3.3', '3.4']
1616

1717
env:
1818
PUSHER_INSTANCE_ID: 1b880590-6301-4bb5-b34f-45db1c5f5644

Gemfile.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ GEM
1111
addressable (2.7.0)
1212
public_suffix (>= 2.0.2, < 5.0)
1313
ast (2.4.2)
14-
byebug (11.1.3)
14+
byebug (13.0.0)
15+
reline (>= 0.6.0)
1516
codecov (0.2.12)
1617
json
1718
simplecov
@@ -33,27 +34,31 @@ GEM
3334
http-accept (1.7.0)
3435
http-cookie (1.0.3)
3536
domain_name (~> 0.5)
37+
io-console (0.8.2)
3638
json (2.5.1)
3739
jwt (2.2.2)
38-
method_source (1.0.0)
40+
method_source (1.1.0)
3941
mime-types (3.3.1)
4042
mime-types-data (~> 3.2015)
4143
mime-types-data (3.2021.0225)
4244
netrc (0.11.0)
4345
parallel (1.20.1)
4446
parser (3.0.0.0)
4547
ast (~> 2.4.1)
46-
pry (0.13.1)
48+
pry (0.16.0)
4749
coderay (~> 1.1)
4850
method_source (~> 1.0)
49-
pry-byebug (3.9.0)
50-
byebug (~> 11.0)
51-
pry (~> 0.13.0)
51+
reline (>= 0.6.0)
52+
pry-byebug (3.12.0)
53+
byebug (~> 13.0)
54+
pry (>= 0.13, < 0.17)
5255
public_suffix (4.0.6)
5356
rainbow (3.0.0)
5457
rake (13.0.3)
5558
rb-readline (0.5.5)
5659
regexp_parser (2.1.1)
60+
reline (0.6.3)
61+
io-console (~> 0.5)
5762
rest-client (2.1.0)
5863
http-accept (>= 1.7.0, < 2.0)
5964
http-cookie (>= 1.0.2, < 2.0)

0 commit comments

Comments
 (0)