Skip to content

Commit

Permalink
Merge pull request #28 from lewagon/ruby-3.3.5
Browse files Browse the repository at this point in the history
Upgrade to Ruby 3.3.5
  • Loading branch information
Eschults authored Oct 18, 2024
2 parents 6d6eaa0 + fa76a92 commit 132d06d
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 @@
3.1.2
3.3.5
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby "3.1.2"
ruby "3.3.5"

gem "awesome_print", "~> 1.8", require: false
gem "faker", "~> 3.4"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-23
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux
Expand All @@ -209,7 +210,7 @@ DEPENDENCIES
sqlite3 (~> 1.4)

RUBY VERSION
ruby 3.1.2p20
ruby 3.3.5p100

BUNDLED WITH
2.3.22

0 comments on commit 132d06d

Please sign in to comment.