summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-03-23 21:35:08 +0100
committerAzul <azul@riseup.net>2016-05-02 08:19:20 -0300
commitabf600089a4bc4b5c7271e17b1fd95a95deb293f (patch)
treecf115b1bfaa85f8c5793e20258705d253478399e /Gemfile
parent5407ef5b377a205f6012b2d6725b810eff93d9e6 (diff)
upgrade: couchrest 2.0.0.rc3 couchrest model 2.1.0.beta2
The latter supports Active Model >= 4.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 5b5a33b..071dd3c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,8 +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"
-gem "couchrest", "~> 1.1.3"
-gem "couchrest_model", "~> 2.0.0"
+gem "couchrest", "~> 2.0.0.rc3"
+gem "couchrest_model", "~> 2.1.0.beta2"
if ARGV.grep(/assets:precompile/).empty?
gem "couchrest_session_store", "~> 0.4.1"
end