Skip to content

Commit

Permalink
dependencies: pin activesupport to v4.2.7
Browse files Browse the repository at this point in the history
Temporary fix until these are fixed:

- jekyll/jemoji#46
- jekyll/jekyll-mentions#36
  • Loading branch information
parkr authored Jul 15, 2016
1 parent 5ac8afb commit 9557b01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/github-pages/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class Dependencies
# Pin listen because it's broken on 2.1 & that's what we recommend.
# https://github.com/guard/listen/pull/371
"listen" => "3.0.6"

# Pin activesupport because 5.0 is broken on 2.1
"activesupport" => "4.2.7"
}.freeze

# Jekyll and related dependency versions as used by GitHub Pages.
Expand Down

0 comments on commit 9557b01

Please sign in to comment.