Skip to content

Commit

Permalink
Merge pull request #267 from Shopify/bump-prism
Browse files Browse the repository at this point in the history
Bump prism to the latest release (0.24)
  • Loading branch information
st0012 authored Feb 15, 2024
2 parents 15448ad + 1c6bd8b commit fc3d0e5
Show file tree
Hide file tree
Showing 3 changed files with 6,922 additions and 7,470 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.8)
prism (>= 0.18.0, < 0.22)
prism (>= 0.18.0, < 0.25)
sorbet-runtime (>= 0.5.9204)

GEM
Expand All @@ -27,7 +27,7 @@ GEM
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
prism (0.21.0)
prism (0.24.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.22")
spec.add_dependency("prism", ">= 0.18.0", "< 0.25")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")
end
Loading

0 comments on commit fc3d0e5

Please sign in to comment.