summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-02-06 16:18:39 +0200
committerAndre Arko <andre@arko.net>2014-02-06 16:21:14 +0200
commit4d62410a75aaa7c72d52a7666c9a041ccf1aa5a8 (patch)
treed15b75dd8ec590df63ad443e4d63a610194a19ed
parent860ef8c8ed6e55d43c4e1846ccdcb21a51990e27 (diff)
downloadbundler-4d62410a75aaa7c72d52a7666c9a041ccf1aa5a8.tar.gz
:grimacing: lets try a real version of rubygems
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a0a7069e4d..aa63fffef7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -47,7 +47,7 @@ namespace :spec do
if RUBY_VERSION < '1.9'
# Downgrade Rubygems on 1.8 so Ronn can be required
# https://github.com/rubygems/rubygems/issues/784
- sh "gem update --system 2.1.14"
+ sh "gem update --system 2.1.11"
else
# Downgrade Rubygems so RSpec 3 can be instaled
# https://github.com/rubygems/rubygems/issues/813