From a63cb70c2fff781f424c5bfb30748fd46b1e4b80 Mon Sep 17 00:00:00 2001 From: Dinis Date: Thu, 20 Aug 2020 15:11:07 +0100 Subject: [PATCH] WIP: Testing with pg in travis... Add missing rake. --- Gemfile | 1 + Gemfile.lock | 1 + app/javascript/stylesheets/application.scss | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 27405f7..a0ed555 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 66bb895..39e4dd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/app/javascript/stylesheets/application.scss b/app/javascript/stylesheets/application.scss index 208f673..7f834ef 100644 --- a/app/javascript/stylesheets/application.scss +++ b/app/javascript/stylesheets/application.scss @@ -5,5 +5,5 @@ body { padding-top: 5rem; } #toast-container { - padding-top: 3rem; + padding-top: 5rem; } \ No newline at end of file