Skip to content

Commit

Permalink
Run rubocop check
Browse files Browse the repository at this point in the history
  • Loading branch information
Wineshuga committed Feb 8, 2024
1 parent e55d920 commit fbbf389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit fbbf389

Please sign in to comment.