Skip to content

Commit

Permalink
Clears the gemspec cache before attempting the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford committed Sep 5, 2023
1 parent 5ba4922 commit ffdd6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ end
task :reload_and_build do
Rake::Task.clear
require "bundler/gem_helper"
Bundler.clear_gemspec_cache
Bundler::GemHelper.new.install
Rake::Task['build'].invoke
end
Expand Down

0 comments on commit ffdd6f7

Please sign in to comment.