Commit 37c784b85d85111a26075e33a4ee1caed2c4ee6a
Committed by
Diego Camarinha
1 parent
a7b69b7b
Exists in
colab
and in
4 other branches
rspec-rails updated
Showing
2 changed files
with
14 additions
and
14 deletions
Show diff stats
Gemfile
Gemfile.lock
| ... | ... | @@ -243,23 +243,23 @@ GEM |
| 243 | 243 | ref (1.0.5) |
| 244 | 244 | responders (2.1.0) |
| 245 | 245 | railties (>= 4.2.0, < 5) |
| 246 | - rspec-core (3.2.3) | |
| 247 | - rspec-support (~> 3.2.0) | |
| 248 | - rspec-expectations (3.2.1) | |
| 246 | + rspec-core (3.3.1) | |
| 247 | + rspec-support (~> 3.3.0) | |
| 248 | + rspec-expectations (3.3.0) | |
| 249 | 249 | diff-lcs (>= 1.2.0, < 2.0) |
| 250 | - rspec-support (~> 3.2.0) | |
| 251 | - rspec-mocks (3.2.1) | |
| 250 | + rspec-support (~> 3.3.0) | |
| 251 | + rspec-mocks (3.3.1) | |
| 252 | 252 | diff-lcs (>= 1.2.0, < 2.0) |
| 253 | - rspec-support (~> 3.2.0) | |
| 254 | - rspec-rails (3.2.1) | |
| 253 | + rspec-support (~> 3.3.0) | |
| 254 | + rspec-rails (3.3.2) | |
| 255 | 255 | actionpack (>= 3.0, < 4.3) |
| 256 | 256 | activesupport (>= 3.0, < 4.3) |
| 257 | 257 | railties (>= 3.0, < 4.3) |
| 258 | - rspec-core (~> 3.2.0) | |
| 259 | - rspec-expectations (~> 3.2.0) | |
| 260 | - rspec-mocks (~> 3.2.0) | |
| 261 | - rspec-support (~> 3.2.0) | |
| 262 | - rspec-support (3.2.2) | |
| 258 | + rspec-core (~> 3.3.0) | |
| 259 | + rspec-expectations (~> 3.3.0) | |
| 260 | + rspec-mocks (~> 3.3.0) | |
| 261 | + rspec-support (~> 3.3.0) | |
| 262 | + rspec-support (3.3.0) | |
| 263 | 263 | sass (3.4.13) |
| 264 | 264 | sass-rails (5.0.3) |
| 265 | 265 | railties (>= 4.0.0, < 5.0) |
| ... | ... | @@ -355,7 +355,7 @@ DEPENDENCIES |
| 355 | 355 | poltergeist (~> 1.6.0) |
| 356 | 356 | rails (= 4.2.1) |
| 357 | 357 | rails-html-sanitizer (~> 1.0) |
| 358 | - rspec-rails (~> 3.2.0) | |
| 358 | + rspec-rails (~> 3.3.2) | |
| 359 | 359 | sass-rails (~> 5.0.0) |
| 360 | 360 | sdoc (~> 0.4.0) |
| 361 | 361 | shoulda-matchers (~> 2.8.0) | ... | ... |