Skip to content
Closed
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 @@ -81,7 +81,7 @@ group :development do
gem 'brakeman', '7.1.0', require: false

# RuboCop is a Ruby code style checking and code formatting tool.
gem 'rubocop', '1.80.1', require: false
gem 'rubocop', '1.81.1', require: false
# Automatic Rails code style checking tool.
gem 'rubocop-rails', '2.33.3', require: false
# A collection of RuboCop cops to check for performance optimizations in Ruby code.
Expand Down
Loading