Skip to content

Commit

Permalink
Bump Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Sep 30, 2016
1 parent fc97fd9 commit c96ae84
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 22 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.15.0', git: "https://github.com/everypolitician/wikidata-fetcher.git"
gem "wikidata-fetcher", '>=0.17.0', git: "https://github.com/everypolitician/wikidata-fetcher.git"
gem 'wikisnakker', git: 'https://github.com/everypolitician/wikisnakker', branch: 'master'

50 changes: 29 additions & 21 deletions Gemfile.lock
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: 601deba15aa97a7303efd3be56503846d9c0a06c
revision: 2ab5ce3068a7d4a92506afe36235f69d11bb2b20
specs:
wikidata-fetcher (0.15.0)
wikidata-fetcher (0.17.1)
colorize
diskcached
json
Expand All @@ -14,10 +14,10 @@ GIT

GIT
remote: https://github.com/everypolitician/wikisnakker
revision: a9d6711f0a08ba6024425e5ced0b7e89ef6e8b14
revision: cc55a4f45290c8ad86dc3e2a41ea678e02e3dd94
branch: master
specs:
wikisnakker (0.0.1)
wikisnakker (0.7.0)

GIT
remote: https://github.com/openaustralia/scraperwiki-ruby.git
Expand All @@ -39,42 +39,47 @@ GEM
remote: https://rubygems.org/
specs:
coderay (1.1.0)
colorize (0.7.7)
colorize (0.8.1)
diskcached (1.1.2)
domain_name (0.5.20160310)
domain_name (0.5.20160826)
unf (>= 0.0.5, < 1.0.0)
excon (0.49.0)
excon (0.53.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
faraday_middleware (0.10.0)
faraday (>= 0.7.4, < 0.10)
hashie (3.4.4)
http-cookie (1.0.2)
hashie (3.4.6)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.7.1)
json (1.8.3)
mediawiki_api (0.5.0)
httpclient (2.8.2.4)
json (2.0.2)
mediawiki_api (0.7.0)
faraday (~> 0.9, >= 0.9.0)
faraday-cookie_jar (~> 0.0, >= 0.0.6)
faraday_middleware (~> 0.10, >= 0.10.0)
method_source (0.8.2)
mime-types (2.99.1)
mini_portile2 (2.0.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
multipart-post (2.0.0)
netrc (0.11.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
open-uri-cached (0.0.5)
pkg-config (1.1.7)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rest-client (1.8.0)
rest-client (2.0.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
slop (3.6.0)
sqlite3 (1.3.11)
unf (0.1.4)
Expand All @@ -98,8 +103,11 @@ DEPENDENCIES
rest-client
scraperwiki!
sqlite_magic!
wikidata-fetcher (>= 0.15.0)!
wikidata-fetcher (>= 0.17.0)!
wikisnakker!

RUBY VERSION
ruby 2.0.0p648

BUNDLED WITH
1.11.2
1.12.5

0 comments on commit c96ae84

Please sign in to comment.