Skip to content
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 docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ gem 'redcarpet', '~> 3.5.1'
gem 'rouge', '~> 3.20'
gem 'sass'

gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8"
Copy link

Choose a reason for hiding this comment

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

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.7.0)
webrick (1.8.2)

PLATFORMS
ruby
Expand All @@ -131,7 +131,7 @@ DEPENDENCIES
redcarpet (~> 3.5.1)
rouge (~> 3.20)
sass
webrick (~> 1.7)
webrick (~> 1.8)

RUBY VERSION
ruby 2.3.3p222
Expand Down