Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pacso committed Dec 2, 2024
1 parent a767a82 commit 6552520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aoc_rb_helpers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new("~> 3.1", ">= 3.1.0")

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/pacso/aoc_rb_helpers"
spec.metadata["changelog_uri"] = "https://github.com/pacso/aoc_rb_helpers/blob/main/CHANGELOG"

spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
Expand All @@ -24,5 +23,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "aoc_rb", "~> 0.2", ">= 0.2.6"
spec.add_dependency "puts_debuggerer"
spec.add_dependency "puts_debuggerer", '~> 1.0', '>= 1.0.1'
end

0 comments on commit 6552520

Please sign in to comment.