Skip to content

Commit

Permalink
spec: bump ruby dependencies
Browse files Browse the repository at this point in the history
bosh-template 2.4.0 is required when running Ruby v3.2.0 (and possibly
earlier).

Co-authored-by: Andrew Garner <[email protected]>
Co-authored-by: Kim Bassett <[email protected]>
  • Loading branch information
abg and kimago committed Jan 17, 2023
1 parent 5c7b798 commit e21951d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions spec/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
GEM
remote: https://rubygems.org/
specs:
bosh-template (2.3.0)
bosh-template (2.4.0)
semi_semantic (~> 1.2.0)
diff-lcs (1.3)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (1.5.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
semi_semantic (1.2.0)

PLATFORMS
Expand All @@ -27,4 +27,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.22
2.4.4

0 comments on commit e21951d

Please sign in to comment.