From f67f1bbaa1ad1c19f1db4105b1a83a38447fa6fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 17:09:29 +0000 Subject: [PATCH] Bump turbo-rails from 1.5.0 to 2.0.6 Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 1.5.0 to 2.0.6. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v1.5.0...v2.0.6) --- updated-dependencies: - dependency-name: turbo-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a7f407a..37a5d5f 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "ruby-aaws", "~> 0.7", require: "amazon" gem "sprockets-rails" gem "sqlite3", "~> 1.7" gem "stimulus-rails", "~> 1.3" -gem "turbo-rails", "~> 1.5" +gem "turbo-rails", "~> 2.0" gem "will_paginate", "~> 4.0" group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 2ef09a5..2cd0dbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.13.2) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.12.0) @@ -232,7 +232,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.8.0) - rack (3.1.6) + rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -354,7 +354,7 @@ GEM thor (1.3.1) tilt (2.3.0) timeout (0.4.1) - turbo-rails (1.5.0) + turbo-rails (2.0.6) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) @@ -414,7 +414,7 @@ DEPENDENCIES sprockets-rails sqlite3 (~> 1.7) stimulus-rails (~> 1.3) - turbo-rails (~> 1.5) + turbo-rails (~> 2.0) web-console (~> 4.2) webrat (~> 0.7) will_paginate (~> 4.0)