forked from OpenNeo/impress
Move jsbundling-rails higher up in Gemfile
Oh I guess I ranthe thing that put it at the bottom!
This commit is contained in:
parent
c2abc8d876
commit
4d498e7fbb
1 changed files with 1 additions and 2 deletions
3
Gemfile
3
Gemfile
|
@ -19,6 +19,7 @@ gem 'sass-rails', '~> 5.0', '>= 5.0.7'
|
|||
gem 'compass-rails', '~> 3.1'
|
||||
gem 'uglifier', '~> 4.2'
|
||||
gem 'react-rails', '~> 2.7', '>= 2.7.1'
|
||||
gem 'jsbundling-rails', '~> 1.1'
|
||||
|
||||
# For authentication.
|
||||
gem 'devise', '~> 4.9', '>= 4.9.2'
|
||||
|
@ -78,5 +79,3 @@ group :test do
|
|||
gem 'factory_girl_rails', '~> 4.9'
|
||||
gem 'rspec-rails', '~> 2.0.0.beta.22'
|
||||
end
|
||||
|
||||
gem "jsbundling-rails", "~> 1.1"
|
||||
|
|
Loading…
Reference in a new issue