summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-07 14:40:46 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-07 14:40:46 -0700
commitcf64949a4968af11e9273706479c350dc193bbd9 (patch)
tree1506ce1c75520d0a7bd18f0e0d6d70629c1bb286 /Gemfile
parentea64443370f1620410f664b9d002ecb52cd737d3 (diff)
downloadmixlib-log-cf64949a4968af11e9273706479c350dc193bbd9.tar.gz
Remove extra deps preventing gem installsruby3
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rwxr-xr-xGemfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index 7fe0cf8..604b8ae 100755
--- a/Gemfile
+++ b/Gemfile
@@ -3,12 +3,6 @@ source "https://rubygems.org"
gemspec
-group :docs do
- gem "github-markup"
- gem "redcarpet"
- gem "yard"
-end
-
group :test do
gem "activesupport", "< 6" # this dep can be removed when we drop Ruby 2.4 support
gem "chefstyle"
@@ -20,6 +14,5 @@ end
group :debug do
gem "pry"
gem "pry-byebug"
- gem "pry-stack_explorer", "~> 0.4.0" # pin until we drop ruby < 2.6
gem "rb-readline"
end