summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-08-14 13:50:07 -0500
committerRobert Speicher <rspeicher@gmail.com>2018-08-15 16:04:11 -0500
commit1a34780df5f18075277cb011b84bfc36c3214e79 (patch)
tree8e5aae499097f6f80751fde34eee91a34312e835
parent122d84a403d3534dea743d94aa23d4115cc804a8 (diff)
downloadgitlab-shell-1a34780df5f18075277cb011b84bfc36c3214e79.tar.gz
Update VCR to 4.0.0
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 1e5de7a..e51f642 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,6 @@ group :development, :test do
gem 'rspec-its', '~> 1.0.0'
gem 'rubocop', '0.49.1', require: false
gem 'simplecov', '~> 0.9.0', require: false
- gem 'vcr', '~> 2.4.0'
+ gem 'vcr', '~> 4.0.0'
gem 'webmock', '~> 1.9.0'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 88fc8c0..82a3eea 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -59,7 +59,7 @@ GEM
simplecov-html (0.9.0)
thor (0.20.0)
unicode-display_width (1.4.0)
- vcr (2.4.0)
+ vcr (4.0.0)
webmock (1.9.3)
addressable (>= 2.2.7)
crack (>= 0.3.2)
@@ -75,7 +75,7 @@ DEPENDENCIES
rspec-its (~> 1.0.0)
rubocop (= 0.49.1)
simplecov (~> 0.9.0)
- vcr (~> 2.4.0)
+ vcr (~> 4.0.0)
webmock (~> 1.9.0)
BUNDLED WITH