Skip to content

Commit

Permalink
try bundle exec gem push on rake release
Browse files Browse the repository at this point in the history
this is trying to fix the problem with the wrong version of
 securerandom activating when cutting a new version of the gem.
  • Loading branch information
jamis committed Dec 19, 2024
1 parent 29db41b commit 278d1c6
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 278d1c6

Please sign in to comment.