amber_component.gemspec in amber_component-0.0.2 vs amber_component.gemspec in amber_component-0.0.3
- old
+ new
@@ -15,11 +15,11 @@
They work like mini controllers which are bound with their view.
DESC
spec.homepage = 'https://github.com/amber-ruby/amber_component'
spec.license = 'MIT'
- spec.required_ruby_version = ">= 2.6.0"
+ spec.required_ruby_version = ">= 2.7.0"
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
@@ -36,11 +36,13 @@
spec.bindir = "exe"
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 "actionview", ">= 6"
+ spec.add_dependency "activemodel", ">= 6"
+ spec.add_dependency "activesupport", ">= 6"
spec.add_dependency "memery", ">= 1.4.1"
- spec.add_dependency "rails", ">= 6"
spec.add_dependency "tilt", ">= 2.0.10"
# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
end