summaryrefslogtreecommitdiff
path: root/lib/bundler/ui.rb
blob: 8138b30d389e2be906c1932a894da2a8f874eb44 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Bundler
  module UI
    autoload :RGProxy, "bundler/ui/rg_proxy"
    autoload :Shell,   "bundler/ui/shell"
    autoload :Silent,  "bundler/ui/silent"
  end
end