aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-01-31 14:00:58 +0900
committerHomu <homu@barosl.com>2016-01-31 14:00:58 +0900
commit84c071906f44f2517ff096a7a5ad80c7cf457c8b (patch)
treed4a1a10056208cc3d2d5f705856003b6a3eb903d /Rakefile
parent35486c38a84d76ea5090801fc1482ffb5c6c1e69 (diff)
parenta92481ac965fe97a0e539d2022d027807b6265e2 (diff)
downloadbundler-84c071906f44f2517ff096a7a5ad80c7cf457c8b.tar.gz
Auto merge of #4255 - bundler:seg-gemspec-bump-rdiscount, r=segiddins
[Gemspec] Bump rdiscount to `~> 2.1.8`
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/Rakefile b/Rakefile
index 3ea950e2..60f2cd17 100644
--- a/Rakefile
+++ b/Rakefile
@@ -62,15 +62,9 @@ namespace :spec do
sh "sudo apt-get install groff-base -y"
# Install graphviz so that the viz specs can run
sh "sudo apt-get install graphviz -y 2>&1 | tail -n 2"
- 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.11"
- else
- # Downgrade Rubygems so RSpec 3 can be installed
- # https://github.com/rubygems/rubygems/issues/813
- sh "gem update --system 2.2.0"
- end
+
+ # Install the gems with a consistent version of RubyGems
+ sh "gem update --system 2.5.1"
$LOAD_PATH.unshift("./spec")
require "support/rubygems_ext"