aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBoggs <hello@boggs.xyz>2016-06-28 09:25:35 +0800
committerBoggs <hello@boggs.xyz>2016-06-28 09:25:35 +0800
commita69998879aaa6510c93eff7c2875fda45f924964 (patch)
tree11911b72ea81fee2ba1e65fe7d0cf2b01cac60e2 /lib
parent5a1abe074aa044fc89234bcf69d66ba4336758f1 (diff)
downloadbundler-a69998879aaa6510c93eff7c2875fda45f924964.tar.gz
Update Bundler version to check against
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/postit_trampoline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/postit_trampoline.rb b/lib/bundler/postit_trampoline.rb
index 4e9450c6..c28eb3e3 100644
--- a/lib/bundler/postit_trampoline.rb
+++ b/lib/bundler/postit_trampoline.rb
@@ -49,7 +49,7 @@ rescue LoadError, NameError
nil
end
-if Gem::Version.new(running_version) >= Gem::Version.new("1.13.0.pre.1".dup)
+if Gem::Version.new(running_version) >= Gem::Version.new("1.13.0.rc.1".dup)
ENV["BUNDLE_POSTIT_TRAMPOLINING_VERSION"] = installed_version.to_s
elsif ARGV.any? {|a| %w(install i).include? a }
# TODO: Change this to warn in Bundler 2.0