added responders gem

This commit is contained in:
yuji.matsunaga
2016-04-11 19:12:03 +09:00
parent 49be5b1134
commit cf0541456f
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -96,3 +96,6 @@ gem 'mailcatcher'
# # bundle exec rake doc:rails generates the API under doc/api.
# gem 'sdoc', require: false
#end
#For Rails 4.2
gem 'responders'
+3
View File
@@ -247,6 +247,8 @@ GEM
rb-inotify (0.9.7)
ffi (>= 0.5.0)
ref (2.0.0)
responders (2.1.2)
railties (>= 4.2.0, < 5.1)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
@@ -371,6 +373,7 @@ DEPENDENCIES
rails (= 4.2.6)
rake (= 10.5.0)
rb-fsevent
responders
rspec-rails (= 2.99.0)
sass-rails
simplecov