[Gemspec] Ensure it is loaded as utf-8

This commit is contained in:
Samuel Giddins
2018-01-12 21:23:44 -08:00
parent 463351922f
commit 82087ce211

View File

@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# frozen_string_literal: true
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "devise/version"