WIP: Testing with pg in travis... Add missing rake.

This commit is contained in:
2020-08-20 15:11:07 +01:00
parent 4828d36570
commit a63cb70c2f
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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
+1
View File
@@ -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
+1 -1
View File
@@ -5,5 +5,5 @@ body {
padding-top: 5rem;
}
#toast-container {
padding-top: 3rem;
padding-top: 5rem;
}