Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit db5b83b

Browse files
authored
Merge pull request #2683 from rspec/enable-yard-and-bump-doc
Enable yard and bump doc
2 parents b77634d + 4dd320b commit db5b83b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ else
2020
gem 'rake', '< 11.0.0' # rake 11 requires Ruby 1.9.3 or later
2121
end
2222

23-
gem 'yard', '~> 0.9.12', :require => false
23+
gem 'yard', '~> 0.9.24', :require => false
2424

2525
### deps for rdoc.info
2626
group :documentation do
27-
gem 'redcarpet', '2.1.1', :platform => :mri
28-
gem 'github-markup', '0.7.2', :platform => :mri
27+
gem 'redcarpet', :platform => :mri
28+
gem 'github-markup', :platform => :mri
2929
end
3030

3131
if RUBY_VERSION < '2.0.0' || RUBY_ENGINE == 'java'

lib/rspec/core/formatters.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
RSpec::Support.require_rspec_support "directory_maker"
2+
23
# ## Built-in Formatters
34
#
45
# * progress (default) - Prints dots for passing examples, `F` for failures, `*`

0 commit comments

Comments
 (0)