aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-06-02 14:27:22 -0700
committerCarl Lerche <carllerche@mac.com>2010-06-02 14:27:22 -0700
commitabf42df5e20d11ea381848655edc71df4449fe84 (patch)
tree8e26bab9779f9bc6e04b5087ee5cfb3e88e46bfc /lib/bundler
parent8a4dc7a12e150dae3f0a7e2f6de5a18f899191ac (diff)
downloadbundler-abf42df5e20d11ea381848655edc71df4449fe84.tar.gz
Remove outdated TODO
Diffstat (limited to 'lib/bundler')
-rw-r--r--lib/bundler/definition.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/definition.rb b/lib/bundler/definition.rb
index 02472964..9469f884 100644
--- a/lib/bundler/definition.rb
+++ b/lib/bundler/definition.rb
@@ -1,6 +1,5 @@
require "digest/sha1"
-# TODO: In the 0.10 release, there shouldn't be a locked subclass of Definition
module Bundler
class Definition
attr_reader :dependencies, :locked_specs, :platforms