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/195d80f6 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/195d80f6 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/195d80f6 Branch: refs/heads/ode-1.3.x Commit: 195d80f6797849c262c8cfbd3dcd9dc421521b05 Parents: 50ec79d 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:08:08 2015 +0100 ---------------------------------------------------------------------- Gemfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/195d80f6/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'
