Skip to content

Commit

Permalink
Update prism requirement from ~> 0.24.0 to >= 0.24, < 0.28
Browse files Browse the repository at this point in the history
Updates the requirements on [prism](https://github.com/ruby/prism) to permit the latest version.
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](ruby/prism@v0.24.0...v0.27.0)

---
updated-dependencies:
- dependency-name: prism
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent 703b982 commit 6f45b49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
rbs-inline (0.1.0)
prism (~> 0.24.0)
prism (>= 0.24, < 0.28)
rbs (~> 3.5.0.pre)

GEM
Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
prism (0.24.0)
prism (0.27.0)
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.0)
Expand Down Expand Up @@ -76,6 +76,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
minitest (~> 5.0)
Expand Down
2 changes: 1 addition & 1 deletion rbs-inline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "prism", "~> 0.24.0"
spec.add_dependency "prism", ">= 0.24", "< 0.28"
spec.add_dependency "rbs", "~> 3.5.0.pre"
end

0 comments on commit 6f45b49

Please sign in to comment.