Move jsbundling-rails higher up in Gemfile

Oh I guess I ranthe thing that put it at the bottom!
This commit is contained in:
Emi Matchu 2023-08-19 17:07:17 -07:00
parent c2abc8d876
commit 4d498e7fbb

View file

@ -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"