diff --git a/Gemfile b/Gemfile index b93ca8a..b7cfbe7 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :development, :test do gem "shoulda-matchers" gem "sqlite3" gem "stimulus-rails" - gem "turbo-rails" + gem "turbo-rails", "< 2" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 903aac8..c085ccf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ DEPENDENCIES shoulda-matchers sqlite3 stimulus-rails - turbo-rails + turbo-rails (< 2) BUNDLED WITH 2.5.5