diff --git a/test-app/Gemfile b/test-app/Gemfile index a1ebe68..8c1aba8 100644 --- a/test-app/Gemfile +++ b/test-app/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "rails", "~> 7.2.2" +gem "rails", "~> 8.1.3" gem "sprockets-rails", '~> 3.5' gem "sqlite3", '~> 2.9.5' gem "puma", "~> 8.0.2"