summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
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