Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 0e5cc1c

Browse files
Bump mechanize from 2.7.6 to 2.7.7
Bumps [mechanize](https://github.com/sparklemotion/mechanize) from 2.7.6 to 2.7.7. - [Release notes](https://github.com/sparklemotion/mechanize/releases) - [Changelog](https://github.com/sparklemotion/mechanize/blob/master/CHANGELOG.rdoc) - [Commits](sparklemotion/mechanize@v2.7.6...v2.7.7) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0726ed commit 0e5cc1c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Gemfile.lock

+8-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ GEM
2727
cliver (0.3.2)
2828
coderay (1.1.3)
2929
concurrent-ruby (1.1.6)
30-
connection_pool (2.2.3)
30+
connection_pool (2.2.5)
3131
domain_name (0.5.20190701)
3232
unf (>= 0.0.5, < 1.0.0)
3333
dotenv (2.7.5)
3434
headless (2.3.1)
35-
http-cookie (1.0.3)
35+
http-cookie (1.0.4)
3636
domain_name (~> 0.5)
3737
i18n (1.8.3)
3838
concurrent-ruby (~> 1.0)
@@ -51,25 +51,26 @@ GEM
5151
selenium-webdriver
5252
thor
5353
whenever
54-
mechanize (2.7.6)
54+
mechanize (2.7.7)
5555
domain_name (~> 0.5, >= 0.5.1)
5656
http-cookie (~> 1.0)
5757
mime-types (>= 1.17.2)
5858
net-http-digest_auth (~> 1.1, >= 1.1.1)
5959
net-http-persistent (>= 2.5.2)
6060
nokogiri (~> 1.6)
6161
ntlm-http (~> 0.1, >= 0.1.1)
62+
webrick (~> 1.7)
6263
webrobots (>= 0.0.9, < 0.2)
6364
method_source (1.0.0)
6465
mime-types (3.3.1)
6566
mime-types-data (~> 3.2015)
66-
mime-types-data (3.2020.0512)
67+
mime-types-data (3.2021.0901)
6768
mini_mime (1.0.2)
6869
mini_portile2 (2.6.1)
6970
minitest (5.14.1)
7071
murmurhash3 (0.1.6)
7172
net-http-digest_auth (1.4.1)
72-
net-http-persistent (4.0.0)
73+
net-http-persistent (4.0.1)
7374
connection_pool (~> 2.2)
7475
nokogiri (1.12.5)
7576
mini_portile2 (~> 2.6.1)
@@ -104,7 +105,8 @@ GEM
104105
thread_safe (~> 0.1)
105106
unf (0.1.4)
106107
unf_ext
107-
unf_ext (0.0.7.7)
108+
unf_ext (0.0.8)
109+
webrick (1.7.0)
108110
webrobots (0.1.2)
109111
websocket-driver (0.7.2)
110112
websocket-extensions (>= 0.1.0)

0 commit comments

Comments
 (0)