Commit e3914926f601dedfe94a1534268b165fd9e4b3e4
Committed by
Diego Camarinha
1 parent
3506c6a8
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
... | ... | @@ -197,22 +197,22 @@ GEM |
197 | 197 | rest-client (1.7.2) |
198 | 198 | mime-types (>= 1.16, < 3.0) |
199 | 199 | netrc (~> 0.7) |
200 | - rspec-core (3.0.4) | |
201 | - rspec-support (~> 3.0.0) | |
202 | - rspec-expectations (3.0.4) | |
200 | + rspec-core (3.1.2) | |
201 | + rspec-support (~> 3.1.0) | |
202 | + rspec-expectations (3.1.0) | |
203 | 203 | diff-lcs (>= 1.2.0, < 2.0) |
204 | - rspec-support (~> 3.0.0) | |
205 | - rspec-mocks (3.0.4) | |
206 | - rspec-support (~> 3.0.0) | |
207 | - rspec-rails (3.0.2) | |
204 | + rspec-support (~> 3.1.0) | |
205 | + rspec-mocks (3.1.0) | |
206 | + rspec-support (~> 3.1.0) | |
207 | + rspec-rails (3.1.0) | |
208 | 208 | actionpack (>= 3.0) |
209 | 209 | activesupport (>= 3.0) |
210 | 210 | railties (>= 3.0) |
211 | - rspec-core (~> 3.0.0) | |
212 | - rspec-expectations (~> 3.0.0) | |
213 | - rspec-mocks (~> 3.0.0) | |
214 | - rspec-support (~> 3.0.0) | |
215 | - rspec-support (3.0.4) | |
211 | + rspec-core (~> 3.1.0) | |
212 | + rspec-expectations (~> 3.1.0) | |
213 | + rspec-mocks (~> 3.1.0) | |
214 | + rspec-support (~> 3.1.0) | |
215 | + rspec-support (3.1.0) | |
216 | 216 | sass (3.2.19) |
217 | 217 | sass-rails (4.0.3) |
218 | 218 | railties (>= 4.0.0, < 5.0) |
... | ... | @@ -299,7 +299,7 @@ DEPENDENCIES |
299 | 299 | pg (~> 0.17.0) |
300 | 300 | poltergeist (~> 1.5.0) |
301 | 301 | rails (= 4.1.5) |
302 | - rspec-rails (~> 3.0.1) | |
302 | + rspec-rails (~> 3.1.0) | |
303 | 303 | sass-rails (~> 4.0.1) |
304 | 304 | sdoc |
305 | 305 | shoulda-matchers (~> 2.6.1) | ... | ... |