Skip to content

Commit

Permalink
Bumped to 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Jun 26, 2024
1 parent f243ba9 commit da519c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ GIT
PATH
remote: .
specs:
boxt_rubocop (2.9.0)
boxt_rubocop (2.9.2)
rubocop (= 1.64.1)
rubocop-factory_bot (= 2.26.1)
rubocop-faker (= 1.1.0)
rubocop-performance (= 1.21.1)
rubocop-rails (= 2.25.0)
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 @@ -241,6 +242,9 @@ 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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.1
2.9.2
1 change: 1 addition & 0 deletions boxt_rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "rubocop-rails", "2.25.0"
spec.add_dependency "rubocop-rake", "0.6.0"
spec.add_dependency "rubocop-rspec", "3.0.1"
spec.add_dependency "rubocop-rspec_rails", "2.30.0"
end

0 comments on commit da519c7

Please sign in to comment.