bundler/lib/bundler/index.rb in rubygems-update-3.4.7 vs bundler/lib/bundler/index.rb in rubygems-update-3.4.8
- old
+ new
@@ -11,11 +11,11 @@
end
attr_reader :specs, :all_specs, :sources
protected :specs, :all_specs
- RUBY = "ruby".freeze
- NULL = "\0".freeze
+ RUBY = "ruby"
+ NULL = "\0"
def initialize
@sources = []
@cache = {}
@specs = Hash.new {|h, k| h[k] = {} }