Gemfile
source 'https://rubygems.org'
gem 'jenkins-plugin-runtime', '~> 0.2.3'
gem 'jenkins-plugin-base', '~> 1.0.0', git: 'https://github.com/jbox-web/jenkins-plugin-base.git'
gem 'job-database-manager', '~> 1.0.0', git: 'https://github.com/jbox-web/job-database-manager.git'
group :development do
gem 'rake'
gem 'rspec'
gem 'simplecov'
gem 'jpi', '~> 0.4.0'
gem 'jenkins-peace', '~> 1.0.0', git: 'https://github.com/jbox-web/jenkins-peace.git'
end