diff --git a/Gemfile b/Gemfile index 4624895..4e1fb44 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "~> 3.1.1" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem "rails", "~> 7.0.3" +gem "rails", "~> 7.1.3" # Use sqlite3 as the database for Active Record gem "sqlite3", "1.6.8" # Use Puma as the app server