Skip to content

Commit

Permalink
Remove ambiguous rake version
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Mar 13, 2019
1 parent 4e49213 commit dfbcf35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_deploy:
sed -i s/\[0-9]\.\[0-9]\.\[0-9]/$version/ lib/Mailosaur/version.rb &&
sed -i s/\[0-9]\.\[0-9]\.\[0-9]/$version/ mailosaur.gemspec
after_deploy:
- git status &&
- git checkout master &&
git commit -am "New version released" &&
git push origin master
deploy:
Expand Down
2 changes: 1 addition & 1 deletion mailosaur.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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 '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'
Expand Down

0 comments on commit dfbcf35

Please sign in to comment.