summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt')
-rw-r--r--lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt b/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
index 8cfc828f94..e918063ddf 100644
--- a/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
+++ b/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require "mkmf"
create_makefile(<%= config[:makefile_path].inspect %>)