mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Upgrade to jruby 9.3.6.0 Remove workaround for jruby 9.2 using JRUBY_OPTS=-Xinvokedynamic.yield=false Removed unused dependency nokogiri?
5 lines
71 B
Ruby
5 lines
71 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Vmpooler
|
|
VERSION = '2.4.0'
|
|
end
|