From fbbf38963b92b2aab26414bed83f40f67b366a03 Mon Sep 17 00:00:00 2001 From: Wineshuga Date: Thu, 8 Feb 2024 22:19:02 +0100 Subject: [PATCH] Run rubocop check --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index eb62d96..007f241 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem 'tzinfo-data', platforms: %i[windows jruby] gem 'bootsnap', require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem "image_processing", "~> 1.2" +gem 'image_processing', '~> 1.2' group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem @@ -72,5 +72,5 @@ gem 'rubocop', '>= 1.0', '< 2.0' gem 'devise', '~> 4.9' +gem 'aws-sdk-s3', require: false gem 'cancancan' -gem "aws-sdk-s3", require: false