aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source/path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/source/path.rb')
-rw-r--r--lib/bundler/source/path.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/bundler/source/path.rb b/lib/bundler/source/path.rb
index 605aa5ae..6f2fe2c1 100644
--- a/lib/bundler/source/path.rb
+++ b/lib/bundler/source/path.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module Bundler
class Source
class Path < Source
@@ -7,7 +8,7 @@ module Bundler
attr_writer :name
attr_accessor :version
- DEFAULT_GLOB = "{,*,*/*}.gemspec"
+ DEFAULT_GLOB = "{,*,*/*}.gemspec".freeze
def initialize(options)
@options = options