Skip to content

Commit

Permalink
Merge pull request #472 from sophiedeziel/upgrade-ruby
Browse files Browse the repository at this point in the history
upgrade ruby from 3.1.2 to 3.3.6
  • Loading branch information
github-actions[bot] authored Nov 24, 2024
2 parents 1ce0735 + ac5759e commit ba2da04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.1.2
ruby-3.3.6
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.1.2'
ruby '3.3.6'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.2.2'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ GEM

PLATFORMS
x86_64-darwin-22
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -318,7 +319,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.1.2p20
ruby 3.3.6p108

BUNDLED WITH
2.4.15

0 comments on commit ba2da04

Please sign in to comment.