diff --git a/Gemfile b/Gemfile index c4026f7..2328a5d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.5.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.2.3' +gem 'rails', '~> 7.1.0' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server