Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 28288c7

Browse files
authored
Merge pull request #660 from Data-Liberation-Front/dependabot/bundler/vcr-6.1.0
Bump vcr from 6.0.0 to 6.1.0
2 parents 345d5d6 + 1312d12 commit 28288c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ group :development, :test do
5151
gem 'factory_bot_rails', '~> 5.2'
5252
gem 'faker', '~> 2.2'
5353
gem 'poltergeist', '~> 1.6'
54-
gem 'vcr', '~> 6.0'
54+
gem 'vcr', '~> 6.1'
5555
gem 'cucumber-api-steps', require: false, git: 'https://github.com/Data-Liberation-Front/cucumber-api-steps.git', branch: 'feature-test-content-type'
5656
# Use sqlite3 as the database for Active Record
5757
gem 'sqlite3', '~> 1.4'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ GEM
773773
unf_ext
774774
unf_ext (0.0.7.4)
775775
uri_template (0.7.0)
776-
vcr (6.0.0)
776+
vcr (6.1.0)
777777
web-console (3.3.0)
778778
activemodel (>= 4.2)
779779
debug_inspector
@@ -850,7 +850,7 @@ DEPENDENCIES
850850
travis (~> 1.8)
851851
turbolinks (~> 5.2)
852852
uglifier (>= 1.3.0)
853-
vcr (~> 6.0)
853+
vcr (~> 6.1)
854854
web-console (~> 3.3)
855855
webmock (~> 3.14)
856856

0 commit comments

Comments
 (0)