Skip to content

Commit

Permalink
Update sprockets in gemfile to use ~>
Browse files Browse the repository at this point in the history
  • Loading branch information
Obsiye committed Feb 14, 2020
1 parent 82aea98 commit 8d37061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gem 'sidekiq_alive'

# Transformer that converts ES6 code into vanilla ES5 using babel via asset pipeline
# Default to 3.7.2 as https://github.com/sass/sassc-rails/issues/122 sassc loading is causing a segmentation error
gem 'sprockets', '3.7.2'
gem 'sprockets', '~> 3.7.2'
gem 'sprockets-es6'

# URL and path parsing
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ DEPENDENCIES
slack-notifier
spring
spring-watcher-listen (~> 2.0.0)
sprockets (= 3.7.2)
sprockets (~> 3.7.2)
sprockets-es6
timecop
tzinfo-data
Expand Down

0 comments on commit 8d37061

Please sign in to comment.