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 929a34f commit aff904e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 33 deletions.
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,12 +1,13 @@
# frozen_string_literal: true

# It's easy to add more libraries or choose different versions. Any libraries
# specified here will be installed and made available to your morph.io scraper.
# Find out more: https://morph.io/documentation/ruby

source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }

ruby '2.3.3'
ruby '2.4.4'

gem 'everypolitician', github: 'everypolitician/everypolitician-ruby'
gem 'pry'
Expand Down
61 changes: 29 additions & 32 deletions Gemfile.lock
@@ -1,9 +1,9 @@
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
Expand All @@ -14,11 +14,9 @@ GIT

GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: 74b6a27c9e3ed0a5eb412343a8ae256e6821064a
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,69 +49,67 @@ 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.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)
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)
mime-types-data (3.2019.0331)
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.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.58.2)
rubocop (0.67.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
psych (>= 3.1.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.10.0)
sqlite3 (1.3.13)
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)
Expand All @@ -134,7 +131,7 @@ DEPENDENCIES
wikisnakker!

RUBY VERSION
ruby 2.3.3p222
ruby 2.4.4p296

BUNDLED WITH
1.16.2
1.16.5

0 comments on commit aff904e

Please sign in to comment.