From c25820ad3f437bb5517ae6e6bbe1bebf9025cea0 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Tue, 7 Aug 2018 19:03:42 +0200 Subject: [PATCH] Downgrade back to rails 1.10.0 --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 14d6106..9586dc6 100644 --- a/Gemfile +++ b/Gemfile @@ -96,5 +96,5 @@ gem 'high_voltage', '~> 3.1' gem 'airbrake' gem 'bootstrap-sass', '~> 3.3.5' -gem 'react-rails' +gem 'react-rails', '~> 1.10.0' gem 'rolify' diff --git a/Gemfile.lock b/Gemfile.lock index 732e0bd..97ca5c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,8 +228,9 @@ GEM rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) rdoc (4.3.0) - react-rails (2.4.4) + react-rails (1.10.0) babel-transpiler (>= 0.7.0) + coffee-script-source (~> 1.8) connection_pool execjs railties (>= 3.2) @@ -348,7 +349,7 @@ DEPENDENCIES omniauth-oauth2 (~> 1.3.1) purecss-rails rails (= 5.2.0) - react-rails + react-rails (~> 1.10.0) rolify rspec-rails sass-rails (~> 5.0)