Skip to content

Commit

Permalink
Fixup rubocop violation in www/
Browse files Browse the repository at this point in the history
- Missing encoding comments in ruby files

Signed-off-by: Steven Danna <[email protected]>
  • Loading branch information
stevendanna committed Sep 13, 2016
1 parent ed17829 commit 6e60362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
# If you do not have OpenSSL installed, update
# the following line to use 'http://' instead
source 'https://rubygems.org'
Expand Down
1 change: 1 addition & 0 deletions www/config.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
require 'slim'

###
Expand Down
1 change: 1 addition & 0 deletions www/config.ru
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
require 'middleman-core/load_paths'
::Middleman.setup_load_paths

Expand Down

0 comments on commit 6e60362

Please sign in to comment.