summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-12-29 18:39:05 -0800
committerGitHub <noreply@github.com>2019-12-29 18:39:05 -0800
commit25b6e3cc1001869d55c0bc02b7461971f7cad19e (patch)
treecf32b603c677f81d3cfffca0fbc6d0b763b561f6 /Gemfile
parentc35d241209d5067afd6ed5fd23c063bf1ae74a58 (diff)
parentd150d02ed25010be4b5dfeaf0a2e40e96a01deae (diff)
downloadmixlib-shellout-25b6e3cc1001869d55c0bc02b7461971f7cad19e.tar.gz
Merge pull request #198 from chef/windows_testing
Add Ruby 2.6/2.7 and Windows testing
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index aaf91fb..35dcaaa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,19 +8,15 @@ group :docs do
gem "github-markup"
end
-# added to its own group so we can exclude for Ruby 2.2
-group :style do
- gem "chefstyle"
-end
-
group :test do
+ gem "chefstyle", "~> 0.11.0" # still supports Ruby 2.2 TargetRubyVersion
gem "rspec", "~> 3.0"
gem "rake"
end
-group :development do
+group :debug do
gem "pry"
- gem "pry-byebug"
+ gem "pry-byebug", "~> 3.6.0" # Pinned for ruby 2.2
gem "pry-stack_explorer"
gem "rb-readline"
end