#!/usr/lib/jvm/java-13-openjdk/bin/java -cp :/build/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.23/ec62d74fe50689c28c0ff5b35d3aebcaa8b5be68/snakeyaml-1.23.jar:/build/.gradle/caches/modules-2/files-2.1/de.undercouch/gradle-download-task/4.0.4/1cf47e5d4497e61634226d049c0ef971426fa9b6/gradle-download-task-4.0.4.jar:/build/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.2.13.0/1e6de00e7bea5ff3c9d6086fd9e2610258c051ce/jruby-complete-9.2.13.0.jar org.jruby.Main
#
# This file was generated by RubyGems.
#
# The application 'bundler' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
  str = str.b[/\A_(.*)_\z/, 1]
  if str and Gem::Version.correct?(str)
    version = str
    ARGV.shift
  end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('bundler', 'bundler', version)
else
gem "bundler", version
load Gem.bin_path("bundler", "bundler", version)
end
