Commit e81ba7b2490ae080a5e1bf0a1596f8c4c31d4f22
1 parent
39504aa1
Exists in
master
and in
4 other branches
Fixed Gemfile.lock
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -227,7 +227,19 @@ GEM |
227 | 227 | resque_mailer (2.0.3) |
228 | 228 | actionmailer (>= 3.0.0) |
229 | 229 | resque (>= 1.2.3) |
230 | + rspec (2.10.0) | |
231 | + rspec-core (~> 2.10.0) | |
232 | + rspec-expectations (~> 2.10.0) | |
233 | + rspec-mocks (~> 2.10.0) | |
234 | + rspec-core (2.10.0) | |
235 | + rspec-expectations (2.10.0) | |
236 | + diff-lcs (~> 1.1.3) | |
237 | + rspec-mocks (2.10.1) | |
230 | 238 | rspec-rails (2.10.1) |
239 | + actionpack (>= 3.0) | |
240 | + activesupport (>= 3.0) | |
241 | + railties (>= 3.0) | |
242 | + rspec (~> 2.10.0) | |
231 | 243 | rubyntlm (0.1.1) |
232 | 244 | rubypython (0.5.3) |
233 | 245 | blankslate (>= 2.1.2.3) | ... | ... |