Skip to content

Commit

Permalink
Merge pull request #297 from Shopify/vs/relax_prism_constraint
Browse files Browse the repository at this point in the history
Relax prism constraint
  • Loading branch information
vinistock authored May 6, 2024
2 parents 10e3ba3 + 028bafd commit fbd96ec
Show file tree
Hide file tree
Showing 12 changed files with 5,946 additions and 4,673 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
rbi (0.1.12)
prism (>= 0.18.0, < 0.28)
rbi (0.1.13)
prism (>= 0.18.0, < 1.0.0)
sorbet-runtime (>= 0.5.9204)

GEM
Expand All @@ -26,7 +26,7 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
prism (0.27.0)
prism (0.28.0)
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/rbi/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module RBI
VERSION = "0.1.12"
VERSION = "0.1.13"
end
2 changes: 1 addition & 1 deletion rbi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
"Rakefile",
]

spec.add_dependency("prism", ">= 0.18.0", "< 0.28")
spec.add_dependency("prism", ">= 0.18.0", "< 1.0.0")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")

spec.required_ruby_version = ">= 3.1"
Expand Down
Loading

0 comments on commit fbd96ec

Please sign in to comment.