From b1afbe3a2ff7623c9a0e8504bc85af4bd8156059 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Thu, 14 Jan 2016 16:34:08 -0600 Subject: [RuboCop] Fix Style/MutableConstant --- lib/bundler/endpoint_specification.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/bundler/endpoint_specification.rb') 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 -- cgit v1.2.1