Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
pinning dbcleaner to lower version due to DatabaseCleaner/database_cl…
Browse files Browse the repository at this point in the history
  • Loading branch information
mccabe615 committed Oct 7, 2013
1 parent b3c309e commit 19ee423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'gauntlt'

group :development, :test do
gem 'capybara'
gem 'database_cleaner'
gem 'database_cleaner', '< 1.1.0'
gem 'poltergeist'
gem 'rspec-rails'
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ GEM
diff-lcs (>= 1.1.3)
gherkin (~> 2.12.0)
multi_json (~> 1.3)
database_cleaner (1.1.1)
database_cleaner (1.0.1)
diff-lcs (1.2.4)
em-websocket (0.5.0)
eventmachine (>= 0.12.9)
Expand Down Expand Up @@ -248,7 +248,7 @@ DEPENDENCIES
bundler-audit
capybara
coffee-rails (~> 3.2.1)
database_cleaner
database_cleaner (< 1.1.0)
execjs
foreman
gauntlt
Expand Down

0 comments on commit 19ee423

Please sign in to comment.