Skip to content

Commit

Permalink
Use latest Ruby 3.2.2 and latest bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Oct 12, 2023
1 parent 8d78a91 commit 2d97e95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.0"
ruby "3.2.2"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.2", ">= 7.0.2.3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.2.0p0
ruby 3.2.2p53

BUNDLED WITH
2.4.6
2.4.20

0 comments on commit 2d97e95

Please sign in to comment.