Skip to content

Commit

Permalink
fix rubocop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adlamas committed Oct 27, 2023
1 parent b002e83 commit 86a1762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gemspec
gem 'byebug', '~> 11.1.3'
gem 'database_cleaner-active_record', '~> 2.1.0'
gem 'generator_spec', '~> 0.9.4'
gem 'mysql2', '~> 0.5.2'
gem 'pg', '~> 1.5.4'
gem 'pry-rails', '~> 0.3.9'
gem 'reek', '~> 6.1.4'
Expand All @@ -15,4 +16,3 @@ gem 'rubocop', '~> 1.56.3', require: false
gem 'rubocop-rspec', '~> 2.24.1', require: false
gem 'simplecov', '~> 0.22.0'
gem 'sqlite3', '1.4.2'
gem 'mysql2', '~> 0.5.2'

0 comments on commit 86a1762

Please sign in to comment.