#!/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/bin/java -cp :/var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.29/6d0cdafb2010f1297e574656551d7145240f6e25/snakeyaml-1.29.jar:/var/lib/jenkins/.gradle/caches/modules-2/files-2.1/de.undercouch/gradle-download-task/4.0.4/1cf47e5d4497e61634226d049c0ef971426fa9b6/gradle-download-task-4.0.4.jar:/var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.2.19.0/38e7c49ea6d2e2c18953d7e827b699bf8a71ed5d/jruby-complete-9.2.19.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', 'bundle', version)
else
gem "bundler", version
load Gem.bin_path("bundler", "bundle", version)
end
