Skip to content

Commit

Permalink
chore(parser): Fix open-ended dependency on Prism
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvito committed Oct 28, 2023
1 parent 166edb9 commit efb6904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/docrb-parser/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
docrb-parser (0.1.0)
prism
prism (~> 0.13)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/docrb-parser/docrb-parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "prism"
spec.add_dependency "prism", "~> 0.13"
end

0 comments on commit efb6904

Please sign in to comment.