Commit be817c53c6fcf946bc149b2e603e3809e79d9d36
1 parent
cce14e0b
Exists in
master
and in
4 other branches
Update database cleaner. Remove postgres from travis build list since it gives us deadlocks always
Showing
3 changed files
with
3 additions
and
4 deletions
Show diff stats
.travis.yml
Gemfile
@@ -139,7 +139,7 @@ group :development, :test do | @@ -139,7 +139,7 @@ group :development, :test do | ||
139 | gem "capybara", '2.0.2' | 139 | gem "capybara", '2.0.2' |
140 | gem "pry" | 140 | gem "pry" |
141 | gem "awesome_print" | 141 | gem "awesome_print" |
142 | - gem "database_cleaner", ref: "f89c34300e114be99532f14c115b2799a3380ac6", git: "https://github.com/bmabey/database_cleaner.git" | 142 | + gem "database_cleaner", ref: "9f898fc50d87a5d51760f9dcf374bf5ffda21baf", git: "https://github.com/bmabey/database_cleaner.git" |
143 | gem "launchy" | 143 | gem "launchy" |
144 | gem 'factory_girl_rails' | 144 | gem 'factory_girl_rails' |
145 | 145 |
Gemfile.lock
1 | GIT | 1 | GIT |
2 | remote: https://github.com/bmabey/database_cleaner.git | 2 | remote: https://github.com/bmabey/database_cleaner.git |
3 | - revision: f89c34300e114be99532f14c115b2799a3380ac6 | ||
4 | - ref: f89c34300e114be99532f14c115b2799a3380ac6 | 3 | + revision: 9f898fc50d87a5d51760f9dcf374bf5ffda21baf |
4 | + ref: 9f898fc50d87a5d51760f9dcf374bf5ffda21baf | ||
5 | specs: | 5 | specs: |
6 | database_cleaner (0.9.1) | 6 | database_cleaner (0.9.1) |
7 | 7 |