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

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