Skip to content

Commit

Permalink
try bundle exec gem push on rake release (#5929)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis authored Dec 20, 2024
1 parent 29db41b commit b5b77b6
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 @@ -55,7 +55,7 @@ task :release do
WARNING
end

system 'gem', 'push', "mongoid-#{Mongoid::VERSION}.gem"
system 'bundle', 'exec', 'gem', 'push', "mongoid-#{Mongoid::VERSION}.gem"
end

RSpec::Core::RakeTask.new("spec") do |spec|
Expand Down

0 comments on commit b5b77b6

Please sign in to comment.