Remove old react-rails, move to react_on_rails
This commit is contained in:
parent
64362fd2b8
commit
4e1572aba0
2 changed files with 9 additions and 11 deletions
3
Gemfile
3
Gemfile
|
@ -14,7 +14,6 @@ gem 'sassc-rails', '~> 2.1', '>= 2.1.2'
|
||||||
gem 'sassc', '~> 2.0', '>= 2.0.1'
|
gem 'sassc', '~> 2.0', '>= 2.0.1'
|
||||||
gem 'stripe', '~> 1.58' # January 19, 2017 version of the Stripe API https://stripe.com/docs/api
|
gem 'stripe', '~> 1.58' # January 19, 2017 version of the Stripe API https://stripe.com/docs/api
|
||||||
gem 'webpacker', '~> 5.2.1'
|
gem 'webpacker', '~> 5.2.1'
|
||||||
gem 'react-rails'
|
|
||||||
gem 'good_job'
|
gem 'good_job'
|
||||||
|
|
||||||
gem 'httparty', '~> 0.17.0' # https://github.com/jnunemaker/httparty
|
gem 'httparty', '~> 0.17.0' # https://github.com/jnunemaker/httparty
|
||||||
|
@ -98,3 +97,5 @@ end
|
||||||
gem 'bess', path: 'gems/bess'
|
gem 'bess', path: 'gems/bess'
|
||||||
|
|
||||||
gem 'houdini_full_contact', path: 'gems/houdini_full_contact'
|
gem 'houdini_full_contact', path: 'gems/houdini_full_contact'
|
||||||
|
|
||||||
|
gem "react_on_rails", "12.2"
|
||||||
|
|
17
Gemfile.lock
17
Gemfile.lock
|
@ -112,10 +112,6 @@ GEM
|
||||||
addressable (2.7.0)
|
addressable (2.7.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
babel-source (5.8.35)
|
|
||||||
babel-transpiler (0.7.0)
|
|
||||||
babel-source (>= 4.0, < 6)
|
|
||||||
execjs (~> 2.0)
|
|
||||||
bcrypt (3.1.16)
|
bcrypt (3.1.16)
|
||||||
bootsnap (1.5.1)
|
bootsnap (1.5.1)
|
||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
|
@ -287,12 +283,13 @@ GEM
|
||||||
rb-fsevent (0.10.4)
|
rb-fsevent (0.10.4)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
react-rails (2.6.1)
|
react_on_rails (12.2.0)
|
||||||
babel-transpiler (>= 0.7.0)
|
addressable
|
||||||
connection_pool
|
connection_pool
|
||||||
execjs
|
execjs (~> 2.5)
|
||||||
railties (>= 3.2)
|
rails (>= 3.2)
|
||||||
tilt
|
rainbow (~> 3.0)
|
||||||
|
webpacker (>= 4.0)
|
||||||
regexp_parser (2.0.3)
|
regexp_parser (2.0.3)
|
||||||
request_store (1.5.0)
|
request_store (1.5.0)
|
||||||
rack (>= 1.4)
|
rack (>= 1.4)
|
||||||
|
@ -455,7 +452,7 @@ DEPENDENCIES
|
||||||
rails (~> 6.1.3)
|
rails (~> 6.1.3)
|
||||||
rails-i18n (~> 6.0.0, ~> 6)
|
rails-i18n (~> 6.0.0, ~> 6)
|
||||||
rake (~> 12.3.2)
|
rake (~> 12.3.2)
|
||||||
react-rails
|
react_on_rails (= 12.2)
|
||||||
roadie-rails (~> 2.1)
|
roadie-rails (~> 2.1)
|
||||||
rspec (~> 3.9.0)
|
rspec (~> 3.9.0)
|
||||||
rspec-rails (~> 4.0.0)
|
rspec-rails (~> 4.0.0)
|
||||||
|
|
Loading…
Reference in a new issue