Skip to content

Commit

Permalink
Bump Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Feb 21, 2016
1 parent 6f404fc commit d8bad4a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -14,4 +14,6 @@ gem "pry"
gem "rest-client"
gem "sqlite_magic", :git => "https://github.com/openc/sqlite_magic.git"
gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "wikidata-fetcher", '>=0.7.0', git: "https://github.com/everypolitician/wikidata-fetcher.git"
gem "wikidata-fetcher", '>=0.10.2', git: "https://github.com/everypolitician/wikidata-fetcher.git"
gem 'wikisnakker', git: 'https://github.com/everypolitician/wikisnakker', branch: 'master'

39 changes: 24 additions & 15 deletions Gemfile.lock
@@ -1,16 +1,24 @@
GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: edad1eb63fdde05309d277f02db85ea27f276e20
revision: 9cc45e69eea300e979d1861f9c6e5d16489b9366
specs:
wikidata-fetcher (0.7.0)
wikidata-fetcher (0.10.2)
colorize
diskcached
json
mediawiki_api
nokogiri
rest-client
scraperwiki
wikidata-client (~> 0.0.7)

GIT
remote: https://github.com/everypolitician/wikisnakker
revision: 59eea8263eb53874c7e7cbad3a84c42962bafab5
branch: master
specs:
wikisnakker (0.0.1)

GIT
remote: https://github.com/openaustralia/scraperwiki-ruby.git
revision: fc50176812505e463077d5c673d504a6a234aa78
Expand All @@ -33,10 +41,10 @@ GEM
coderay (1.1.0)
colorize (0.7.7)
diskcached (1.1.2)
domain_name (0.5.24)
domain_name (0.5.20160128)
unf (>= 0.0.5, < 1.0.0)
excon (0.45.4)
faraday (0.9.1)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
Expand All @@ -46,20 +54,20 @@ GEM
hashie (3.4.3)
http-cookie (1.0.2)
domain_name (~> 0.5)
httpclient (2.6.0.1)
httpclient (2.7.1)
json (1.8.3)
mediawiki_api (0.5.0)
faraday (~> 0.9, >= 0.9.0)
faraday-cookie_jar (~> 0.0, >= 0.0.6)
method_source (0.8.2)
mime-types (2.6.2)
mini_portile (0.6.2)
mime-types (2.99)
mini_portile2 (2.0.0)
multipart-post (2.0.0)
netrc (0.10.3)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
netrc (0.11.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
open-uri-cached (0.0.5)
pry (0.10.1)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
Expand All @@ -68,10 +76,10 @@ GEM
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
slop (3.6.0)
sqlite3 (1.3.10)
sqlite3 (1.3.11)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unf_ext (0.0.7.2)
wikidata-client (0.0.9)
excon (~> 0.40)
faraday (~> 0.9)
Expand All @@ -90,7 +98,8 @@ DEPENDENCIES
rest-client
scraperwiki!
sqlite_magic!
wikidata-fetcher (>= 0.7.0)!
wikidata-fetcher (>= 0.10.2)!
wikisnakker!

BUNDLED WITH
1.10.6
1.11.2

0 comments on commit d8bad4a

Please sign in to comment.