Skip to content

Commit

Permalink
Upgrade to Ruby 3.2 (#3950)
Browse files Browse the repository at this point in the history
* Upgrade to Ruby 3.2

* gemfile.lock
  • Loading branch information
dorner authored Dec 10, 2023
1 parent 8e7edcc commit 1d40fc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.2
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby "3.1.2"

###### BASIC FRAMEWORKS ######

# User management and login workflow.
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,5 @@ DEPENDENCIES
web-console
webmock (~> 3.19)

RUBY VERSION
ruby 3.1.2p20

BUNDLED WITH
2.4.22
3 changes: 3 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rails:
configuration:
ruby_version: 3.2.2

0 comments on commit 1d40fc4

Please sign in to comment.