aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/flex.rb
blob: badcda8c9f1b70f129f5013226b1bfd8e978bc42 (plain)
1
2
3
4
5
6
7
8
9
module Bundler
  module Flex
    autoload :Definition,     'bundler/flex/definition'
    autoload :Environment,    'bundler/flex/environments'
    autoload :Installer,      'bundler/flex/environments'
    autoload :LockfileParser, 'bundler/flex/lockfile_parser'
    autoload :Runtime,        'bundler/flex/environments'
  end
end