Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciojofre committed Jun 21, 2023
1 parent 4c17276 commit cb14f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdpr_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Gem::Specification.new do |s|
s.name = 'gdpr_rails'
s.version = PolicyManager::VERSION
s.authors = ['Miguel Michelson', 'Prey inc']
s.email = ['[email protected]']
s.email = ['[email protected]', '[email protected]']
s.homepage = 'http://preyproject.com'
s.summary = 'policy_manager engine for rails'
s.description = 'policy_manager engine for rails gdpr compliance'
s.license = 'MIT'

s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
s.add_dependency 'aasm'
s.add_dependency 'chartkick'
s.add_dependency 'chartkick', '3.4.2'
s.add_dependency 'groupdate'
s.add_dependency 'rails', '>= 5.1.4', '<= 6.0.2.1'
s.add_dependency 'redcarpet'
Expand Down

0 comments on commit cb14f6a

Please sign in to comment.