summaryrefslogtreecommitdiff
path: root/lib/bundler/endpoint_specification.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-01-14 16:34:08 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-01-31 22:21:13 -0600
commitb1afbe3a2ff7623c9a0e8504bc85af4bd8156059 (patch)
tree832de2112b4c7a44d081302eec030c74448c3712 /lib/bundler/endpoint_specification.rb
parent8b64c9785abfcdafe1e8420f61d51e924ba434a1 (diff)
downloadbundler-b1afbe3a2ff7623c9a0e8504bc85af4bd8156059.tar.gz
[RuboCop] Fix Style/MutableConstant
Diffstat (limited to 'lib/bundler/endpoint_specification.rb')
-rw-r--r--lib/bundler/endpoint_specification.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/endpoint_specification.rb b/lib/bundler/endpoint_specification.rb
index a571e0f2f2..b26fdaf9cc 100644
--- a/lib/bundler/endpoint_specification.rb
+++ b/lib/bundler/endpoint_specification.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module Bundler
# used for Creating Specifications from the Gemcutter Endpoint
class EndpointSpecification < Gem::Specification