From 64bb1086f7c94312afab997f85e9757ec8717748 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 16 Jul 2020 12:05:20 -0700 Subject: Test on Ruby 2.7 final, update chefstyle, and other CI fixes Modernize this CI setup to match our other stuff. Signed-off-by: Tim Smith --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 35dcaaa..37987d8 100644 --- a/Gemfile +++ b/Gemfile @@ -9,14 +9,14 @@ group :docs do end group :test do - gem "chefstyle", "~> 0.11.0" # still supports Ruby 2.2 TargetRubyVersion + gem "chefstyle", "1.2.0" gem "rspec", "~> 3.0" gem "rake" end group :debug do gem "pry" - gem "pry-byebug", "~> 3.6.0" # Pinned for ruby 2.2 - gem "pry-stack_explorer" + gem "pry-byebug" + gem "pry-stack_explorer", "~> 0.4.0" # pin until we drop ruby < 2.6 gem "rb-readline" end -- cgit v1.2.1