Skip to content

Commit

Permalink
Lock some dependencies
Browse files Browse the repository at this point in the history
Or else bundler hangs
  • Loading branch information
justin808 committed Dec 28, 2021
1 parent 3cdb087 commit fb78ec9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.development_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

gem "webpacker", "6.0.0.rc.6"
gem "bootsnap", require: false
gem "rails"
gem "rails", "~> 7.0"
gem "sqlite3"
gem "sass-rails"
gem "sass-rails", "~> 6.0"
gem "uglifier"
gem "jquery-rails"
gem "puma"
Expand All @@ -17,11 +17,11 @@ gem "jbuilder"
# bundle exec rake doc:rails generates the API under doc/api.
gem "sdoc", group: :doc

gem "sprockets"
gem "sprockets", "~> 4.0"

gem "amazing_print"

gem "mini_racer"
gem "mini_racer", "~> 0.5"

group :development, :test do
gem "listen"
Expand All @@ -34,7 +34,7 @@ group :development, :test do
gem "rubocop-performance", require: false
gem "rubocop-rspec", require: false
gem "scss_lint", require: false
gem "spring"
gem "spring", "~> 4.0"
end

group :test do
Expand Down

0 comments on commit fb78ec9

Please sign in to comment.