Skip to content

Commit

Permalink
Use Ruby 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiIto committed Feb 11, 2023
1 parent 2f3ad25 commit 72e4375
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.1
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.0'
ruby '3.2.1'

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

RUBY VERSION
ruby 3.2.0p0
ruby 3.2.1p31

BUNDLED WITH
2.4.1
2.4.6

0 comments on commit 72e4375

Please sign in to comment.