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 c5a5488 commit 8280e5dCopy full SHA for 8280e5d
Gemfile
@@ -38,7 +38,7 @@ group :development, :test do
38
gem 'rspec-rails'
39
gem 'rspec-rerun'
40
# Required during CI as well local development
41
- gem 'rubocop', '1.75.6'
+ gem 'rubocop', '1.75.7'
42
end
43
44
group :test do
Gemfile.lock
@@ -523,7 +523,7 @@ GEM
523
rspec-rerun (1.1.0)
524
rspec (~> 3.0)
525
rspec-support (3.13.2)
526
- rubocop (1.75.6)
+ rubocop (1.75.7)
527
json (~> 2.3)
528
language_server-protocol (~> 3.17.0.2)
529
lint_roller (~> 1.1.0)
@@ -633,7 +633,7 @@ DEPENDENCIES
633
redcarpet
634
rspec-rails
635
rspec-rerun
636
- rubocop (= 1.75.6)
+ rubocop (= 1.75.7)
637
ruby-prof
638
simplecov (= 0.18.2)
639
test-prof
0 commit comments