diff --git a/Gemfile b/Gemfile index 895cd46..9d4528f 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.3.6" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem "rails", "~> 6.1.6" +gem "rails", "~> 8.0.0" # Use postgresql as the database for Active Record gem "pg" # Use Puma as the app server