Page MenuHomePhabricator
Paste P27901

puppet 7.7. Gemfile
ActivePublic

Authored by jbond on May 18 2022, 8:02 AM.
Tags
None
Referenced Files
F35150798: puppet 7.7. Gemfile
May 18 2022, 8:02 AM
Subscribers
None
diff --git a/Gemfile b/Gemfile
index b284b908dc..16c774f07b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,9 +10,9 @@ gem 'puppetlabs_spec_helper', '< 4.0.0'
gem 'safe_yaml', '~> 1.0.5'
gem 'parallel_tests'
# required by lvm spec_helper
-gem 'puppet-blacksmith', '~> 4.1.2'
+# gem 'puppet-blacksmith', '~> 4.1.2'
# required by puppetdbquery
-gem 'chronic', '~> 0.10.2'
+# gem 'chronic', '~> 0.10.2'
gem 'rake', '~> 12.0.0'
gem 'git', '1.3.0'
@@ -21,8 +21,8 @@ gem 'rubocop', '~> 0.49.1', require: false
gem 'puppet-lint-wmf_styleguide-check', '1.1.0'
# last versions supporting ruby 2.3 (Stretch)
-gem 'byebug', '~> 11.0.1'
-gem 'pry-byebug', '~> 3.7.0'
+# gem 'byebug', '~> 11.0.1'
+# gem 'pry-byebug', '~> 3.7.0'
# pry 0.13.0 is a breaking change release incompatible with pry-byebug 3.7.0
# defined above.