1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-06-28 14:30:23 +02:00

gem: adopt frozen string literals

This commit is contained in:
cn
2020-03-07 01:30:57 +01:00
parent 92ee01e5de
commit 41f5d4ed62
16 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,4 @@
# frozen_string_literal: true
require_relative '../spec_helper'

View File

@ -1,3 +1,4 @@
# frozen_string_literal: true
require_relative '../spec_helper'

View File

@ -1,3 +1,4 @@
# frozen_string_literal: true
require 'rubygems'
require 'bundler/setup'