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/7a985663 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/7a985663 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/7a985663 Branch: refs/heads/master Commit: 7a985663c25acdc00c967dcc6b8a26adb73e6e06 Parents: 482c873 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:55 2015 +0200 ---------------------------------------------------------------------- Gemfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/7a985663/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'
