Remove the react-rails gem (#2801)

* Remove react-rails gem

* Fix broken view spec
This commit is contained in:
Matt Jankowski
2017-05-04 17:45:18 -04:00
committed by Eugen Rochko
parent 74c8ca699c
commit f9d398e8fb
7 changed files with 60 additions and 65 deletions

View File

@ -57,9 +57,6 @@ gem 'twitter-text'
gem 'tzinfo-data'
gem 'webpacker', '~>1.2'
# For some reason the view specs start failing without this
gem 'react-rails'
group :development, :test do
gem 'fabrication'
gem 'fuubar'