summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-03-15 11:16:56 -0700
committerTim Smith <tsmith84@gmail.com>2021-03-15 11:16:56 -0700
commit14bf1b5047ac4d4cafdc630908b17a8b20a451d0 (patch)
tree4853bf58b80e404d22270336bf7a0907dceb638f
parentf4fd5c115ed2b064c70b7cb77a05a3b02adcb508 (diff)
downloadmixlib-authentication-regex_split.tar.gz
Remove old test / docs depsregex_split
Help with builds on Ruby 2.4 Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile7
-rw-r--r--Rakefile7
2 files changed, 0 insertions, 14 deletions
diff --git a/Gemfile b/Gemfile
index 8786b84..7ce73b9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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
diff --git a/Rakefile b/Rakefile
index c8140a3..03f4d6b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,13 +23,6 @@ rescue LoadError
puts "chefstyle gem is not installed. bundle install first to make sure all dependencies are installed."
end
-begin
- require "yard" unless defined?(YARD)
- YARD::Rake::YardocTask.new(:docs)
-rescue LoadError
- puts "yard is not available. bundle install first to make sure all dependencies are installed."
-end
-
task :console do
require "irb"
require "irb/completion"