We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547cbf8 commit 86cc6d9Copy full SHA for 86cc6d9
Gemfile
@@ -141,7 +141,7 @@ group :development do
141
gem "debug"
142
143
# Linting
144
- gem "rubocop", "1.75.4"
+ gem "rubocop", "1.75.5"
145
gem "rubocop-performance"
146
gem "rubocop-rails"
147
gem "rubocop-sequel"
Gemfile.lock
@@ -512,7 +512,7 @@ GEM
512
rexml (3.3.9)
513
rollbar (3.6.2)
514
rouge (3.26.1)
515
- rubocop (1.75.4)
+ rubocop (1.75.5)
516
json (~> 2.3)
517
language_server-protocol (~> 3.17.0.2)
518
lint_roller (~> 1.1.0)
@@ -730,7 +730,7 @@ DEPENDENCIES
730
redcarpet
731
reverse_markdown
732
rollbar
733
- rubocop (= 1.75.4)
+ rubocop (= 1.75.5)
734
rubocop-factory_bot
735
rubocop-graphql
736
rubocop-performance
0 commit comments