Skip to content

Commit

Permalink
Use tilde version constraint
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Mendonça França <rafael.franca@shopify.com>
  • Loading branch information
vinistock and rafaelfranca authored Aug 28, 2024
1 parent 24d85be commit 800c8a5
Showing 1 changed file with 1 addition and 1 deletion.
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", ">= 1.0.0", "< 2.0.0")
spec.add_dependency("prism", "~> 1.0")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")

spec.required_ruby_version = ">= 3.1"
Expand Down

0 comments on commit 800c8a5

Please sign in to comment.