diff --git a/Gemfile b/Gemfile index 729824f..9cf1fea 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 15e0323..9e8235b 100644 --- a/Gemfile.lock +++ b/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 @@ -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 @@ -39,11 +39,11 @@ 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) @@ -51,30 +51,35 @@ GEM 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) @@ -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