Add Responders dependency

Bring back `respond_with` support, removed in Rails 4.2.

Signed-off-by: Alex Coles <alex@alexbcoles.com>
This commit is contained in:
Alex Coles
2015-08-27 12:56:20 +02:00
parent f16fe289f6
commit f22bfb1ef0
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ gem 'protected_attributes'
gem 'actionpack-action_caching'
gem 'activerecord-session_store'
gem 'rails-observers'
gem 'responders', '~> 2.0'
gem 'coderay', '~> 1.1.0'
gem 'rubytree', '~> 0.8.3'
+3
View File
@@ -378,6 +378,8 @@ GEM
nokogiri
uber (~> 0.0.7)
request_store (1.1.0)
responders (2.1.0)
railties (>= 4.2.0, < 5)
rest-client (1.6.9)
mime-types (~> 1.16)
roar (1.0.1)
@@ -565,6 +567,7 @@ DEPENDENCIES
rdoc (>= 2.4.2)
reform (~> 1.2.6)
request_store (~> 1.1.0)
responders (~> 2.0)
roar (~> 1.0.0)
rspec (~> 3.3.0)
rspec-activemodel-mocks