Skip to content

Commit

Permalink
bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Sep 24, 2015
1 parent d185741 commit 9a101c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -12,6 +12,6 @@ gem "nokogiri"
gem "open-uri-cached"
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.3.5', git: "https://github.com/everypolitician/wikidata-fetcher.git"

gem "wikidata-fetcher", '>=0.5.1', git: "https://github.com/everypolitician/wikidata-fetcher.git"
20 changes: 13 additions & 7 deletions Gemfile.lock
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: e73730220b19f7d5ab3659e580bfca8673b12af6
revision: 127c04959bcc10d81cdb85a2af6d23c1e249aec3
specs:
wikidata-fetcher (0.3.5)
wikidata-fetcher (0.5.1)
colorize
diskcached
mediawiki_api
Expand All @@ -17,6 +17,13 @@ GIT
httpclient
sqlite_magic

GIT
remote: https://github.com/openc/sqlite_magic.git
revision: 4df975eb4e9891de54f870077c83f63762af9bf9
specs:
sqlite_magic (0.0.6)
sqlite3

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -37,11 +44,11 @@ GEM
http-cookie (1.0.2)
domain_name (~> 0.5)
httpclient (2.6.0.1)
mediawiki_api (0.4.1)
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.1)
mime-types (2.6.2)
mini_portile (0.6.2)
multipart-post (2.0.0)
netrc (0.10.3)
Expand All @@ -58,8 +65,6 @@ GEM
netrc (~> 0.7)
slop (3.6.0)
sqlite3 (1.3.10)
sqlite_magic (0.0.3)
sqlite3
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
Expand All @@ -80,4 +85,5 @@ DEPENDENCIES
pry
rest-client
scraperwiki!
wikidata-fetcher (>= 0.3.5)!
sqlite_magic!
wikidata-fetcher (>= 0.5.1)!

0 comments on commit 9a101c3

Please sign in to comment.