toycol.gemspec in toycol-0.0.1 vs toycol.gemspec in toycol-0.1.0

- old
+ new

@@ -10,11 +10,11 @@ spec.summary = "Toy Application Protocol framework" spec.description = "Toy Application Protocol framework" spec.homepage = "https://github.com/shioimm/toycol" spec.license = "MIT" - spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0") + spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/shioimm/toycol" spec.metadata["changelog_uri"] = "https://github.com/shioimm/toycol/CHANGELOG.md" @@ -25,11 +25,8 @@ end 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 "example-gem", "~> 1.0" - - # For more information and examples about making a new gem, checkout our - # guide at: https://bundler.io/guides/creating_gem.html + spec.add_dependency "puma" + spec.add_dependency "rack", "~> 2.0" end