Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rspec-file_fixtures to v0.1.8 #1993

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ group :development, :test do
gem "rspec"
gem "rspec-its"
gem "standard"
gem "rspec-file_fixtures", "0.1.7"
gem "rspec-file_fixtures", "0.1.8"
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-file_fixtures (0.1.7)
rspec-file_fixtures (0.1.8)
rspec (~> 3.12)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
Expand Down Expand Up @@ -71,7 +71,7 @@ PLATFORMS
DEPENDENCIES
bosh-template
rspec
rspec-file_fixtures (= 0.1.7)
rspec-file_fixtures (= 0.1.8)
rspec-its
standard

Expand Down
2 changes: 1 addition & 1 deletion jobs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ group :development, :test do
gem "rspec"
gem "rspec-its"
gem "standard"
gem "rspec-file_fixtures", "0.1.7"
gem "rspec-file_fixtures", "0.1.8"
end
4 changes: 2 additions & 2 deletions jobs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-file_fixtures (0.1.7)
rspec-file_fixtures (0.1.8)
rspec (~> 3.12)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
Expand Down Expand Up @@ -71,7 +71,7 @@ PLATFORMS
DEPENDENCIES
bosh-template
rspec
rspec-file_fixtures (= 0.1.7)
rspec-file_fixtures (= 0.1.8)
rspec-its
standard

Expand Down
2 changes: 1 addition & 1 deletion spec/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ group :development, :test do
gem "rspec"
gem "rspec-its"
gem "standard"
gem "rspec-file_fixtures", "0.1.7"
gem "rspec-file_fixtures", "0.1.8"
end
4 changes: 2 additions & 2 deletions spec/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-file_fixtures (0.1.7)
rspec-file_fixtures (0.1.8)
rspec (~> 3.12)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
Expand Down Expand Up @@ -72,7 +72,7 @@ PLATFORMS
DEPENDENCIES
bosh-template
rspec
rspec-file_fixtures (= 0.1.7)
rspec-file_fixtures (= 0.1.8)
rspec-its
standard

Expand Down
Loading