Skip to content

Commit

Permalink
Merge pull request #1573 from ima1zumi/add-abbrev-to-runtime-dependency
Browse files Browse the repository at this point in the history
Add `Abbrev` to runtime dependency
  • Loading branch information
soutaro committed Oct 30, 2023
2 parents b533b6b + 5217bcb commit 20984fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
rbs (3.2.0)
abbrev

PATH
remote: test/assets/test-gem
Expand All @@ -11,6 +12,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
abbrev (0.1.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
Expand Down
1 change: 1 addition & 0 deletions rbs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 3.0"
spec.add_dependency "abbrev"
end

0 comments on commit 20984fc

Please sign in to comment.