We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc759e commit 8ab93d7Copy full SHA for 8ab93d7
Gemfile
@@ -12,5 +12,5 @@ end
12
13
group :test do
14
gem 'rspec', '~> 3.13.0'
15
- gem 'webmock', '~> 3.24.0'
+ gem 'webmock', '~> 3.25.0'
16
end
Gemfile.lock
@@ -58,7 +58,7 @@ GEM
58
unicode-display_width (3.1.4)
59
unicode-emoji (~> 4.0, >= 4.0.4)
60
unicode-emoji (4.0.4)
61
- webmock (3.24.0)
+ webmock (3.25.0)
62
addressable (>= 2.8.0)
63
crack (>= 0.3.2)
64
hashdiff (>= 0.4.0, < 2.0.0)
@@ -75,7 +75,7 @@ DEPENDENCIES
75
rake (~> 13.0)
76
rspec (~> 3.13.0)
77
rubocop (~> 1.71.0)
78
- webmock (~> 3.24.0)
+ webmock (~> 3.25.0)
79
yard (~> 0.9.20)
80
81
BUNDLED WITH
0 commit comments