Repository: thrift Updated Branches: refs/heads/master 57b354b8f -> 8dbff98ae
THRIFT-2371:ruby bundler version fails on ~1.3.1, remove and take latest avail Client: rb Patch: jfarrell Fix rb build by grabbing latest avail bundler version. Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/8dbff98a Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/8dbff98a Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/8dbff98a Branch: refs/heads/master Commit: 8dbff98aea43757b138e641d8e0d0cbbf9a68ffa Parents: 57b354b Author: jfarrell <[email protected]> Authored: Fri Feb 21 19:31:46 2014 -0500 Committer: jfarrell <[email protected]> Committed: Fri Feb 21 19:31:46 2014 -0500 ---------------------------------------------------------------------- lib/rb/thrift.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/8dbff98a/lib/rb/thrift.gemspec ---------------------------------------------------------------------- diff --git a/lib/rb/thrift.gemspec b/lib/rb/thrift.gemspec index 2b6ea80..a91ea07 100644 --- a/lib/rb/thrift.gemspec +++ b/lib/rb/thrift.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rack", "~> 1.5.2" s.add_development_dependency "rack-test", "~> 0.6.2" s.add_development_dependency "thin", "~> 1.5.0" - s.add_development_dependency "bundler", "~> 1.3.1" + s.add_development_dependency "bundler" s.add_development_dependency 'rake' end
