summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-04-09 12:32:59 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-04-09 12:34:20 +1000
commitb4c88b5d33d2e99c2ed78e587e4c492be6e6a22b (patch)
tree08f2c944a00644905d8e76880ac48e4dcabbb823 /Gemfile
parent214d79841970be29bac126eb48f955c8f082e1bc (diff)
downloadscala-b4c88b5d33d2e99c2ed78e587e4c492be6e6a22b.tar.gz
scala-b4c88b5d33d2e99c2ed78e587e4c492be6e6a22b.tar.bz2
scala-b4c88b5d33d2e99c2ed78e587e4c492be6e6a22b.zip
Upgrade Ruby / Jekyll versions used to build the spec
I've given this a dry-run in a separate repository: https://travis-ci.org/retronym/scala-spec/builds/57744110 Right now, we are getting an error during `bundle install`: https://travis-ci.org/scala/scala/builds/57737768 I haven't verified that the output is the same, though.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 53924a4381..6921f792c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
# To build the spec on Travis CI
source "https://rubygems.org"
-gem "jekyll", "2.0.0.alpha.2"
+gem "jekyll", "2.5.3"
gem "rouge"
# gem 's3_website'
# gem 'redcarpet'