summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-03-20 20:08:52 +0100
committerelijah <elijah@riseup.net>2016-03-28 15:58:52 -0700
commit6f2b628d884336e3c63dd77255ce0d95f6c2435e (patch)
tree6e7fa2ce54895643f4c247db2fed9350eca1539b /Gemfile
parent44ecce61c9cd61f75388b1403f28b3b992743624 (diff)
upgrade: downgrade rake to 10.x
11.x will complain a lot about rails 3.2 code. We can upgrade when we upgrade rails itself.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0399117..318b65e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,8 @@ source 'https://rubygems.org'
require File.expand_path('../lib/gemfile_tools.rb', __FILE__)
## CORE
+# rake 11.x throws lots of warnings about rails 3.2 code
+gem "rake", "~> 10.4"
gem "rails", "~> 3.2.21"
gem "couchrest", "~> 1.1.3"
gem "couchrest_model", "~> 2.0.0"