From b800d79704bed4075b3f6aaa9821e384da9b32b7 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 3 Jan 2023 13:10:51 +0100 Subject: [PATCH] Appease the dog overlords --- Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 09d6581a..a6e08c35 100644 --- a/Gemfile +++ b/Gemfile @@ -6,10 +6,10 @@ gem "i18n-js", "4.0" gem "rails", "~> 6.1" gem "rails-i18n", "~> 7.0" -gem "sprockets", "~> 4.1" -gem "sprockets-rails", :require => "sprockets/railtie" -gem "sassc-rails" gem "cssbundling-rails", "~> 1.1" +gem "sassc-rails" +gem "sprockets", "~> 4.1" +gem "sprockets-rails", require: "sprockets/railtie" gem "pg" @@ -111,9 +111,9 @@ gem "webpacker", "~> 5.2" gem "omniauth-rails_csrf_protection", "~> 1.0" -gem "net-smtp" gem "net-imap" gem "net-pop" +gem "net-smtp" gem "pundit", "~> 2.3"