mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Move frozen_string_literal magic comment to top of file
Resolves:
$ RUBYOPT='-w' bundle --version
Gemfile:4: warning: `frozen_string_literal' is ignored after any tokens
This commit is contained in:
parent
38f266f716
commit
803f8daa9e
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
|
@ -1,7 +1,8 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
def next?
|
def next?
|
||||||
File.basename(__FILE__) == "Gemfile.next"
|
File.basename(__FILE__) == "Gemfile.next"
|
||||||
end
|
end
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue