WIP: Testing with pg in travis... Add missing rake.
This commit is contained in:
@@ -49,6 +49,7 @@ group :test do
|
||||
gem 'selenium-webdriver'
|
||||
# Easy installation and use of web drivers to run system tests with browsers
|
||||
gem 'webdrivers'
|
||||
gem 'rake'
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
|
||||
@@ -315,6 +315,7 @@ DEPENDENCIES
|
||||
puma (~> 4.1)
|
||||
rails (~> 6.0.3, >= 6.0.3.2)
|
||||
rails_admin (~> 2.0)
|
||||
rake
|
||||
sass-rails (>= 6)
|
||||
selenium-webdriver
|
||||
spring
|
||||
|
||||
@@ -5,5 +5,5 @@ body {
|
||||
padding-top: 5rem;
|
||||
}
|
||||
#toast-container {
|
||||
padding-top: 3rem;
|
||||
padding-top: 5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user