Skip to content

Commit

Permalink
Bring Gemfile up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed May 10, 2017
1 parent 33706b0 commit badbd69
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 16 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -6,13 +6,15 @@ ruby '2.3.3'

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

gem 'execjs'
gem 'minitest'
gem 'minitest-around'
gem 'minitest-vcr'
gem 'nokogiri'
gem 'open-uri-cached'
gem 'pry'
gem 'rake'
gem 'rest-client'
gem 'rubocop'
gem 'scraped', github: 'everypolitician/scraped'
gem 'scraped_page_archive', github: 'everypolitician/scraped_page_archive'
Expand Down
51 changes: 35 additions & 16 deletions Gemfile.lock
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/everypolitician/scraped.git
revision: c3fc06e1c44beb9027a4dbe4c8bb471d803b27ce
revision: c458dd2601a7f1e9596c7c60cf375fee44c3604d
specs:
scraped (0.2.0)
scraped (0.6.1)
field_serializer (>= 0.3.0)
nokogiri
require_all
Expand All @@ -17,10 +17,10 @@ GIT

GIT
remote: https://github.com/everypolitician/scraper_test.git
revision: 9e12a20f8f9a87aa1814dac210d70e51f7ad03b7
revision: 314fed4a321fa49f0061e5cfd328f7b3481a1e2b
specs:
scraper_test (0.1.0)
minitest
minitest (~> 5.0)
pry
vcr (>= 3.0.3)
webmock (>= 2.0)
Expand All @@ -44,17 +44,25 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.0)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ast (2.3.0)
coderay (1.1.0)
coderay (1.1.1)
crack (0.4.3)
safe_yaml (~> 1.0.0)
domain_name (0.5.20161129)
unf (>= 0.0.5, < 1.0.0)
execjs (2.7.0)
field_serializer (0.3.0)
git (1.3.0)
hashdiff (0.3.1)
hashdiff (0.3.2)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.6.0.1)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minispec-metadata (2.0.0)
minitest
Expand All @@ -65,22 +73,28 @@ GEM
minispec-metadata (~> 2.0)
minitest (>= 4.7.5)
vcr (>= 2.9)
nokogiri (1.7.0.1)
netrc (0.11.0)
nokogiri (1.7.1)
mini_portile2 (~> 2.1.0)
open-uri-cached (0.0.5)
parser (2.3.3.1)
parser (2.4.0.0)
ast (~> 2.2)
powerpack (0.1.1)
pry (0.10.1)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (2.0.4)
rainbow (2.1.0)
public_suffix (2.0.5)
rainbow (2.2.2)
rake
rake (12.0.0)
require_all (1.3.3)
rubocop (0.46.0)
parser (>= 2.3.1.1, < 3.0)
require_all (1.4.0)
rest-client (2.0.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rubocop (0.48.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
Expand All @@ -91,7 +105,10 @@ GEM
sqlite3 (1.3.10)
sqlite_magic (0.0.3)
sqlite3
unicode-display_width (1.1.2)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
unicode-display_width (1.2.1)
vcr (3.0.3)
vcr-archive (0.3.0)
vcr (~> 3.0.2)
Expand All @@ -105,13 +122,15 @@ PLATFORMS
ruby

DEPENDENCIES
execjs
minitest
minitest-around
minitest-vcr
nokogiri
open-uri-cached
pry
rake
rest-client
rubocop
scraped!
scraped_page_archive!
Expand Down

0 comments on commit badbd69

Please sign in to comment.