Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Mar 13, 2019
1 parent 27e7c55 commit 2f60747
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mailosaur.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
s.add_dependency 'json', '<= 3.0', '>= 1.7.5'
s.add_dependency 'faraday', '<= 1.0', '>= 0.9.0'

s.add_development_dependency 'rake', '~> 10.5.0'
s.add_development_dependency 'mail', '~> 2.6.1'
s.add_development_dependency 'shoulda-context', '~> 1.2.2'
s.add_development_dependency 'test-unit', '~> 3.2.7'
s.add_development_dependency 'rake', '~> 10.5', '>= 10.5.0'
s.add_development_dependency 'mail', '~> 2.6', '>= 2.6.1'
s.add_development_dependency 'shoulda-context', '~> 1.2', '>= 1.2.2'
s.add_development_dependency 'test-unit', '~> 3.2', '>= 3.2.7'
end

0 comments on commit 2f60747

Please sign in to comment.