Skip to content

Commit

Permalink
allow later rake
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 30, 2023
1 parent b6307f5 commit a771f39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ph_model.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
gem.authors = ['Piotr Banasik']
gem.email = '[email protected]'

gem.summary = 'ph-model -- active_model, active_attr brought together at last'
gem.summary = 'ph-model -- active_model, ??? active_attr brought together at last'
gem.description = 'Because why do less if you can do more with non db models'
gem.homepage = 'https://github.com/payrollhero/ph_model'
gem.license = 'MIT'
Expand All @@ -20,11 +20,10 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'activesupport', '> 3.2'
gem.add_runtime_dependency 'activemodel', '> 3.2'
gem.add_runtime_dependency 'active_attr', '~> 0.8'

gem.add_development_dependency 'faraday'
gem.add_development_dependency 'bundler', '~> 2.3'
gem.add_development_dependency 'rake', '~> 10.0'
gem.add_development_dependency 'rake', '> 10.0'
gem.add_development_dependency 'rspec', '~> 3.0'
gem.add_development_dependency 'rubygems-tasks', '~> 0.2'
gem.add_development_dependency 'pry', '> 0'
Expand Down

0 comments on commit a771f39

Please sign in to comment.