Skip to content

Commit

Permalink
Bump Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Feb 14, 2016
1 parent 5b6d130 commit a3deae2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.9.1', 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'

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

GIT
remote: https://github.com/everypolitician/wikisnakker
revision: 43dee75e11a9ab95339cc4166e3fbf801b6843aa
revision: 41bcff3f671b87c46faae403ab5706a812768c24
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,7 +98,7 @@ DEPENDENCIES
rest-client
scraperwiki!
sqlite_magic!
wikidata-fetcher (>= 0.9.1)!
wikidata-fetcher (>= 0.10.2)!
wikisnakker!

BUNDLED WITH
Expand Down

0 comments on commit a3deae2

Please sign in to comment.