Skip to content

Commit

Permalink
Bump mechanize from 2.8.5 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps [mechanize](https://github.com/sparklemotion/mechanize) from 2.8.5 to 2.11.0.
- [Release notes](https://github.com/sparklemotion/mechanize/releases)
- [Changelog](https://github.com/sparklemotion/mechanize/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/mechanize@v2.8.5...v2.11.0)

---
updated-dependencies:
- dependency-name: mechanize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 2f9d001 commit 3acf57d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "jquery-rails", ">= 4.4.0"
gem "jsonb_accessor", "~> 1.4"
gem "logstasher"
gem "mail", ">= 2.8"
gem "mechanize", "~> 2.8"
gem "mechanize", "~> 2.11"
gem "pg", "~> 1.5"
gem "prometheus_exporter"
gem "puma"
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
Expand Down Expand Up @@ -126,8 +126,7 @@ GEM
deep_merge (1.2.2)
diff-lcs (1.5.1)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20240107)
drb (2.2.1)
dry-configurable (1.0.1)
dry-core (~> 1.0, < 2)
Expand Down Expand Up @@ -194,7 +193,7 @@ GEM
highline (3.0.1)
html-attributes-utils (1.0.2)
activesupport (>= 6.1.4.4)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -237,28 +236,30 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
mechanize (2.8.5)
mechanize (2.11.0)
addressable (~> 2.8)
base64
domain_name (~> 0.5, >= 0.5.20190701)
http-cookie (~> 1.0, >= 1.0.3)
mime-types (~> 3.0)
net-http-digest_auth (~> 1.4, >= 1.4.1)
net-http-persistent (>= 2.5.2, < 5.0.dev)
nkf
nokogiri (~> 1.11, >= 1.11.2)
rubyntlm (~> 0.6, >= 0.6.3)
webrick (~> 1.7)
webrobots (~> 0.1.2)
method_source (1.1.0)
mime-types (3.4.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mime-types-data (3.2024.0702)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
msgpack (1.5.2)
mutex_m (0.2.0)
net-http-digest_auth (1.4.1)
net-http-persistent (4.0.1)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-imap (0.4.10)
date
Expand All @@ -270,6 +271,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nkf (0.2.0)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -287,7 +289,7 @@ GEM
webrick
psych (5.1.2)
stringio
public_suffix (5.0.4)
public_suffix (6.0.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
Expand Down Expand Up @@ -406,7 +408,8 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
rubyntlm (0.6.3)
rubyntlm (0.6.5)
base64
rubyzip (2.3.2)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand Down Expand Up @@ -482,9 +485,6 @@ GEM
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
view_component (3.12.1)
activesupport (>= 5.2.0, < 8.0)
Expand Down Expand Up @@ -529,7 +529,7 @@ DEPENDENCIES
jsonb_accessor (~> 1.4)
logstasher
mail (>= 2.8)
mechanize (~> 2.8)
mechanize (~> 2.11)
pg (~> 1.5)
prometheus_exporter
puma
Expand Down

0 comments on commit 3acf57d

Please sign in to comment.