summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-03 13:05:03 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-03 13:05:03 -0800
commitb838b26a9fc27b5490da55ccd279cfac808b7972 (patch)
treec81659de0636fcab776e7fe5d8953ab203b6e364 /bundler.gemspec
parent2c972f2aec5599e7900ab1e93caadaf263a043fc (diff)
downloadbundler-b838b26a9fc27b5490da55ccd279cfac808b7972.tar.gz
Fix locking so that pinned dependencies remain pinned
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 4ea647a52a..11eb386b7a 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version=
s.authors = ["Carl Lerche", "Yehuda Katz"]
- s.date = %q{2010-02-02}
+ s.date = %q{2010-02-03}
s.default_executable = %q{bundle}
s.email = ["carlhuda@engineyard.com"]
s.executables = ["bundle"]