measured.gemspec in measured-2.8.2 vs measured.gemspec in measured-3.0.0

- old
+ new

@@ -11,10 +11,12 @@ spec.summary = %q{Encapsulate measurements with their units in Ruby} spec.description = %q{Wrapper objects which encapsulate measurements and their associated units in Ruby.} spec.homepage = "https://github.com/Shopify/measured" spec.license = "MIT" + spec.required_ruby_version = ">= 3.0.0" + # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host. if spec.respond_to?(:metadata) spec.metadata['allowed_push_host'] = "https://rubygems.org" else @@ -31,6 +33,9 @@ spec.add_development_dependency "rake", "> 10.0" spec.add_development_dependency "minitest", "> 5.5.1" spec.add_development_dependency "minitest-reporters" spec.add_development_dependency "mocha", ">= 1.4.0" spec.add_development_dependency "pry" + spec.add_development_dependency "combustion" + spec.add_development_dependency "sqlite3", "~> 1.4" + spec.add_development_dependency "tapioca" end