Skip to content

Commit

Permalink
Upgrade to Ruby >= 3.1 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
david942j authored Aug 7, 2024
1 parent d540592 commit ee0a617
Show file tree
Hide file tree
Showing 21 changed files with 373 additions and 164 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
continue-on-error: ${{ matrix.ruby-version == 'head' }}
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', 'head']
ruby-version: ['3.1', '3.2', '3.3', 'head']

steps:
- uses: actions/checkout@v2
Expand Down
51 changes: 30 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,54 +8,63 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
bindata (2.4.15)
bindata (2.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
docile (1.4.1)
elftools (1.1.3)
bindata (~> 2)
parallel (1.22.1)
parser (3.1.2.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.3.1)
rexml (3.2.5)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.4)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.28.2)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.17.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
simplecov (0.21.2)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
unicode-display_width (2.1.0)
strscan (3.1.0)
unicode-display_width (2.5.0)
yard (0.9.36)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
one_gadget!
Expand All @@ -66,4 +75,4 @@ DEPENDENCIES
yard (~> 0.9)

BUNDLED WITH
2.1.4
2.5.3
Loading

0 comments on commit ee0a617

Please sign in to comment.