Commit 043443d5fd2776586003c072870422b8fb036faa
Bump RSpec version.
Alternate fix for https://github.com/codahale/bcrypt-ruby/pull/60 based on feedback from @tmm1T.J. Schuck committed on 5/3/2013, 10:43:10 PM
Parent: cbf96b56c7d0b393c51ab0fd156365cf162b642f
Files changed
Gemfile.lock | changed |
Gemfile.lock | ||
---|---|---|
@@ -5,24 +5,24 @@ | ||
5 | 5 | |
6 | 6 | GEM |
7 | 7 | remote: http://rubygems.org/ |
8 | 8 | specs: |
9 | - diff-lcs (1.1.2) | |
9 | + diff-lcs (1.2.4) | |
10 | 10 | json (1.7.3) |
11 | 11 | json (1.7.3-java) |
12 | 12 | rake (0.8.7) |
13 | 13 | rake-compiler (0.7.5) |
14 | 14 | rake |
15 | 15 | rdoc (3.12) |
16 | 16 | json (~> 1.4) |
17 | - rspec (2.5.0) | |
18 | - rspec-core (~> 2.5.0) | |
19 | - rspec-expectations (~> 2.5.0) | |
20 | - rspec-mocks (~> 2.5.0) | |
21 | - rspec-core (2.5.1) | |
22 | - rspec-expectations (2.5.0) | |
23 | - diff-lcs (~> 1.1.2) | |
24 | - rspec-mocks (2.5.0) | |
17 | + rspec (2.13.0) | |
18 | + rspec-core (~> 2.13.0) | |
19 | + rspec-expectations (~> 2.13.0) | |
20 | + rspec-mocks (~> 2.13.0) | |
21 | + rspec-core (2.13.1) | |
22 | + rspec-expectations (2.13.0) | |
23 | + diff-lcs (>= 1.1.3, < 2.0) | |
24 | + rspec-mocks (2.13.1) | |
25 | 25 | |
26 | 26 | PLATFORMS |
27 | 27 | java |
28 | 28 | ruby |
Built with git-ssb-web