Skip to content

Commit

Permalink
Depend on pronto 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozuras committed Nov 10, 2015
1 parent da0cbcc commit 0580a40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pronto-brakeman.gemspec
Expand Up @@ -32,9 +32,9 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['LICENSE', 'README.md']
s.require_paths = ['lib']

s.add_runtime_dependency 'pronto', '~> 0.4.0'
s.add_runtime_dependency 'brakeman', '~> 3.1.0'
s.add_development_dependency 'rake', '~> 10.3'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-its', '~> 1.0'
s.add_runtime_dependency('pronto', '~> 0.5.0')
s.add_runtime_dependency('brakeman', '~> 3.1.0')
s.add_development_dependency('rake', '~> 10.4')
s.add_development_dependency('rspec', '~> 3.3')
s.add_development_dependency('rspec-its', '~> 1.2')
end

0 comments on commit 0580a40

Please sign in to comment.