You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2015/03/19 23:08:29 UTC

[2/2] ode git commit: add rspec dependencies to Gemfile.

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 <tv...@gmail.com>
Authored: Thu Mar 19 23:07:39 2015 +0100
Committer: Tammo van Lessen <tv...@gmail.com>
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'