Skip to content

Commit

Permalink
Cleanup .gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed May 2, 2024
1 parent 365749b commit 6c3d09c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rbs-inline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = "https://github.com/soutaro/rbs-inline"
spec.metadata["changelog_uri"] = "https://github.com/soutaro/rbs-inline/blob/master/CHANGELOG.md"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|
(File.expand_path(f) == __FILE__) ||
Expand All @@ -30,11 +28,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
spec.add_dependency "prism", "~> 0.24.0"
spec.add_dependency "rbs", "~> 3.5.0.pre"
end

0 comments on commit 6c3d09c

Please sign in to comment.