Skip to content

Commit

Permalink
Bump Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Sep 30, 2016
1 parent 82942a6 commit 0aac7ec
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 31 deletions.
24 changes: 12 additions & 12 deletions Gemfile
Expand Up @@ -2,18 +2,18 @@
# 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'
source "https://rubygems.org"

ruby '2.0.0'
ruby "2.0.0"

gem 'colorize'
gem 'mediawiki_api'
gem 'nokogiri'
gem 'open-uri-cached'
gem 'pry'
gem 'rest-client'
gem 'sqlite_magic', :git => 'https://github.com/openc/sqlite_magic.git'
gem 'scraperwiki', git: 'https://github.com/openaustralia/scraperwiki-ruby.git', branch: 'morph_defaults'
gem 'wikidata-fetcher', '>=0.15.0', git: 'https://github.com/everypolitician/wikidata-fetcher.git'
gem "colorize"
gem "mediawiki_api"
gem "nokogiri"
gem "open-uri-cached"
gem "pry"
gem "rest-client"
gem "sqlite_magic", :git => "https://github.com/openc/sqlite_magic.git"
gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "wikidata-fetcher", '>=0.17.0', git: "https://github.com/everypolitician/wikidata-fetcher.git"
gem 'wikisnakker', git: 'https://github.com/everypolitician/wikisnakker', branch: 'master'
gem 'everypolitician', github: 'everypolitician/everypolitician-ruby'

30 changes: 11 additions & 19 deletions Gemfile.lock
@@ -1,13 +1,6 @@
GIT
remote: git://github.com/everypolitician/everypolitician-ruby.git
revision: fca557a65ca09ae9da105d8bff53e97e3ebcfdc1
specs:
everypolitician (0.18.0)
everypolitician-popolo

GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: 7f02f4a44e90475bec48164757dd2e119143702e
revision: 2ab5ce3068a7d4a92506afe36235f69d11bb2b20
specs:
wikidata-fetcher (0.17.1)
colorize
Expand All @@ -21,10 +14,10 @@ GIT

GIT
remote: https://github.com/everypolitician/wikisnakker
revision: c2895a600fb78b2ad0df3e8ae3d24b4586a94179
revision: cc55a4f45290c8ad86dc3e2a41ea678e02e3dd94
branch: master
specs:
wikisnakker (0.6.0)
wikisnakker (0.7.0)

GIT
remote: https://github.com/openaustralia/scraperwiki-ruby.git
Expand All @@ -48,25 +41,25 @@ GEM
coderay (1.1.0)
colorize (0.8.1)
diskcached (1.1.2)
domain_name (0.5.20160615)
domain_name (0.5.20160826)
unf (>= 0.0.5, < 1.0.0)
everypolitician-popolo (0.6.1)
excon (0.51.0)
excon (0.53.0)
faraday (0.9.2)
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.4)
http-cookie (1.0.2)
hashie (3.4.6)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.0)
httpclient (2.8.2.4)
json (2.0.2)
mediawiki_api (0.6.0)
mediawiki_api (0.7.0)
faraday (~> 0.9, >= 0.9.0)
faraday-cookie_jar (~> 0.0, >= 0.0.6)
faraday_middleware (~> 0.10, >= 0.10.0)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
Expand Down Expand Up @@ -103,15 +96,14 @@ PLATFORMS

DEPENDENCIES
colorize
everypolitician!
mediawiki_api
nokogiri
open-uri-cached
pry
rest-client
scraperwiki!
sqlite_magic!
wikidata-fetcher (>= 0.15.0)!
wikidata-fetcher (>= 0.17.0)!
wikisnakker!

RUBY VERSION
Expand Down

0 comments on commit 0aac7ec

Please sign in to comment.