Skip to content

Commit

Permalink
try Gemfile.development_dependencies this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Apr 22, 2024
1 parent d9a5e6c commit c434502
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.development_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "shakapacker", "7.2.1"
gem "bootsnap", require: false
gem "rails", "~> 7.1"

gem "sqlite3"
gem "sqlite3", "~> 1.6"
gem "sass-rails", "~> 6.0"
gem "uglifier"
gem "jquery-rails"
Expand Down
1 change: 0 additions & 1 deletion spec/dummy/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source "https://rubygems.org"

gem "sqlite3", "~> 1.6"
eval_gemfile File.expand_path("../../Gemfile.development_dependencies", __dir__)

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

0 comments on commit c434502

Please sign in to comment.