summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-06-24 15:46:19 -0700
committerAndre Arko <andre@arko.net>2010-06-24 15:46:19 -0700
commit1967a21724b95cd09e0130e28cf5b0af55c4c08e (patch)
tree99d6502d5516f2c14747ec9c37c3e624c74d2603
parent5d3b55e9874fea0165c97a23a611ed392f1710cd (diff)
downloadbundler-1967a21724b95cd09e0130e28cf5b0af55c4c08e.tar.gz
Remove unused GemfileChanged error
-rw-r--r--lib/bundler.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index c25ca5b367..97f5aa1858 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -40,7 +40,6 @@ module Bundler
class GemfileNotFound < BundlerError; status_code(10) ; end
class GemNotFound < BundlerError; status_code(7) ; end
class GemfileError < BundlerError; status_code(4) ; end
- class GemfileChanged < GemfileError; status_code(4) ; end
class PathError < BundlerError; status_code(13) ; end
class GitError < BundlerError; status_code(11) ; end
class GemspecError < BundlerError; status_code(14) ; end