Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rdoc from 3.6.1 to 6.2.0 #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'haml'
gem 'github-markup'
gem 'redcarpet'
gem 'RedCloth'
gem 'rdoc', '3.6.1'
gem 'rdoc', '6.2.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem rdoc should appear before RedCloth.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'org-ruby'
gem 'creole'
gem 'wikicloth'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
rack-test (0.6.3)
rack (>= 1.0)
rake (12.0.0)
rdoc (3.6.1)
rdoc (6.2.0)
redcarpet (3.4.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
Expand Down Expand Up @@ -105,7 +105,7 @@ DEPENDENCIES
org-ruby
poltergeist
rake
rdoc (= 3.6.1)
rdoc (= 6.2.0)
redcarpet
rspec
simplecov
Expand Down