Skip to content

Commit

Permalink
bind sprockets to v3.7.2 because of rails/sprockets-rails#444, rails …
Browse files Browse the repository at this point in the history
…4.2 by default does require 'rails/all'
  • Loading branch information
ssinghi committed Dec 6, 2019
1 parent 9ee99d8 commit 7fe1f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ group :development, :test do
gem 'builder'
gem 'rubocop', require: false
gem 'rspec'
gem 'sprockets', '3.7.2'
end
1 change: 1 addition & 0 deletions gemfiles/4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ group :development, :test do
gem "builder"
gem "rubocop", require: false
gem "rspec"
gem "sprockets", "3.7.2"
end

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ group :development, :test do
gem "builder"
gem "rubocop", require: false
gem "rspec"
gem "sprockets", "3.7.2"
end

gemspec path: "../"

0 comments on commit 7fe1f1c

Please sign in to comment.