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
| @@ -76,7 +76,7 @@ end | @@ -76,7 +76,7 @@ end | ||
| 76 | 76 | ||
| 77 | group :development, :test do | 77 | group :development, :test do |
| 78 | # Test framework | 78 | # Test framework |
| 79 | - gem 'rspec-rails', '~> 3.0.1' | 79 | + gem 'rspec-rails', '~> 3.1.0' |
| 80 | 80 | ||
| 81 | # Fixtures made easy | 81 | # Fixtures made easy |
| 82 | gem 'factory_girl_rails', '~> 4.4.1' | 82 | gem 'factory_girl_rails', '~> 4.4.1' |
Gemfile.lock
| @@ -197,22 +197,22 @@ GEM | @@ -197,22 +197,22 @@ GEM | ||
| 197 | rest-client (1.7.2) | 197 | rest-client (1.7.2) |
| 198 | mime-types (>= 1.16, < 3.0) | 198 | mime-types (>= 1.16, < 3.0) |
| 199 | netrc (~> 0.7) | 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 | diff-lcs (>= 1.2.0, < 2.0) | 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 | actionpack (>= 3.0) | 208 | actionpack (>= 3.0) |
| 209 | activesupport (>= 3.0) | 209 | activesupport (>= 3.0) |
| 210 | railties (>= 3.0) | 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 | sass (3.2.19) | 216 | sass (3.2.19) |
| 217 | sass-rails (4.0.3) | 217 | sass-rails (4.0.3) |
| 218 | railties (>= 4.0.0, < 5.0) | 218 | railties (>= 4.0.0, < 5.0) |
| @@ -299,7 +299,7 @@ DEPENDENCIES | @@ -299,7 +299,7 @@ DEPENDENCIES | ||
| 299 | pg (~> 0.17.0) | 299 | pg (~> 0.17.0) |
| 300 | poltergeist (~> 1.5.0) | 300 | poltergeist (~> 1.5.0) |
| 301 | rails (= 4.1.5) | 301 | rails (= 4.1.5) |
| 302 | - rspec-rails (~> 3.0.1) | 302 | + rspec-rails (~> 3.1.0) |
| 303 | sass-rails (~> 4.0.1) | 303 | sass-rails (~> 4.0.1) |
| 304 | sdoc | 304 | sdoc |
| 305 | shoulda-matchers (~> 2.6.1) | 305 | shoulda-matchers (~> 2.6.1) |