Skip to content

Commit

Permalink
Merge pull request #241 from Shopify/andyw8/bump-prism-dependency
Browse files Browse the repository at this point in the history
Bump Prism dependency
  • Loading branch information
andyw8 authored Oct 26, 2023
2 parents cd0c043 + 0b1401a commit 01ad42c
Show file tree
Hide file tree
Showing 5 changed files with 3,304 additions and 2,802 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.2)
prism (>= 0.14.0)
prism (>= 0.15.1)
sorbet-runtime (>= 0.5.9204)

GEM
Expand All @@ -28,7 +28,7 @@ GEM
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
prism (0.14.0)
prism (0.15.1)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
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.14.0")
spec.add_dependency("prism", ">= 0.15.1")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")
end
1 change: 1 addition & 0 deletions sorbet/rbi/gems/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.rbi linguist-generated=true
Loading

0 comments on commit 01ad42c

Please sign in to comment.