diff --git a/Gemfile b/Gemfile index cf017b6bfb..1b9da5ccb5 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem "jquery-fileupload-rails", "~> 1.0" gem "jquery-rails", "~> 4.3" gem "popper_js", "~> 1.14" gem "rails-backbone", git: "https://github.com/codebrew/backbone-rails.git" -gem "react-rails", "~> 3.0.0" +gem "react-rails", "~> 3.0" gem "select2-rails", "~> 4.0" gem "spinjs-rails", "~> 1.3.0" # Breaking changes in v1.4 (spin.js v2.0). gem "uglifier", "~> 4.2" diff --git a/Gemfile.lock b/Gemfile.lock index d25273a7b1..fdaa0cc21b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -468,7 +468,7 @@ GEM rdiscount (2.2.7.3) rdoc (6.11.0) psych (>= 4.0.0) - react-rails (3.0.0) + react-rails (3.2.1) babel-transpiler (>= 0.7.0) connection_pool execjs @@ -750,7 +750,7 @@ DEPENDENCIES rake (~> 13.0) random_data (~> 1.6) rdiscount (~> 2.1) - react-rails (~> 3.0.0) + react-rails (~> 3.0) recaptcha (~> 3.4) responders (~> 3.0) reverse_markdown (~> 2.0)