Skip to content

Commit

Permalink
Restrict Prism dependency due to breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Nov 3, 2023
1 parent 0d09421 commit 2abfa69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
rbi (0.1.2)
prism (>= 0.15.1)
rbi (0.1.3)
prism (>= 0.15.1, < 0.17)
sorbet-runtime (>= 0.5.9204)

GEM
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.2"
VERSION = "0.1.3"
end
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.15.1")
spec.add_dependency("prism", ">= 0.15.1", "< 0.17")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")
end

0 comments on commit 2abfa69

Please sign in to comment.