We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e901e9 commit 82fd409Copy full SHA for 82fd409
Gemfile
@@ -13,7 +13,7 @@ group :development, :test do
13
# Start debugger with binding.b [https://github.com/ruby/debug]
14
gem "debug", ">= 1.0.0"
15
gem "standard", "1.12.0"
16
- gem "vcr", "~> 6.0"
+ gem "vcr", "~> 6.1"
17
end
18
19
gem "pg", "~> 1.3"
Gemfile.lock
@@ -260,7 +260,7 @@ GEM
260
validate_url (1.0.13)
261
activemodel (>= 3.0.0)
262
public_suffix
263
- vcr (6.0.0)
+ vcr (6.1.0)
264
webmock (3.14.0)
265
addressable (>= 2.8.0)
266
crack (>= 0.3.2)
@@ -288,7 +288,7 @@ DEPENDENCIES
288
twilio-ruby (~> 5.64)
289
ulid (~> 1.3)
290
validate_url (~> 1.0)
291
- vcr (~> 6.0)
+ vcr (~> 6.1)
292
webmock
293
294
BUNDLED WITH
0 commit comments