diff --git a/Gemfile b/Gemfile index 117a11cd..100c456e 100644 --- a/Gemfile +++ b/Gemfile @@ -51,5 +51,5 @@ group :development do gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed gem 'rubocop-factory_bot', '~> 2.24' gem 'rubocop-minitest', '~> 0.33.0' - gem 'rubocop-rails', '~> 2.22' + gem 'rubocop-rails', '~> 2.23' end diff --git a/Gemfile.lock b/Gemfile.lock index 743bd7bd..c9e33810 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -249,7 +249,7 @@ GEM rubocop (~> 1.33) rubocop-minitest (0.33.0) rubocop (>= 1.39, < 2.0) - rubocop-rails (2.22.2) + rubocop-rails (2.23.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -301,7 +301,7 @@ DEPENDENCIES rails (~> 7.1) rubocop-factory_bot (~> 2.24) rubocop-minitest (~> 0.33.0) - rubocop-rails (~> 2.22) + rubocop-rails (~> 2.23) simplecov (~> 0.21) tzinfo-data wahwah (~> 1.5.1) diff --git a/gemset.nix b/gemset.nix index cb21d0d4..00a1eb5a 100644 --- a/gemset.nix +++ b/gemset.nix @@ -940,10 +940,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0ym0h2w97b8c2h6zl44m22lzg253qkmim0ali32aiy58ddvbj0mm"; + sha256 = "0vdbzk5kzjqgwvcpnrn1b6livbyaw12qq0pivf0m55wkyya0m71d"; type = "gem"; }; - version = "2.22.2"; + version = "2.23.0"; }; ruby-progressbar = { groups = ["default" "development"];