diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -2,12 +2,6 @@ source "https://rubygems.org" gemspec -group :docs do - gem "github-markup" - gem "redcarpet" - gem "yard" -end - group :test do gem "chefstyle" gem "rspec-core", "~> 3.2" @@ -21,6 +15,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 |