Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
build(deps): update yaml requirement from ~> 0.2.0 to >= 0.2, < 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [yaml](https://github.com/ruby/yaml) to permit the latest version.
- [Release notes](https://github.com/ruby/yaml/releases)
- [Commits](ruby/yaml@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and abdfnx committed Nov 7, 2023
1 parent 0e21728 commit 71b079d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bwrb/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ gemspec name: "bwrb"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.7"
gem "yaml", "~> 0.2.0"
gem "yaml", "~> 0.3.0"
gem "json", "~> 2.6", ">= 2.6.1"
2 changes: 1 addition & 1 deletion packages/bwrb/bwrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "yaml", "~> 0.2.0"
spec.add_dependency "yaml", ">= 0.2", "< 0.4"
spec.add_dependency "json", "~> 2.6"

spec.add_development_dependency "bundler", ">= 1.10", "< 3"
Expand Down

0 comments on commit 71b079d

Please sign in to comment.