diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-05-04 17:45:18 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-04 23:45:18 +0200 |
commit | f9d398e8fb2fe17694949ec1654df60298b0004b (patch) | |
tree | d5324a858a3512b93f1195cd82e4de1a9882b52a /Gemfile | |
parent | 74c8ca699c37ebdb0e3c6f0648f9f90a4f1f8f89 (diff) |
Remove the react-rails gem (#2801)
* Remove react-rails gem * Fix broken view spec
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile index 79e9fb895..25979d0a4 100644 --- a/Gemfile +++ b/Gemfile @@ -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' |