Skip to content

Commit

Permalink
Merge pull request #285 from Shopify/andyw8/use-prism-0.25.0
Browse files Browse the repository at this point in the history
Use Prism 0.25.0
  • Loading branch information
andyw8 committed Apr 10, 2024
2 parents f7b1f35 + 942b378 commit 81d9999
Show file tree
Hide file tree
Showing 18 changed files with 11,610 additions and 34,765 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.10)
prism (>= 0.18.0, < 0.25)
prism (>= 0.18.0, < 0.26)
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.24.0)
prism (0.25.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.25")
spec.add_dependency("prism", ">= 0.18.0", "< 0.26")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")
end

0 comments on commit 81d9999

Please sign in to comment.