diff options
author | Azul <azul@riseup.net> | 2016-03-20 20:08:52 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-03-20 20:08:52 +0100 |
commit | c2dac36fe6bbb1e5ff63453726804b329ab0e1f5 (patch) | |
tree | 5d4c6a68153c814005a6b65956b852754dc7cddd /Gemfile | |
parent | 81490f172ee38f0a51251c6583d92662f2494bd5 (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-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |