8000 Bump mechanize from 2.7.6 to 2.7.7 · venkata-qa/demo.activeadmin.info@9b06636 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b06636

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-preview[bot] <support@dependabot.com>
1 parent 811504b commit 9b06636

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'newrelic_rpm', '~> 6.0'
2424
gem 'country_select'
2525

2626
group :development do
27-
gem 'mechanize','2.7.6'
27+
gem 'mechanize','2.7.7'
2828
end
2929

3030
gem 'pg', '~> 1.1'

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ GEM
7878
bcrypt (3.1.16)
7979
builder (3.2.4)
8080
concurrent-ruby (1.1.8)
81-
connection_pool (2.2.2)
81+
connection_pool (2.2.3)
8282
countries (3.0.0)
8383
i18n_data (~> 0.8.0)
8484
sixarm_ruby_unaccent (~> 1.1)
@@ -97,7 +97,7 @@ GEM
9797
warden (~> 1.2.3)
9898
diff-lcs (1.4.4)
9999
docile (1.3.4)
100-
domain_name (0.5.20180417)
100+
domain_name (0.5.20190701)
101101
unf (>= 0.0.5, < 1.0.0)
102102
erubi (1.10.0)
103103
execjs (2.7.0)
@@ -154,29 +154,30 @@ GEM
154154
mini_mime (>= 0.1.1)
155155
marcel (0.3.3)
156156
mimemagic (~> 0.3.2)
157-
mechanize (2.7.6)
157+
mechanize (2.7.7)
158158
domain_name (~> 0.5, >= 0.5.1)
159159
http-cookie (~> 1.0)
160160
mime-types (>= 1.17.2)
161161
net-http-digest_auth (~> 1.1, >= 1.1.1)
162162
net-http-persistent (>= 2.5.2)
163163
nokogiri (~> 1.6)
164164
ntlm-http (~> 0.1, >= 0.1.1)
165+
webrick (~> 1.7)
165166
webrobots (>= 0.0.9, < 0.2)
166167
method_source (1.0.0)
167-
mime-types (3.2.2)
168+
mime-types (3.3.1)
168169
mime-types-data (~> 3.2015)
169-
mime-types-data (3.2018.0812)
170+
mime-types-data (3.2020.1104)
170171
mimemagic (0.3.5)
171172
mini_mime (1.0.2)
172173
mini_portile2 (2.5.0)
173174
minitest (5.14.3)
174175
net-http-digest_auth (1.4.1)
175-
net-http-persistent (3.0.0)
176+
net-http-persistent (4.0.1)
176177
connection_pool (~> 2.2)
177178
newrelic_rpm (6.15.0)
178179
nio4r (2.5.4)
179-
nokogiri (1.11.0)
180+
nokogiri (1.11.1)
180181
mini_portile2 (~> 2.5.0)
181182
racc (~> 1.4)
182183
ntlm-http (0.1.1)
@@ -310,7 +311,7 @@ GEM
310311
execjs (>= 0.3.0, < 3)
311312
unf (0.1.4)
312313
unf_ext
313-
unf_ext (0.0.7.5)
314+
unf_ext (0.0.7.7)
314315
unicode-display_width (2.0.0)
315316
unicode_utils (1.4.0)
316317
unicorn (5.8.0)
@@ -322,6 +323,7 @@ GEM
322323
addressable (>= 2.3.6)
323324
< 837A span class="pl-e">crack (>= 0.3.2)
324325
hashdiff (>= 0.4.0, < 2.0.0)
326+
webrick (1.7.0)
325327
webrobots (0.1.2)
326328
websocket-driver (0.7.3)
327329
websocket-extensions (>= 0.1.0)
@@ -339,7 +341,7 @@ DEPENDENCIES
339341
factory_bot_rails
340342
faker
341343
heroku-deflater
342-
mechanize (= 2.7.6)
344+
mechanize (= 2.7.7)
343345
newrelic_rpm (~> 6.0)
344346
pg (~> 1.1)
345347
rack-cache

0 commit comments

Comments
 (0)
0