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 328711e commit 8d7e9ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -14,6 +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.8.3', 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'

30 changes: 15 additions & 15 deletions Gemfile.lock
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: b99d7acacdbae6ad4262d5009d5478396c2389fd
revision: 9cc45e69eea300e979d1861f9c6e5d16489b9366
specs:
wikidata-fetcher (0.8.3)
wikidata-fetcher (0.10.2)
colorize
diskcached
json
Expand All @@ -14,7 +14,7 @@ GIT

GIT
remote: https://github.com/everypolitician/wikisnakker
revision: fdac4ca476446174591765ec8222df3776417a60
revision: 59eea8263eb53874c7e7cbad3a84c42962bafab5
branch: master
specs:
wikisnakker (0.0.1)
Expand All @@ -41,7 +41,7 @@ GEM
coderay (1.1.0)
colorize (0.7.7)
diskcached (1.1.2)
domain_name (0.5.25)
domain_name (0.5.20160128)
unf (>= 0.0.5, < 1.0.0)
excon (0.45.4)
faraday (0.9.2)
Expand All @@ -54,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.2)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
Expand All @@ -76,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 @@ -98,8 +98,8 @@ DEPENDENCIES
rest-client
scraperwiki!
sqlite_magic!
wikidata-fetcher (>= 0.8.3)!
wikidata-fetcher (>= 0.10.2)!
wikisnakker!

BUNDLED WITH
1.10.6
1.11.2

0 comments on commit 8d7e9ea

Please sign in to comment.