Skip to content

Commit 97faf2f

Browse files
committed
Try using activesupport 4.2.7
This is the latest release prior to activesupport 5.0.0 which requires Ruby 2.2.2 or later. We're still using Ruby 2.1.7 as used by GitHub Pages, see https://pages.github.com/versions/ which does not say which version of activesupport is used.
1 parent 9c4a94b commit 97faf2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
2+
gem 'activesupport', '4.2.7'
23
gem 'github-pages'
34
gem 'jekyll-redirect-from'

0 commit comments

Comments
 (0)