class Bundler::Dependency

def jruby?

def jruby?
  defined?(RUBY_ENGINE) && RUBY_ENGINE == "jruby"
end