Downgrade back to rails 1.10.0
This commit is contained in:
parent
d89385557d
commit
c25820ad3f
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
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'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue