Skip to content

Commit

Permalink
update bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek authored and jeremy committed Feb 14, 2020
1 parent 4345b9e commit b6d2614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/travis-actionmailer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -v -e
git clone --depth=1 https://github.com/rails/rails.git -b master
cd rails
echo -e "\ngem 'mail', path: '../'" >> Gemfile
bundle update --source mail
gem update bundler
bundle update --bundler --source mail
cd actionmailer
bundle exec rake test

0 comments on commit b6d2614

Please sign in to comment.