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 +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
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.12 ' , require : false
48
+ gem 'webmock' , '~> 3.14 ' , 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 85
85
minitest (~> 5.1 )
86
86
thread_safe (~> 0.3 , >= 0.3.4 )
87
87
tzinfo (~> 1.1 )
88
- addressable (2.3.8 )
88
+ addressable (2.8.0 )
89
+ public_suffix (>= 2.0.2 , < 5.0 )
89
90
airbrake (11.0.3 )
90
91
airbrake-ruby (~> 5.1 )
91
92
airbrake-ruby (5.2.1 )
430
431
json-ld (~> 3.0 )
431
432
multi_json (~> 1.12 )
432
433
rdf (~> 3.0 )
433
- json-schema (2.6.2 )
434
- addressable (~> 2.3.8 )
434
+ json-schema (2.8.1 )
435
+ addressable (>= 2.4 )
435
436
jsonpath (1.0.5 )
436
437
multi_json
437
438
to_regexp (~> 0.2.1 )
450
451
kaminari-mongoid (1.0.1 )
451
452
kaminari-core (~> 1.0 )
452
453
mongoid
453
- launchy (2.4.3 )
454
- addressable (~> 2.3 )
454
+ launchy (2.5.0 )
455
+ addressable (~> 2.7 )
455
456
ld-patch (0.3.3 )
456
457
ebnf (~> 1.1 )
457
458
rdf (>= 2.2 , < 4.0 )
530
531
pry (0.14.1 )
531
532
coderay (~> 1.1 )
532
533
method_source (~> 1.0 )
534
+ public_suffix (4.0.6 )
533
535
puma (5.4.0 )
534
536
nio4r (~> 2.0 )
535
537
pusher (1.4.3 )
774
776
activemodel (>= 4.2 )
775
777
debug_inspector
776
778
railties (>= 4.2 )
777
- webmock (3.12.2 )
778
- addressable (>= 2.3.6 )
779
+ webmock (3.14.0 )
780
+ addressable (>= 2.8.0 )
779
781
crack (>= 0.3.2 )
780
782
hashdiff (>= 0.4.0 , < 2.0.0 )
781
783
websocket (1.2.8 )
@@ -848,7 +850,7 @@ DEPENDENCIES
848
850
uglifier (>= 1.3.0 )
849
851
vcr (~> 6.0 )
850
852
web-console (~> 3.3 )
851
- webmock (~> 3.12 )
853
+ webmock (~> 3.14 )
852
854
853
855
RUBY VERSION
854
856
ruby 2.4.10p364
You can’t perform that action at this time.
0 commit comments