mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
downgrade sprockets back to 3.7.2 because 4.0 is still as buggy as it was last year
This commit is contained in:
parent
fb40fa4a71
commit
d0bb5caa4b
2
Gemfile
2
Gemfile
@ -6,7 +6,7 @@ gem 'rails'
|
||||
gem 'puma', '~> 5.3'
|
||||
gem 'puma-heroku'
|
||||
# gem 'bootsnap', require: false
|
||||
gem 'sprockets', '~> 4.0.2'
|
||||
gem 'sprockets', '~> 3.7.2'
|
||||
|
||||
# Storage
|
||||
gem 'aws-sdk', '~> 3.0'
|
||||
|
||||
@ -1484,7 +1484,7 @@ GEM
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.2)
|
||||
slack-notifier (2.4.0)
|
||||
sprockets (4.0.2)
|
||||
sprockets (3.7.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (> 1, < 3)
|
||||
sprockets-es6 (0.9.2)
|
||||
@ -1602,7 +1602,7 @@ DEPENDENCIES
|
||||
serendipitous!
|
||||
sidekiq
|
||||
slack-notifier
|
||||
sprockets (~> 4.0.2)
|
||||
sprockets (~> 3.7.2)
|
||||
sqlite3
|
||||
stackprof
|
||||
stripe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user