Repository: ode Updated Branches: refs/heads/master 1783cafa9 -> 8e25a0614 refs/heads/ode-1.3.x d5b44601e -> 7ebc5d4b4
Revert "revert Buildr to 1.4.21 to fix CI builds." This reverts commit 7a985663c25acdc00c967dcc6b8a26adb73e6e06. Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/8e25a061 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/8e25a061 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/8e25a061 Branch: refs/heads/master Commit: 8e25a0614b77ffde90031849297079c6bf4aff3a Parents: 1783caf Author: Tammo van Lessen <[email protected]> Authored: Tue Mar 31 19:04:23 2015 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Tue Mar 31 19:19:35 2015 +0200 ---------------------------------------------------------------------- Gemfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/8e25a061/Gemfile ---------------------------------------------------------------------- diff --git a/Gemfile b/Gemfile index 2013adc..4933b40 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +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' \ No newline at end of file +gem 'rspec', '= 2.14.1'
