Repository: ode Updated Branches: refs/heads/master 0b530a887 -> 482c873e8 refs/heads/ode-1.3.x 50ec79d24 -> 195d80f67
add rspec dependencies to Gemfile. Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/482c873e Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/482c873e Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/482c873e Branch: refs/heads/master Commit: 482c873e83884f16c0a0bff9b1d3ef1a9716932e Parents: 0b530a8 Author: Tammo van Lessen <[email protected]> Authored: Thu Mar 19 23:07:39 2015 +0100 Committer: Tammo van Lessen <[email protected]> Committed: Thu Mar 19 23:07:39 2015 +0100 ---------------------------------------------------------------------- Gemfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/482c873e/Gemfile ---------------------------------------------------------------------- diff --git a/Gemfile b/Gemfile index de5929e..4933b40 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,9 @@ source 'https://rubygems.org' -gem 'buildr', '>= 1.4.19' +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'
