Rakefile in u3d-1.3.1 vs Rakefile in u3d-1.3.2
- old
+ new
@@ -182,10 +182,10 @@
task bump: 'ensure_git_clean' do
nextversion = UI.input "Next version will be:"
UI.user_error! "Bump version stopped by user" unless UI.confirm("Next version will be #{nextversion}. Confirm?")
U3dCode.version = nextversion
GithubChangelogGenerator.future_release = nextversion
- sh 'rspec'
+ sh 'bundle exec rspec'
sh 'git add .github_changelog_generator lib/u3d/version.rb Gemfile.lock'
sh "git commit -m 'Bump version to #{nextversion}'"
sh 'git push'
end