summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-16 12:05:20 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-16 12:05:20 -0700
commit64bb1086f7c94312afab997f85e9757ec8717748 (patch)
treebecf8f34f165db647f0e1c4f9d497bff9084df52 /Gemfile
parent366591b5ff32a2cd8a908ff1757ce11ddb11655c (diff)
downloadmixlib-shellout-64bb1086f7c94312afab997f85e9757ec8717748.tar.gz
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 <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
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