Skip to content

Commit

Permalink
Update to Ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 2, 2024
1 parent ba957bb commit b42cbbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source 'https://rubygems.org'

ruby '2.7.3'
ruby '3.2.2'

gem 'rake', '~> 13.0', '>= 13.0.6'
gem 'rake', '~> 13.1'
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
rake (13.0.6)
rake (13.1.0)

PLATFORMS
x64-mingw32
ruby
x64-mingw-ucrt

DEPENDENCIES
rake (~> 13.0, >= 13.0.6)
rake (~> 13.1)

RUBY VERSION
ruby 2.7.3p183
ruby 3.2.2p53

BUNDLED WITH
2.2.26
2.4.21

0 comments on commit b42cbbd

Please sign in to comment.