Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Apr 26, 2019
1 parent ee346e6 commit b998bee
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }

ruby '2.4.1'
ruby '2.4.4'

gem 'everypolitician', github: 'everypolitician/everypolitician-ruby'
gem 'pry'
Expand Down
75 changes: 36 additions & 39 deletions Gemfile.lock
@@ -1,24 +1,22 @@
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-area.git
revision: 6659268108c7e709a9181c342e84612a37fe98e0
revision: 408ec8645ef126650e445b9fb743cf54074b1951
specs:
wikidata-area (0.1.0)
wikidata-area (0.1.1)

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

GIT
remote: https://github.com/everypolitician/wikisnakker.git
Expand All @@ -50,75 +49,73 @@ GEM
specs:
ast (2.4.0)
coderay (1.1.2)
colorize (0.8.1)
diskcached (1.1.3)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
everypolitician-popolo (0.8.0)
everypolitician-popolo (0.9.0)
require_all
excon (0.62.0)
faraday (0.15.2)
excon (0.64.0)
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)
hashie (3.5.7)
hashie (3.6.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
jaro_winkler (1.5.1)
json (2.1.0)
jaro_winkler (1.5.2)
json (2.2.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)
method_source (0.9.0)
mime-types (3.1)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.3.0)
mime-types-data (3.2019.0331)
mini_portile2 (2.4.0)
multipart-post (2.0.0)
netrc (0.11.0)
nokogiri (1.8.3)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.1.0)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
parallel (1.17.0)
parser (2.6.2.1)
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)
psych (3.1.0)
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.57.2)
rubocop (0.67.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
sqlite3 (1.3.13)
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.10.0)
sqlite3 (1.4.0)
sqlite_magic (0.0.6)
sqlite3
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.4.0)
unf_ext (0.0.7.6)
unicode-display_width (1.5.0)
wikidata-client (0.0.12)
excon (~> 0.40)
faraday (~> 0.9)
faraday_middleware (~> 0.9)
hashie (~> 3.3)
yajl-ruby (1.4.0)
yajl-ruby (1.4.1)

PLATFORMS
ruby
Expand All @@ -134,7 +131,7 @@ DEPENDENCIES
wikisnakker!

RUBY VERSION
ruby 2.4.1p111
ruby 2.4.4p296

BUNDLED WITH
1.16.1
1.16.5

0 comments on commit b998bee

Please sign in to comment.