diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -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? diff --git a/Gemfile.lock b/Gemfile.lock index 78f3ea2..cf005f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,6 +253,8 @@ GEM rdiscount (2.1.8) ref (2.0.0) regexp_parser (0.3.3) + responders (2.1.2) + railties (>= 4.2.0, < 5.1) ruby-srp (0.2.1) ruby_parser (3.8.1) sexp_processor (~> 4.1) @@ -346,6 +348,7 @@ DEPENDENCIES rails_warden rake rdiscount + responders (~> 2.0) ruby-srp (~> 0.2.1) sass-rails simple_form |