Skip to content

Commit

Permalink
Use Prism v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Apr 24, 2024
1 parent 2d5ed77 commit 03c7733
Show file tree
Hide file tree
Showing 3 changed files with 9,822 additions and 3,234 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.27)
prism (>= 0.18.0, < 0.28)
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.26.0)
prism (0.27.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.27")
spec.add_dependency("prism", ">= 0.18.0", "< 0.28")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")
end
Loading

0 comments on commit 03c7733

Please sign in to comment.