From 6471e26bf05b8b9e5e14b5a17f17cc81df10b997 Mon Sep 17 00:00:00 2001 From: Tony Bowden Date: Wed, 17 May 2017 07:54:09 +0100 Subject: [PATCH] Bump Gemfile --- Gemfile | 2 +- Gemfile.lock | 57 +++++++++++++++++++++++++++------------------------- 2 files changed, 31 insertions(+), 28 deletions(-) diff --git a/Gemfile b/Gemfile index 4e4466a..1f1d81b 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'rest-client' gem 'scraperwiki', github: 'openaustralia/scraperwiki-ruby', branch: 'morph_defaults' gem 'sqlite_magic', github: 'openc/sqlite_magic' -gem 'wikidata-fetcher', '>=0.19.0', github: 'everypolitician/wikidata-fetcher' +gem 'wikidata-fetcher', '>=0.20.1', github: 'everypolitician/wikidata-fetcher' gem 'wikisnakker', github: 'everypolitician/wikisnakker' group :quality do diff --git a/Gemfile.lock b/Gemfile.lock index e2b110a..5dd25ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,9 +8,9 @@ GIT GIT remote: https://github.com/everypolitician/wikidata-fetcher.git - revision: 1ecdefcca690bc9a8205e4877968d07c52cc5dce + revision: 1672ca0c839eba00db3278fca29b37a89035ac0f specs: - wikidata-fetcher (0.19.0) + wikidata-fetcher (0.20.1) colorize diskcached json @@ -20,12 +20,13 @@ GIT rest-client scraperwiki wikidata-client (~> 0.0.7) + wikisnakker GIT remote: https://github.com/everypolitician/wikisnakker.git - revision: bda210f03c34722efa80436ca216f0f499cfa6a9 + revision: 72dbb8b13c9ec1c8512974fa8d86d93b01b90a15 specs: - wikisnakker (0.9.0) + wikisnakker (0.9.1) require_all yajl-ruby @@ -52,26 +53,26 @@ GEM ast (2.3.0) coderay (1.1.1) colorize (0.8.1) - diskcached (1.1.2) - domain_name (0.5.20160826) + diskcached (1.1.3) + domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) everypolitician-popolo (0.8.0) require_all - excon (0.54.0) - faraday (0.9.2) + excon (0.55.0) + faraday (0.12.1) 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.6) + faraday_middleware (0.11.0.1) + faraday (>= 0.7.4, < 1.0) + hashie (3.5.5) http-cookie (1.0.3) domain_name (~> 0.5) - httpclient (2.8.2.4) - i18n (0.7.0) - json (2.0.2) - mediawiki_api (0.7.0) + httpclient (2.8.3) + i18n (0.8.1) + json (2.1.0) + mediawiki_api (0.7.1) faraday (~> 0.9, >= 0.9.0) faraday-cookie_jar (~> 0.0, >= 0.0.6) faraday_middleware (~> 0.10, >= 0.10.0) @@ -82,35 +83,37 @@ GEM mini_portile2 (2.1.0) multipart-post (2.0.0) netrc (0.11.0) - nokogiri (1.6.8.1) + nokogiri (1.7.1) mini_portile2 (~> 2.1.0) open-uri-cached (0.0.5) - parser (2.3.2.0) + parser (2.4.0.0) ast (~> 2.2) powerpack (0.1.1) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rainbow (2.1.0) - require_all (1.3.3) - rest-client (2.0.0) + rainbow (2.2.2) + rake + rake (12.0.0) + require_all (1.4.0) + rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rubocop (0.45.0) - parser (>= 2.3.1.1, < 3.0) + rubocop (0.48.1) + parser (>= 2.3.3.1, < 3.0) powerpack (~> 0.1) rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.8.1) slop (3.6.0) - sqlite3 (1.3.12) + sqlite3 (1.3.13) unf (0.1.4) unf_ext - unf_ext (0.0.7.2) - unicode-display_width (1.1.1) + unf_ext (0.0.7.4) + unicode-display_width (1.2.1) wikidata-client (0.0.10) excon (~> 0.40) faraday (~> 0.9) @@ -134,11 +137,11 @@ DEPENDENCIES rubocop scraperwiki! sqlite_magic! - wikidata-fetcher (>= 0.19.0)! + wikidata-fetcher (>= 0.20.1)! wikisnakker! RUBY VERSION ruby 2.3.3p222 BUNDLED WITH - 1.13.6 + 1.14.6