Method: Bundler::CLI::Common.patch_level_options

Defined in:
lib/bundler/cli/common.rb

.patch_level_options(options) ⇒ Object



126
127
128
# File 'lib/bundler/cli/common.rb', line 126

def self.patch_level_options(options)
  [:major, :minor, :patch].select {|v| options.keys.include?(v.to_s) }
end