diff --git a/Gemfile b/Gemfile index ce19368..a79e967 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.1.4' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 7.1', '>= 7.1.5.1' +gem 'rails', '~> 8.0', '>= 8.0.0' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server