Gemfile in puppet-debugger-0.7.0 vs Gemfile in puppet-debugger-0.8.0
- old
+ new
@@ -1,10 +1,11 @@
# frozen_string_literal: true
source 'http://rubygems.org'
gem 'awesome_print', '~> 1.7'
gem 'facterdb', '~> 0.3.8'
gem 'puppet', ENV['PUPPET_GEM_VERSION'] || '~> 4.10.1'
-gem 'pluginator', '~> 1.4.1'
+gem 'pluginator', '~> 1.5.0'
+
group :test, :development do
# ruby versions prior to 2.0 cannot install json_pure 2.0.2+
gem 'bundler'
gem 'CFPropertyList'
gem 'json_pure', '<= 2.0.1'