Skip to content

Commit 5c47f5f

Browse files
committed
Move rdoc gem
1 parent 40b758b commit 5c47f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ gem 'mutex_m'
1818
gem 'capistrano'
1919
gem 'rake'
2020

21-
# mathn has moved to a rubygem in Ruby 2.5.0: https://github.com/ruby/mathn
21+
# mathn and rdoc have moved to rubygems in Ruby 2.5.0
2222
platforms :ruby_25 do
2323
gem "mathn"
24+
gem "rdoc"
2425
end
2526

2627
gem "bump", "~> 0.10.0"
@@ -30,5 +31,4 @@ group :development do
3031
gem 'guard-rspec'
3132
gem 'pry'
3233
gem 'pry-byebug', platforms: :mri
33-
gem 'rdoc'
3434
end

0 commit comments

Comments
 (0)