Repository: ode Updated Branches: refs/heads/master 482c873e8 -> 7a985663c refs/heads/ode-1.3.x 195d80f67 -> 66b36e298
revert Buildr to 1.4.21 to fix CI builds. Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/66b36e29 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/66b36e29 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/66b36e29 Branch: refs/heads/ode-1.3.x Commit: 66b36e298a3bbbc067d4a5ded2225ae09cba2cc1 Parents: 195d80f Author: Tammo van Lessen <[email protected]> Authored: Mon Mar 30 22:20:30 2015 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Mon Mar 30 22:20:30 2015 +0200 ---------------------------------------------------------------------- Gemfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/66b36e29/Gemfile ---------------------------------------------------------------------- diff --git a/Gemfile b/Gemfile index 4933b40..586c1c7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,3 @@ source 'https://rubygems.org' -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' +gem 'buildr', '>= 1.4.21'
