mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-25 15:12:55 +00:00
Removes ActiveSupport as a dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user