Skip to content

Commit

Permalink
Bump Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed May 18, 2017
1 parent 51e8c2f commit 952422c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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.2', github: 'everypolitician/wikidata-fetcher'
gem 'wikisnakker', github: 'everypolitician/wikisnakker'

group :quality do
Expand Down
57 changes: 30 additions & 27 deletions Gemfile.lock
Expand Up @@ -8,9 +8,9 @@ GIT

GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: 1ecdefcca690bc9a8205e4877968d07c52cc5dce
revision: 6cbd151eb97f9fdf3a24e9b8ec474b68b4c29034
specs:
wikidata-fetcher (0.19.0)
wikidata-fetcher (0.20.2)
colorize
diskcached
json
Expand All @@ -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

Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -134,11 +137,11 @@ DEPENDENCIES
rubocop
scraperwiki!
sqlite_magic!
wikidata-fetcher (>= 0.19.0)!
wikidata-fetcher (>= 0.20.2)!
wikisnakker!

RUBY VERSION
ruby 2.3.3p222

BUNDLED WITH
1.13.6
1.14.6

0 comments on commit 952422c

Please sign in to comment.