Skip to content

Commit

Permalink
Update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
iarobinson committed Dec 18, 2023
1 parent 24771f0 commit b71e027
Show file tree
Hide file tree
Showing 3 changed files with 3 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.0.6
ruby-3.0.2
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.0.6'
ruby '3.0.2'

gem 'rails', '~> 7.0.0'
gem "sprockets-rails"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.0.6p216
ruby 3.0.2p107

BUNDLED WITH
2.2.33

0 comments on commit b71e027

Please sign in to comment.