Skip to content

Commit

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

ruby '2.3.1'
ruby '2.3.3'

gem 'open-uri-cached'
gem 'pry'
Expand Down
56 changes: 29 additions & 27 deletions Gemfile.lock
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/everypolitician/scraped.git
revision: 0b7474c54ee395fd9bec30a64702255d093f9b31
revision: 7fd43913456af49d32e882d0cb79f3da1f5117ef
specs:
scraped (0.1.0)
scraped (0.6.2)
field_serializer (>= 0.3.0)
nokogiri
require_all
Expand All @@ -26,37 +26,39 @@ GIT
GEM
remote: https://rubygems.org/
specs:
ast (2.3.0)
coderay (1.1.1)
ast (2.4.0)
coderay (1.1.2)
field_serializer (0.3.0)
httpclient (2.8.2.4)
method_source (0.8.2)
mini_portile2 (2.1.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
httpclient (2.8.3)
jaro_winkler (1.5.1)
method_source (0.9.0)
mini_portile2 (2.3.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
open-uri-cached (0.0.5)
parser (2.3.1.4)
ast (~> 2.2)
powerpack (0.1.1)
pry (0.10.4)
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
powerpack (0.1.2)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rainbow (2.1.0)
rake (11.2.2)
require_all (1.3.3)
rubocop (0.44.1)
parser (>= 2.3.1.1, < 3.0)
method_source (~> 0.9.0)
rainbow (3.0.0)
rake (12.3.1)
require_all (2.0.0)
rubocop (0.58.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
rainbow (>= 2.2.2, < 4.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.11)
ruby-progressbar (1.10.0)
sqlite3 (1.3.13)
sqlite_magic (0.0.6)
sqlite3
unicode-display_width (1.1.1)
unicode-display_width (1.4.0)

PLATFORMS
ruby
Expand All @@ -71,7 +73,7 @@ DEPENDENCIES
table_unspanner!

RUBY VERSION
ruby 2.3.1p112
ruby 2.3.3p222

BUNDLED WITH
1.13.6
1.16.2

0 comments on commit 32219b8

Please sign in to comment.