Skip to content

Commit

Permalink
Bump Prism dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Oct 26, 2023
1 parent b2fcf49 commit d038b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit d038b3f

Please sign in to comment.