Skip to content

Commit

Permalink
Update to Ruby 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyhall committed Apr 21, 2023
1 parent 66e3e3e commit 8605840
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.7.5
3.2.1
1 change: 1 addition & 0 deletions Gemfile
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
ruby "3.2.1"

gemspec

Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -375,5 +375,8 @@ DEPENDENCIES
xpath (= 3.2.0)
yard

RUBY VERSION
ruby 3.2.1p31

BUNDLED WITH
2.3.10
2 changes: 2 additions & 0 deletions gemfiles/rails60.gemfile
Expand Up @@ -2,6 +2,8 @@

source "https://rubygems.org"

ruby "3.2.1"

gem "administrate-field-image"
gem "faker"
gem "front_matter_parser"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails61.gemfile
Expand Up @@ -2,6 +2,8 @@

source "https://rubygems.org"

ruby "3.2.1"

gem "administrate-field-image"
gem "faker"
gem "front_matter_parser"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails70.gemfile
Expand Up @@ -2,6 +2,8 @@

source "https://rubygems.org"

ruby "3.2.1"

gem "administrate-field-image"
gem "faker"
gem "front_matter_parser"
Expand Down

0 comments on commit 8605840

Please sign in to comment.