Commit c8e6d5b0861dd76d1f17a2efc083a46fa1316812
Committed by
Diego Camarinha
1 parent
e3914926
Exists in
colab
and in
4 other branches
shoulda-matchers updated
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
| @@ -65,7 +65,7 @@ gem 'google-analytics-rails', '~> 0.0.6' | @@ -65,7 +65,7 @@ gem 'google-analytics-rails', '~> 0.0.6' | ||
| 65 | 65 | ||
| 66 | group :test do | 66 | group :test do |
| 67 | # Easier test writing | 67 | # Easier test writing |
| 68 | - gem "shoulda-matchers", '~> 2.6.1' | 68 | + gem "shoulda-matchers", '~> 2.7.0' |
| 69 | 69 | ||
| 70 | # Test coverage | 70 | # Test coverage |
| 71 | gem 'simplecov', require: false | 71 | gem 'simplecov', require: false |
Gemfile.lock
| @@ -222,7 +222,7 @@ GEM | @@ -222,7 +222,7 @@ GEM | ||
| 222 | sdoc (0.4.1) | 222 | sdoc (0.4.1) |
| 223 | json (~> 1.7, >= 1.7.7) | 223 | json (~> 1.7, >= 1.7.7) |
| 224 | rdoc (~> 4.0) | 224 | rdoc (~> 4.0) |
| 225 | - shoulda-matchers (2.6.2) | 225 | + shoulda-matchers (2.7.0) |
| 226 | activesupport (>= 3.0.0) | 226 | activesupport (>= 3.0.0) |
| 227 | simplecov (0.9.0) | 227 | simplecov (0.9.0) |
| 228 | docile (~> 1.1.0) | 228 | docile (~> 1.1.0) |
| @@ -302,7 +302,7 @@ DEPENDENCIES | @@ -302,7 +302,7 @@ DEPENDENCIES | ||
| 302 | rspec-rails (~> 3.1.0) | 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.7.0) |
| 306 | simplecov | 306 | simplecov |
| 307 | spring | 307 | spring |
| 308 | sqlite3 | 308 | sqlite3 |