Skip to content

Commit

Permalink
Merge pull request #934 from MikeMcQuaid/ruby_3.3.1
Browse files Browse the repository at this point in the history
Ruby 3.3.1
  • Loading branch information
MikeMcQuaid committed May 20, 2024
2 parents 7dca9f9 + fb17b63 commit cd7f641
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.3
3.3.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

ruby File.read(File.expand_path("#{File.dirname(__FILE__)}/.ruby-version")).strip
ruby file: ".ruby-version"

gem "activesupport"
gem "faraday-retry"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ DEPENDENCIES
sinatra

RUBY VERSION
ruby 3.2.3p157
ruby 3.3.1p55

BUNDLED WITH
2.4.2
2.5.9

0 comments on commit cd7f641

Please sign in to comment.