Skip to content

Commit 5937aac

Browse files
committed
Move yard to the docs group in Gemfile
1 parent 6b092f9 commit 5937aac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Gemfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ source 'https://rubygems.org'
33
gemspec
44

55
group :development do
6-
gem 'yard', '~> 0.9'
76
gem 'rake', '~> 12.0'
87
gem 'standard', '~> 1.21'
98
gem 'webrick', '~> 1.7'
@@ -18,9 +17,8 @@ group :test do
1817
end
1918

2019
group :docs do
21-
platform :mri_19, :mri_20 do
22-
gem 'redcarpet', '~> 3.4'
23-
end
20+
gem 'redcarpet', '~> 3.4', platform: :ruby
21+
gem 'yard', '~> 0.9'
2422
end
2523

2624
platforms :jruby do

0 commit comments

Comments
 (0)