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

Commit 4dd320b

Browse files
committed
Bump yard to support Ruby 2.7
See: https://github.com/lsegal/yard/releases/tag/v0.9.21 - Avoid a bug with a yard and source code not well rendered by bumping redcarpet version - To avoid loosing big comment in yard we need to have blank line This is not needed to provide this option
1 parent b77634d commit 4dd320b

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)