Skip to content

Commit

Permalink
Upgrade ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-stefano committed Jul 2, 2024
1 parent 656ba99 commit c31fbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.3'
ruby '3.2.4'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '7.1.3.2'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.3p157
ruby 3.2.4p170

BUNDLED WITH
2.3.20

0 comments on commit c31fbb2

Please sign in to comment.