File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ group :test do
144
144
gem 'factory_bot_rails' , '~> 6.4.3'
145
145
gem 'codeclimate-test-reporter' , '~> 1.0.7' , require : nil
146
146
gem 'rails-controller-testing' # Rails 4 fallback
147
- gem 'webmock' , '~> 3.23 '
147
+ gem 'webmock' , '~> 3.24 '
148
148
gem 'timecop'
149
149
150
150
# Adds support for Capybara system testing and selenium driver
Original file line number Diff line number Diff line change 75
75
minitest (>= 5.1 )
76
76
mutex_m
77
77
tzinfo (~> 2.0 )
78
- addressable (2.8.6 )
79
- public_suffix (>= 2.0.2 , < 6 .0 )
78
+ addressable (2.8.7 )
79
+ public_suffix (>= 2.0.2 , < 7 .0 )
80
80
ansi (1.5.0 )
81
81
audited (5.6.0 )
82
82
activerecord (>= 5.2 , < 7.2 )
221
221
activesupport (>= 5.1 )
222
222
haml (>= 4.0.6 )
223
223
railties (>= 5.1 )
224
- hashdiff (1.1.0 )
224
+ hashdiff (1.1.1 )
225
225
hashie (5.0.0 )
226
226
httparty (0.21.0 )
227
227
mini_mime (>= 1.0.0 )
332
332
method_source (~> 1.0 )
333
333
psych (5.1.2 )
334
334
stringio
335
- public_suffix (5 .0.4 )
335
+ public_suffix (6 .0.1 )
336
336
puma (6.4.2 )
337
337
nio4r (~> 2.0 )
338
338
raabro (1.4.0 )
409
409
responders (3.1.1 )
410
410
actionpack (>= 5.2 )
411
411
railties (>= 5.2 )
412
- rexml (3.2.6 )
412
+ rexml (3.3.8 )
413
413
roadie (5.2.1 )
414
414
css_parser (~> 1.4 )
415
415
nokogiri (~> 1.15 )
511
511
activemodel (>= 6.0.0 )
512
512
bindex (>= 0.4.0 )
513
513
railties (>= 6.0.0 )
514
- webmock (3.23 .0 )
514
+ webmock (3.24 .0 )
515
515
addressable (>= 2.8.0 )
516
516
crack (>= 0.3.2 )
517
517
hashdiff (>= 0.4.0 , < 2.0.0 )
@@ -601,7 +601,7 @@ DEPENDENCIES
601
601
valid_attribute
602
602
validate_url
603
603
web-console (>= 3.3.0 )
604
- webmock (~> 3.23 )
604
+ webmock (~> 3.24 )
605
605
606
606
RUBY VERSION
607
607
ruby 3.0.6p216
You can’t perform that action at this time.
0 commit comments