Skip to content

Commit

Permalink
Merge pull request #239 from github/downgrade-emoji-mentions
Browse files Browse the repository at this point in the history
Downgrade emoji mentions
  • Loading branch information
benbalter committed Mar 11, 2016
2 parents 8c95458 + 1537bc8 commit d21094a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/github-pages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For more information see:
# https://help.github.com/articles/using-jekyll-with-pages
module GitHubPages
VERSION = 57
VERSION = 58

def self.gems
{
Expand All @@ -24,8 +24,8 @@ def self.gems
"rouge" => "1.10.1",

# Plugins
"jemoji" => "0.6.1",
"jekyll-mentions" => "1.1.1",
"jemoji" => "0.5.1",
"jekyll-mentions" => "1.0.1",
"jekyll-redirect-from" => "0.9.1",
"jekyll-sitemap" => "0.10.0",
"jekyll-feed" => "0.4.0",
Expand Down

0 comments on commit d21094a

Please sign in to comment.