You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2015/03/31 19:21:52 UTC

[2/2] ode git commit: Revert "revert Buildr to 1.4.21 to fix CI builds."

Revert "revert Buildr to 1.4.21 to fix CI builds."

This reverts commit 66b36e298a3bbbc067d4a5ded2225ae09cba2cc1.


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/7ebc5d4b
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/7ebc5d4b
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/7ebc5d4b

Branch: refs/heads/ode-1.3.x
Commit: 7ebc5d4b400c2f0286e958a4d33f083377c420d6
Parents: d5b4460
Author: Tammo van Lessen <tv...@gmail.com>
Authored: Tue Mar 31 19:21:43 2015 +0200
Committer: Tammo van Lessen <tv...@gmail.com>
Committed: Tue Mar 31 19:21:43 2015 +0200

----------------------------------------------------------------------
 Gemfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/7ebc5d4b/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index 087fe6c..4933b40 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,8 +1,9 @@
 source 'https://rubygems.org'
 
-gem 'buildr', '>= 1.4.21'
+gem 'buildr', '>= 1.4.22'
+
+# rspec dependencies for check()
 gem 'rspec-expectations',   '= 2.14.3'
 gem 'rspec-mocks',          '= 2.14.3'
 gem 'rspec-core',           '= 2.14.5'
 gem 'rspec',                '= 2.14.1'
-