Skip to content

Commit 9d82eff

Browse files
committed
Add source encoding comments to Gemfile & Guardfile.
1 parent d18dcf4 commit 9d82eff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- encoding: utf-8 -*-
12
source "https://rubygems.org"
23
gemspec
34

Guardfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- encoding: utf-8 -*-
12
ignore %r{^\.gem/}
23

34
def rubocop_opts

0 commit comments

Comments
 (0)