Skip to content

Commit

Permalink
Merge pull request #108 from github/bump-hella-oss-dependencies
Browse files Browse the repository at this point in the history
Bump hella oss dependencies
  • Loading branch information
gjtorikian committed Dec 18, 2014
2 parents 18357ea + b006c3d commit 5f6ebe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion github-pages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency(gem, "= #{version}")
end

s.add_dependency('github-pages-health-check', "~> 0.1")
s.add_dependency('github-pages-health-check', "~> 0.2")
s.add_dependency('mercenary', "~> 0.3")
s.add_dependency('terminal-table', "~> 1.4")
s.add_development_dependency("rspec", "~> 2.14")
Expand Down
6 changes: 3 additions & 3 deletions lib/github-pages.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class GitHubPages
VERSION = 29
VERSION = 30

# Jekyll and related dependency versions as used by GitHub Pages.
# For more information see:
Expand All @@ -25,8 +25,8 @@ def self.gems
"pygments.rb" => "0.6.0",

# Plugins
"jemoji" => "0.3.0",
"jekyll-mentions" => "0.1.3",
"jemoji" => "0.4.0",
"jekyll-mentions" => "0.2.0",
"jekyll-redirect-from" => "0.6.2",
"jekyll-sitemap" => "0.6.3",
}
Expand Down

0 comments on commit 5f6ebe2

Please sign in to comment.