Skip to content

Commit

Permalink
Merge pull request #18 from yosipy/dependabot/bundler/rspec-3.13.0
Browse files Browse the repository at this point in the history
Bump rspec from 3.12.0 to 3.13.0
  • Loading branch information
yosipy authored May 29, 2024
2 parents f4bf3ff + 5f7b882 commit b2d48da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gemspec

gem "rake", "~> 13.2"

gem "rspec", "~> 3.0"
gem "rspec", "~> 3.13"
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ PATH
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.5.0)
diff-lcs (1.5.1)
rake (13.2.1)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
rake (~> 13.2)
rspec (~> 3.0)
rspec (~> 3.13)
yaml_structure_checker!

BUNDLED WITH
Expand Down

0 comments on commit b2d48da

Please sign in to comment.