grape-entity-matchers.gemspec in grape-entity-matchers-1.2.0 vs grape-entity-matchers.gemspec in grape-entity-matchers-1.3.0
- old
+ new
@@ -10,14 +10,13 @@
s.homepage = "https://github.com/agileanimal/grape-entity-matchers"
s.summary = %q{Shoulda-like matchers for Grape Entity.}
s.description = %q{Shoulda-like matchers for Grape Entity.}
s.license = "MIT"
- s.rubyforge_project = "grape-entity-matchers"
+ s.required_ruby_version = '>= 2.5'
- s.add_runtime_dependency 'grape-entity', '0.4.8'
+ s.add_runtime_dependency 'grape-entity', '>= 0.5.0'
s.add_runtime_dependency 'rspec', '>= 3.2.0'
-
s.add_development_dependency 'rake'
s.add_development_dependency 'maruku'
s.add_development_dependency 'yard'
s.add_development_dependency 'bundler'