summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-01-03 00:21:58 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-01-25 10:49:51 -0600
commit179ea9e6c7ef2304393b776908881b12735ce5f0 (patch)
tree4cbefbaada585c55177b502a1abd1c90911b25a0
parenteb35dd90b5349f3f939dae40b772ad69f24c2635 (diff)
downloadbundler-179ea9e6c7ef2304393b776908881b12735ce5f0.tar.gz
[EndpointSpecification] Freeze constant string
-rw-r--r--lib/bundler/endpoint_specification.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/endpoint_specification.rb b/lib/bundler/endpoint_specification.rb
index 4587a7c1b9..d78a5fe34b 100644
--- a/lib/bundler/endpoint_specification.rb
+++ b/lib/bundler/endpoint_specification.rb
@@ -1,7 +1,7 @@
module Bundler
# used for Creating Specifications from the Gemcutter Endpoint
class EndpointSpecification < Gem::Specification
- ILLFORMED_MESSAGE = 'Ill-formed requirement ["#<YAML::Syck::DefaultKey'
+ ILLFORMED_MESSAGE = 'Ill-formed requirement ["#<YAML::Syck::DefaultKey'.freeze
include MatchPlatform
attr_reader :name, :version, :platform, :dependencies, :required_rubygems_version, :required_ruby_version, :checksum