aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-11-29 14:21:09 -0500
committerTerence Lee <hone02@gmail.com>2012-11-29 14:21:09 -0500
commitd8f25270cd09c975bd95f8fa183b4d2bc76f0dd5 (patch)
treed466dee0ed7cf07535a5a128387d5895c91834b5 /lib/bundler.rb
parent24c4fdddc0d450d983b69e13dddd3381d4c161d5 (diff)
downloadbundler-d8f25270cd09c975bd95f8fa183b4d2bc76f0dd5.tar.gz
oops, don't raise on failed prerelease fetching
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 410f9df1..e6589918 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -60,7 +60,6 @@ module Bundler
class InvalidOption < DslError ; end
class HTTPError < BundlerError; status_code(17) ; end
class RubyVersionMismatch < BundlerError; status_code(18) ; end
- class PrereleaseFetchError < BundlerError; status_code(19) ; end
WINDOWS = RbConfig::CONFIG["host_os"] =~ %r!(msdos|mswin|djgpp|mingw)!