Skip to content

Commit

Permalink
Merge pull request #253 from Shopify/vs/upgrade_prism_dependency
Browse files Browse the repository at this point in the history
Upgrade prism dependency
  • Loading branch information
vinistock authored Dec 14, 2023
2 parents 393831d + de965a1 commit 1ed5869
Show file tree
Hide file tree
Showing 20 changed files with 35,014 additions and 6,590 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.5)
prism (>= 0.18.0, < 0.19)
prism (>= 0.18.0, < 0.20)
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.18.0)
prism (0.19.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.19")
spec.add_dependency("prism", ">= 0.18.0", "< 0.20")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")
end
145 changes: 145 additions & 0 deletions sorbet/rbi/gems/[email protected]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1ed5869

Please sign in to comment.