Skip to content

Commit

Permalink
Update rubocop-rails requirement from = 2.25.0 to = 2.25.1 in the rub…
Browse files Browse the repository at this point in the history
…y-dependencies group (#160)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 32c7268 commit 5d90c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ PATH
rubocop-factory_bot (= 2.26.1)
rubocop-faker (= 1.1.0)
rubocop-performance (= 1.21.1)
rubocop-rails (= 2.25.0)
rubocop-rails (= 2.25.1)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.0.1)
rubocop-rspec_rails (= 2.30.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -130,7 +129,7 @@ GEM
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
minitest (5.24.0)
minitest (5.24.1)
mutex_m (0.2.0)
net-imap (0.4.14)
date
Expand Down Expand Up @@ -233,7 +232,7 @@ GEM
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
rubocop-rails (2.25.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand All @@ -242,9 +241,6 @@ GEM
rubocop (~> 1.0)
rubocop-rspec (3.0.1)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion boxt_rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "rubocop-factory_bot", "2.26.1"
spec.add_dependency "rubocop-faker", "1.1.0"
spec.add_dependency "rubocop-performance", "1.21.1"
spec.add_dependency "rubocop-rails", "2.25.0"
spec.add_dependency "rubocop-rails", "2.25.1"
spec.add_dependency "rubocop-rake", "0.6.0"
spec.add_dependency "rubocop-rspec", "3.0.1"
end

0 comments on commit 5d90c74

Please sign in to comment.