Skip to content

Commit

Permalink
Update rubocop-rails requirement from ~> 2.25.0 to ~> 2.26.0 (#38)
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.25.1...v2.26.0)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent f4fb027 commit 9364c7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
Expand All @@ -36,7 +36,7 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.24.1)
minitest (5.25.1)
mutex_m (0.2.0)
mysql2 (0.5.6)
parallel (1.26.3)
Expand All @@ -47,12 +47,11 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
rack (3.1.5)
strscan
rack (3.1.7)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.5)
rexml (3.3.6)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -83,10 +82,10 @@ GEM
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.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)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
Expand All @@ -113,7 +112,7 @@ DEPENDENCIES
rspec (~> 3)
rubocop (~> 1.65.0)
rubocop-performance
rubocop-rails (~> 2.25.0)
rubocop-rails (~> 2.26.0)
rubocop-rspec
rubocop-thread_safety
trilogy
Expand Down
2 changes: 1 addition & 1 deletion janus-ar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '~> 3'
gem.add_development_dependency 'rubocop', '~> 1.65.0'
gem.add_development_dependency 'rubocop-rails', '~> 2.25.0'
gem.add_development_dependency 'rubocop-rails', '~> 2.26.0'
gem.add_development_dependency 'rubocop-rspec'
gem.add_development_dependency 'rubocop-thread_safety'
gem.add_development_dependency 'rubocop-performance'
Expand Down

0 comments on commit 9364c7c

Please sign in to comment.