[DRE-commits] [ruby-rspec-instafail] 14/108: bump rspec to 2.x
Hideki Yamane
henrich at moszumanska.debian.org
Sun Nov 15 18:36:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch debian/sid
in repository ruby-rspec-instafail.
commit e7b7827c941150976a174f2069a1c3194f17c78b
Author: grosser <grosser.michael at gmail.com>
Date: Fri Oct 22 19:28:13 2010 +0200
bump rspec to 2.x
---
spec/rspec_2/Gemfile | 2 +-
spec/rspec_2/Gemfile.lock | 18 ++++++++++--------
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/spec/rspec_2/Gemfile b/spec/rspec_2/Gemfile
index 3240c99..bf3ee9f 100644
--- a/spec/rspec_2/Gemfile
+++ b/spec/rspec_2/Gemfile
@@ -1,2 +1,2 @@
source 'http://rubygems.org'
-gem 'rspec', '2.0.0.beta.19'
\ No newline at end of file
+gem 'rspec', '>=2'
diff --git a/spec/rspec_2/Gemfile.lock b/spec/rspec_2/Gemfile.lock
index 1e4c87e..4904ac1 100644
--- a/spec/rspec_2/Gemfile.lock
+++ b/spec/rspec_2/Gemfile.lock
@@ -2,17 +2,19 @@ GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
- rspec (2.0.0.beta.19)
- rspec-core (= 2.0.0.beta.19)
- rspec-expectations (= 2.0.0.beta.19)
- rspec-mocks (= 2.0.0.beta.19)
- rspec-core (2.0.0.beta.19)
- rspec-expectations (2.0.0.beta.19)
+ rspec (2.0.1)
+ rspec-core (~> 2.0.1)
+ rspec-expectations (~> 2.0.1)
+ rspec-mocks (~> 2.0.1)
+ rspec-core (2.0.1)
+ rspec-expectations (2.0.1)
diff-lcs (>= 1.1.2)
- rspec-mocks (2.0.0.beta.19)
+ rspec-mocks (2.0.1)
+ rspec-core (~> 2.0.1)
+ rspec-expectations (~> 2.0.1)
PLATFORMS
ruby
DEPENDENCIES
- rspec (= 2.0.0.beta.19)
+ rspec (>= 2)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec-instafail.git
More information about the Pkg-ruby-extras-commits
mailing list