Skip to content

Commit

Permalink
Use Prism v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Apr 18, 2024
1 parent 08559a9 commit 2d5ed77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
rbi (0.1.11)
prism (>= 0.18.0, < 0.26)
prism (>= 0.18.0, < 0.27)
sorbet-runtime (>= 0.5.9204)

GEM
Expand All @@ -26,7 +26,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
prism (0.25.0)
prism (0.26.0)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
Expand Down
2 changes: 1 addition & 1 deletion rbi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
"Rakefile",
]

spec.add_dependency("prism", ">= 0.18.0", "< 0.26")
spec.add_dependency("prism", ">= 0.18.0", "< 0.27")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")
end

0 comments on commit 2d5ed77

Please sign in to comment.