summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-03-20 20:08:52 +0100
committerAzul <azul@riseup.net>2016-03-20 20:08:52 +0100
commitc2dac36fe6bbb1e5ff63453726804b329ab0e1f5 (patch)
tree5d4c6a68153c814005a6b65956b852754dc7cddd
parent81490f172ee38f0a51251c6583d92662f2494bd5 (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.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock3
2 files changed, 4 insertions, 1 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"
diff --git a/Gemfile.lock b/Gemfile.lock
index 0ee23a3..5100a31 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -204,7 +204,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
- rake (11.1.1)
+ rake (10.5.0)
rdiscount (2.1.7.1)
rdoc (3.12.2)
json (~> 1.4)
@@ -297,6 +297,7 @@ DEPENDENCIES
rails (~> 3.2.21)
rails-i18n
rails_warden
+ rake (~> 10.4)
rdiscount
ruby-srp (~> 0.2.1)
sass-rails (~> 3.2.5)