Skip to content

Commit

Permalink
Merge pull request #104 from lxxxvi/remove-turbo-rails
Browse files Browse the repository at this point in the history
remove turbo-rails gem
  • Loading branch information
lxxxvi committed Mar 30, 2024
2 parents ed5c43b + e9bfecd commit 21a9462
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -15,7 +15,6 @@ gem "puma"
gem "rails"
gem "stimulus-rails"
gem "tailwindcss-rails"
gem "turbo-rails"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

group :development, :test do
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Expand Up @@ -289,10 +289,6 @@ GEM
thor (1.3.1)
tilt (2.3.0)
timeout (0.4.1)
turbo-rails (2.0.5)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand Down Expand Up @@ -339,7 +335,6 @@ DEPENDENCIES
rubocop-rails
stimulus-rails
tailwindcss-rails
turbo-rails
tzinfo-data
web-console
webdrivers
Expand Down

0 comments on commit 21a9462

Please sign in to comment.