Skip to content

Commit

Permalink
Require nokogiri 1.6.7 onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Jul 28, 2016
1 parent 063e088 commit 9fe612c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'sinatra', github: 'sinatra/sinatra'
gem 'dotenv'
gem 'json'
gem 'puma'
gem 'nokogiri'
gem 'nokogiri', '>= 1.6.7'
gem 'octokit'
gem 'redcarpet'
gem 'rack-test'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ GEM
iso_country_codes (0.7.1)
json (1.8.2)
method_source (0.8.2)
mini_portile (0.5.3)
mini_portile2 (2.1.0)
multipart-post (2.0.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
octokit (3.8.0)
sawyer (~> 0.6.0, >= 0.5.3)
pkg-config (1.1.7)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down Expand Up @@ -59,7 +61,7 @@ DEPENDENCIES
everypolitician-popolo!
iso_country_codes
json
nokogiri
nokogiri (>= 1.6.7)
octokit
pry
puma
Expand Down

0 comments on commit 9fe612c

Please sign in to comment.