summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-06 21:45:21 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-06 20:33:17 -0700
commitad892a9af8ca4c8fa1ccacc7352b3c5c2f0c88e1 (patch)
treefa10ce8db4d822e71d749f14e0a4900f4a4f93af /Gemfile
parent9d10585a0f86f7f1c5d7b30460775d0d5d755d0e (diff)
downloadmixlib-authentication-ad892a9af8ca4c8fa1ccacc7352b3c5c2f0c88e1.tar.gz
Use the standard appveyor config
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 4f80896..0762ba2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,9 +3,9 @@ source "https://rubygems.org"
gemspec
group :docs do
- gem "yard"
- gem "redcarpet"
gem "github-markup"
+ gem "redcarpet"
+ gem "yard"
end
group :test do
@@ -18,7 +18,7 @@ group :test do
gem "net-ssh"
end
-group :development do
+group :debug do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"