From 4d498e7fbbd5057b3cc22ea431bd2b3e2b81d03f Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 19 Aug 2023 17:07:17 -0700 Subject: [PATCH] Move jsbundling-rails higher up in Gemfile Oh I guess I ranthe thing that put it at the bottom! --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 7ed0d3de..ffdc2a74 100644 --- a/Gemfile +++ b/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"