Commit aa3b1b55e23a1c383a66828f8b56429829709637
1 parent
eaf1bd99
Exists in
colab
and in
4 other branches
rspec-rails updated
Signed off by: Heitor Reis Ribeiro <marcheing@gmail.com>
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -227,23 +227,23 @@ GEM |
227 | 227 | ref (1.0.5) |
228 | 228 | responders (2.1.0) |
229 | 229 | railties (>= 4.2.0, < 5) |
230 | - rspec-core (3.2.0) | |
230 | + rspec-core (3.2.1) | |
231 | 231 | rspec-support (~> 3.2.0) |
232 | 232 | rspec-expectations (3.2.0) |
233 | 233 | diff-lcs (>= 1.2.0, < 2.0) |
234 | 234 | rspec-support (~> 3.2.0) |
235 | - rspec-mocks (3.2.0) | |
235 | + rspec-mocks (3.2.1) | |
236 | 236 | diff-lcs (>= 1.2.0, < 2.0) |
237 | 237 | rspec-support (~> 3.2.0) |
238 | - rspec-rails (3.2.0) | |
239 | - actionpack (>= 3.0, <= 4.2) | |
240 | - activesupport (>= 3.0, <= 4.2) | |
241 | - railties (>= 3.0, <= 4.2) | |
238 | + rspec-rails (3.2.1) | |
239 | + actionpack (>= 3.0, < 4.3) | |
240 | + activesupport (>= 3.0, < 4.3) | |
241 | + railties (>= 3.0, < 4.3) | |
242 | 242 | rspec-core (~> 3.2.0) |
243 | 243 | rspec-expectations (~> 3.2.0) |
244 | 244 | rspec-mocks (~> 3.2.0) |
245 | 245 | rspec-support (~> 3.2.0) |
246 | - rspec-support (3.2.1) | |
246 | + rspec-support (3.2.2) | |
247 | 247 | sass (3.4.11) |
248 | 248 | sass-rails (5.0.1) |
249 | 249 | railties (>= 4.0.0, < 5.0) | ... | ... |