Skip to content

Commit

Permalink
Update fakefs requirement from ~> 0.6.0 to ~> 2.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [fakefs](https://github.com/fakefs/fakefs) to permit the latest version.
- [Release notes](https://github.com/fakefs/fakefs/releases)
- [Changelog](https://github.com/fakefs/fakefs/blob/master/CHANGELOG.md)
- [Commits](fakefs/fakefs@v0.6.0...v2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 26, 2024
1 parent d32bf17 commit 11bdb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "mustache", "~> 1.0", ">= 0.99.4"

s.add_development_dependency "bundler", ">= 1.16"
s.add_development_dependency "fakefs", "~> 0.6.0"
s.add_development_dependency "fakefs", "~> 2.5.0"
s.add_development_dependency "sinatra", "~> 2.0.8"
s.add_development_dependency "aruba", "~> 0.14.14"
s.add_development_dependency "capybara", "~> 3.39.2"
Expand Down

0 comments on commit 11bdb05

Please sign in to comment.