Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mechanize from 2.7.6 to 2.7.7 #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end
gem 'rails-i18n', '~> 5.1.3'

# scraping
gem 'mechanize', '~> 2.7.3'
gem 'mechanize', '~> 2.7.7'
gem 'rubyzip', '~> 1.3.0'
gem 'saxerator', '~> 0.9.5'

Expand Down
28 changes: 10 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,12 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
connection_pool (2.2.3)
crass (1.0.4)
css_parser (1.6.0)
addressable
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
docsplit (0.7.6)
domain_name (0.5.20180417)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (1.0.2)
dotenv-rails (1.0.2)
Expand Down Expand Up @@ -146,7 +144,6 @@ GEM
rack
hashids (1.0.5)
hashie (3.6.0)
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
httparty (0.16.3)
Expand Down Expand Up @@ -195,22 +192,23 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
mechanize (2.7.6)
mechanize (2.7.7)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (>= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrick (~> 1.7)
webrobots (>= 0.0.9, < 0.2)
memory_test_fix (1.4.2)
activerecord (~> 5.0)
railties (~> 5.0)
method_source (0.9.2)
mime-types (3.2.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mime-types-data (3.2020.1104)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.10.1)
Expand All @@ -221,7 +219,7 @@ GEM
mustermann19 (0.4.4)
enumerable-lazy
net-http-digest_auth (1.4.1)
net-http-persistent (3.0.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
netrc (0.11.0)
nio4r (2.4.0)
Expand All @@ -236,13 +234,6 @@ GEM
patron (0.7.1)
pg (0.20.0)
powerpack (0.1.2)
premailer (1.11.1)
addressable
css_parser (>= 1.6.0)
htmlentities (>= 4.0.0)
premailer-rails (1.9.7)
actionmailer (>= 3, < 6)
premailer (~> 1.7, >= 1.7.9)
progress (3.5.0)
puma (3.12.2)
rack (2.0.7)
Expand Down Expand Up @@ -352,7 +343,7 @@ GEM
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unf_ext (0.0.7.7)
unicode-display_width (1.4.1)
virtus (1.0.5)
axiom-types (~> 0.1)
Expand All @@ -364,6 +355,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webrick (1.7.0)
webrobots (0.1.2)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -404,7 +396,7 @@ DEPENDENCIES
kaminari (~> 0.17.0)
listen
lograge (~> 0.9.0)
mechanize (~> 2.7.3)
mechanize (~> 2.7.7)
memory_test_fix (~> 1.4.0)
minitest (= 5.10.1)
minitest-stub_any_instance
Expand Down