Skip to content

Commit

Permalink
Merge pull request #426 from lacostej/fix/build/bundle_exec_rspec
Browse files Browse the repository at this point in the history
Run rspec within bundle exec
  • Loading branch information
lacostej authored Jun 8, 2022
2 parents 2f7b341 + 688591f commit 5f8617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ task bump: 'ensure_git_clean' do
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'
Expand Down

0 comments on commit 5f8617e

Please sign in to comment.