Skip to content

Commit

Permalink
Upgrade to Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonallured committed Dec 5, 2024
1 parent 13a574b commit ffdb4fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.0.2
ruby 3.1.6
nodejs 18.15.0
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 "3.0.2"
ruby "3.1.6"

gem "rails", "6.1.7.7"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ DEPENDENCIES
yarjuf

RUBY VERSION
ruby 3.0.2p107
ruby 3.1.6p260

BUNDLED WITH
2.2.26
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

require "rails/all"
require_relative "../lib/jwt_middleware"
require "ostruct"

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Expand Down

0 comments on commit ffdb4fd

Please sign in to comment.