Removes ActiveSupport as a dependency

This commit is contained in:
2022-12-01 21:47:02 +03:00
parent 9775dc45a0
commit 882433cbff
2 changed files with 2 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.required_ruby_version = ">= 3.1.0"
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/ditkrg/rabbit_carrots"
@@ -34,8 +34,6 @@ Gem::Specification.new do |spec|
# Uncomment to register a new dependency of your gem
spec.add_dependency "bunny", ">= 2.19.0"
spec.add_dependency "connection_pool", "~> 2.3.0"
spec.add_dependency "activesupport", ">= 6.0.0"
# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html