Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade rubocop-rails from 2.25.1 to 2.26.0 #1104

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gem 'lograge', '>= 0.14.0'
# gem 'skylight', '~> 6.0', '>= 6.0.0'

gem 'rubocop', '>= 1.62.0'
gem 'rubocop-rails', '~> 2.24', '>= 2.24.1'
gem 'rubocop-rails', '~> 2.26', '>= 2.26.0'

gem 'progress_bar', require: false

Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ GEM
xpath (~> 3.2)
climate_control (0.2.0)
coderay (1.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
Expand Down Expand Up @@ -309,7 +309,7 @@ GEM
mime-types-data (3.2023.0808)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
minitest (5.25.1)
msgpack (1.5.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
Expand Down Expand Up @@ -355,8 +355,8 @@ GEM
actionpack (>= 4.2)
omniauth (~> 2.0)
options (2.3.2)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
parslet (1.8.2)
Expand All @@ -375,8 +375,8 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.0)
rack (3.1.5)
racc (1.8.1)
rack (3.1.7)
rack-maintenance (3.0.0)
rack (>= 2.1.4)
rake (>= 12.3.3)
Expand Down Expand Up @@ -451,7 +451,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retryable (3.0.5)
rexml (3.3.2)
rexml (3.3.6)
strscan
rollbar (3.4.0)
rspec (3.13.0)
Expand All @@ -476,7 +476,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -487,12 +487,12 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-rails (2.25.1)
rubocop-rails (2.26.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -634,7 +634,7 @@ DEPENDENCIES
rspec-json_expectations
rspec-rails (~> 6.1, >= 6.1.2)
rubocop (>= 1.62.0)
rubocop-rails (~> 2.24, >= 2.24.1)
rubocop-rails (~> 2.26, >= 2.26.0)
rubyXL (~> 3.4, >= 3.4.26)
ruby_event_store-rspec
sass-rails (~> 6.0, >= 6.0.0)
Expand Down