Skip to content

Commit

Permalink
fix review: move turbo-rails-gem dev-depend out of dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
theforestvn88 committed May 16, 2024
1 parent 7b8ad3a commit 8dce819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile.development_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ gem "sprockets", "~> 4.0"

gem "amazing_print"

gem "turbo-rails"

group :development, :test do
gem "listen"
gem "pry"
Expand Down
2 changes: 0 additions & 2 deletions spec/dummy/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ source "https://rubygems.org"
eval_gemfile File.expand_path("../../Gemfile.development_dependencies", __dir__)

gem "react_on_rails", path: "../.."

gem "turbo-rails"

0 comments on commit 8dce819

Please sign in to comment.