aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorRyunosuke SATO <tricknotes.rs@gmail.com>2013-06-28 02:59:37 +0900
committerAndre Arko <andre@arko.net>2013-06-27 13:07:10 -0700
commit85114036139a8ed137185b62e344d3fed08d54c7 (patch)
tree82578ce8a62fc09d999a9ff19dd2b293ecd02aee /lib/bundler.rb
parent82e660a715a051e4b3d2180e08db39fdd25b6e69 (diff)
downloadbundler-85114036139a8ed137185b62e344d3fed08d54c7.tar.gz
Remove unused class `Bundler::InvalidSpecSet`
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 5e9527a2..f712edeb 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -80,8 +80,7 @@ module Bundler
status_code(6)
end
- class InvalidSpecSet < StandardError; end
- class MarshalError < StandardError; end
+ class MarshalError < StandardError; end
class << self
attr_writer :ui, :bundle_path