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

Commit

Permalink
Update parser requirement from ~> 3.3.0.5 to >= 3.3.0.5, < 3.3.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [parser](https://github.com/whitequark/parser) to permit the latest version.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.0.5...v3.3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and floriandejonckheere committed Apr 29, 2024
1 parent 8f60aa8 commit fb4de53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosaik.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "colorize", "~> 1.1"
spec.add_runtime_dependency "csv", "~> 3.3"
spec.add_runtime_dependency "git", "~> 1.19.1"
spec.add_runtime_dependency "parser", "~> 3.3.0.5"
spec.add_runtime_dependency "parser", ">= 3.3.0.5", "< 3.3.2.0"
spec.add_runtime_dependency "rubocop", "~> 1.63.1"
spec.add_runtime_dependency "rubocop-ast", "~> 1.31.2"
spec.add_runtime_dependency "ruby-progressbar", "~> 1.13.0"
Expand Down

0 comments on commit fb4de53

Please sign in to comment.