This repository was archived by the owner on Nov 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ group :development, :test do
45
45
gem 'guard-rspec' , '~> 4.7'
46
46
gem 'guard-cucumber' , '~> 3.0'
47
47
gem 'guard-bundler' , '~> 2.2'
48
- gem 'webmock' , '~> 3.17 ' , require : false
48
+ gem 'webmock' , '~> 3.18 ' , require : false
49
49
gem 'pry' , '~> 0.14'
50
50
gem 'timecop' , '~> 0.9'
51
51
gem 'factory_bot_rails' , '~> 5.2'
Original file line number Diff line number Diff line change 86
86
minitest (~> 5.1 )
87
87
thread_safe (~> 0.3 , >= 0.3.4 )
88
88
tzinfo (~> 1.1 )
89
- addressable (2.8.0 )
90
- public_suffix (>= 2.0.2 , < 5 .0 )
89
+ addressable (2.8.1 )
90
+ public_suffix (>= 2.0.2 , < 6 .0 )
91
91
airbrake (11.0.1 )
92
92
airbrake-ruby (~> 5.1 )
93
93
airbrake-ruby (5.1.0 )
518
518
pry (0.14.1 )
519
519
coderay (~> 1.1 )
520
520
method_source (~> 1.0 )
521
- public_suffix (4 .0.7 )
521
+ public_suffix (5 .0.0 )
522
522
puma (5.6.5 )
523
523
nio4r (~> 2.0 )
524
524
pusher (2.0.2 )
755
755
activemodel (>= 4.2 )
756
756
debug_inspector
757
757
railties (>= 4.2 )
758
- webmock (3.17.0 )
758
+ webmock (3.18.1 )
759
759
addressable (>= 2.8.0 )
760
760
crack (>= 0.3.2 )
761
761
hashdiff (>= 0.4.0 , < 2.0.0 )
@@ -831,7 +831,7 @@ DEPENDENCIES
831
831
uglifier (>= 1.3.0 )
832
832
vcr (~> 6.1 )
833
833
web-console (~> 3.3 )
834
- webmock (~> 3.17 )
834
+ webmock (~> 3.18 )
835
835
836
836
RUBY VERSION
837
837
ruby 2.6.9p207
You can’t perform that action at this time.
0 commit comments