Skip to content

Commit

Permalink
Gemfile: Pin sprockets to "< 4"
Browse files Browse the repository at this point in the history
The 4.x major version upgrade requires some configuration changes.

Pinning keeps the app from breaking when doing `bundle update`.
  • Loading branch information
DeeDeeG committed Apr 2, 2020
1 parent 1053fd3 commit ad8af33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gem 'rack-jsonp'
gem 'rakismet'
gem 'sassc-rails'
gem 'simple_form', '~> 5.0'
gem 'sprockets', '< 4'
gem 'turbolinks'
gem 'uglifier', '>= 1.3.0'
gem 'webpacker', '~> 4'
Expand Down

0 comments on commit ad8af33

Please sign in to comment.