Skip to content

Commit

Permalink
bump gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Oct 30, 2013
1 parent 40a2b5c commit 880ec82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'
ruby File.read('.ruby-version').strip

gem "github-pages"
gem 'ffi', '1.9.0'

group :test do
gem "html-proofer"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,24 @@ GEM
mime-types (~> 1.18)
fast-stemmer (1.0.2)
ffi (1.9.0)
github-pages (4)
github-pages (8)
RedCloth (= 4.2.9)
jekyll (= 1.1.2)
jekyll (= 1.2.0)
kramdown (= 1.0.2)
liquid (= 2.5.1)
maruku (= 0.6.1)
rdiscount (= 1.6.8)
redcarpet (= 2.2.2)
highline (1.6.19)
html-proofer (0.1.1)
highline (1.6.20)
html-proofer (0.2.3)
colored (~> 1.2)
nokogiri (= 1.6.0)
typhoeus (~> 0.6.3)
jekyll (1.1.2)
jekyll (1.2.0)
classifier (~> 1.3)
colorator (~> 0.1)
commander (~> 4.1.3)
directory_watcher (~> 1.4.1)
kramdown (~> 1.0.2)
liquid (~> 2.5.1)
maruku (~> 0.5)
pygments.rb (~> 0.5.0)
Expand All @@ -43,7 +42,7 @@ GEM
maruku (0.6.1)
syntax (>= 1.0.0)
mime-types (1.25)
mini_portile (0.5.1)
mini_portile (0.5.2)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
posix-spawn (0.3.6)
Expand All @@ -63,6 +62,7 @@ PLATFORMS
ruby

DEPENDENCIES
ffi (= 1.9.0)
github-pages
html-proofer
rake

2 comments on commit 880ec82

@afeld
Copy link
Contributor

@afeld afeld commented on 880ec82 Dec 18, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mind adding an inline comment as to why this is here?

@benbalter
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Believe the incompatibility has been resolved and that can be removed now/next time we bump.

Please sign in to comment.