Skip to content

Commit

Permalink
Update rspec requirement from ~> 3.9.0 to ~> 3.13.0 (#100)
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version.
- [Commits](rspec/rspec-metagem@v3.9.0...v3.13.0)

---
updated-dependencies:
- dependency-name: rspec
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent a03499a commit 1cda1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ gem "activerecord", "~> #{ENV['ACTIVERECORD_VERSION']}" if ENV["ACTIVERECORD_VER
group :test, :development do
gem "gc_ruboconfig", "~> 5.0"
gem "pg", "~> 1.4"
gem "rspec", "~> 3.9.0"
gem "rspec", "~> 3.13.0"
end

0 comments on commit 1cda1f1

Please sign in to comment.