summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-03-23 22:46:06 +0100
committerAzul <azul@riseup.net>2016-05-02 08:24:40 -0300
commitc7ef6adcd20e9ac9ca729a3ee2a718d31fbb6b51 (patch)
treef84137f366cf235a4abbdc3297520884ad6ec58f /Gemfile
parent9a8f1da14f6a0ab83206c57059fbc8cf5bc77b60 (diff)
upgrade: add responders gem as a stopgap meassure
respond_with is discouraged.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 071dd3c..bf05642 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,6 +6,8 @@ require File.expand_path('../lib/gemfile_tools.rb', __FILE__)
# rake 11.x throws lots of warnings about rails 3.2 code
gem "rake"
gem "rails", "~> 4.2.6"
+# TODO: drop this and the respond_with usage
+gem 'responders', '~> 2.0'
gem "couchrest", "~> 2.0.0.rc3"
gem "couchrest_model", "~> 2.1.0.beta2"
if ARGV.grep(/assets:precompile/).empty?