summaryrefslogtreecommitdiff
path: root/task/bundler_3.rake
blob: f40837017c93a821fbc5b33116e4161e6e7b3e62 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

namespace :bundler_3 do
  task :install do
    ENV["BUNDLER_SPEC_SUB_VERSION"] = "3.0.0.dev"
    Rake::Task["override_version"].invoke
    Rake::Task["install"].invoke
    sh("git", "checkout", "--", "lib/bundler/version.rb")
  end
end