Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Feb 13, 2019
1 parent fdb1d14 commit 8b902ec
Showing 1 changed file with 25 additions and 28 deletions.
53 changes: 25 additions & 28 deletions Gemfile.lock
@@ -1,25 +1,23 @@
GIT
remote: https://github.com/everypolitician/everypolitician-popolo.git
revision: 4d8aa382e9de4b3eed122cdb4a487c8f1943eff2
revision: fc3515339ceb15c5dbd1238e2cda4acfcd6f2382
specs:
everypolitician-popolo (0.9.0)
require_all

GIT
remote: https://github.com/everypolitician/everypolitician-ruby.git
revision: 363f7abb3bf2596d89cc048b98deb1a83ac163ff
revision: f85e4b684324cf35ef14e7546ddd33052046d883
specs:
everypolitician (0.20.0)
everypolitician-popolo (>= 0.8.0)
everypolitician-popolo (>= 0.9.0)
require_all

GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: d71b4bce80c8a9b1b95c662f8d1fb05039ada533
revision: cb919d174cfcae94983380fe6b4a1e07874f7029
specs:
wikidata-fetcher (0.21.1)
colorize
diskcached
wikidata-fetcher (0.24.0)
json
mediawiki_api
nokogiri
Expand All @@ -28,6 +26,7 @@ GIT
scraperwiki
wikidata-client (~> 0.0.7)
wikisnakker
yajl-ruby

GIT
remote: https://github.com/openaustralia/scraperwiki-ruby.git
Expand All @@ -51,7 +50,6 @@ GEM
ast (2.4.0)
benchmark-ips (2.7.2)
coderay (1.1.2)
colorize (0.8.1)
derailed (0.1.0)
derailed_benchmarks
derailed_benchmarks (1.3.5)
Expand All @@ -62,69 +60,68 @@ GEM
rack (>= 1)
rake (> 10, < 13)
thor (~> 0.19)
diskcached (1.1.3)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
excon (0.62.0)
faraday (0.15.3)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
faraday_middleware (0.12.2)
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
get_process_mem (0.2.2)
get_process_mem (0.2.3)
hashie (3.6.0)
heapy (0.1.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
jaro_winkler (1.5.1)
jaro_winkler (1.5.2)
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)
memory_profiler (0.9.11)
method_source (0.9.0)
memory_profiler (0.9.12)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
multipart-post (2.0.0)
netrc (0.11.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.1.2)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
parallel (1.13.0)
parser (2.6.0.0)
ast (~> 2.4.0)
powerpack (0.1.2)
pry (0.11.3)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.0.5)
rack (2.0.6)
rainbow (3.0.0)
rake (12.3.1)
rake (12.3.2)
require_all (2.0.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rubocop (0.59.2)
rubocop (0.64.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
sqlite3 (1.3.13)
thor (0.20.0)
sqlite3 (1.4.0)
thor (0.20.3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.4.0)
unicode-display_width (1.4.1)
wikidata-client (0.0.12)
excon (~> 0.40)
faraday (~> 0.9)
Expand Down

0 comments on commit 8b902ec

Please sign in to comment.