Skip to content

Commit

Permalink
Bump reek from 6.3.0 to 6.4.0 (#948)
Browse files Browse the repository at this point in the history
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 Jan 14, 2025
1 parent 7249dcd commit fb59045
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ group :development do
gem 'letter_opener', '~> 1.10'
gem 'listen', '~> 3.9'
gem 'rails_best_practices', '~> 1.20'
gem 'reek', '~> 6.3'
gem 'reek', '~> 6.4'
gem 'rubocop', '~> 1.69', require: false
gem 'rubocop-capybara', '~> 2.21'
gem 'rubocop-factory_bot', '~> 2.26', require: false
Expand Down
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,19 @@ GEM
request_store (>= 1.0)
ruby2_keywords
drb (2.2.1)
dry-configurable (1.2.0)
dry-core (~> 1.0, < 2)
dry-configurable (1.3.0)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
dry-core (1.0.2)
dry-core (1.1.0)
concurrent-ruby (~> 1.0)
logger
zeitwerk (~> 2.6)
dry-inflector (1.1.0)
dry-initializer (3.1.1)
dry-logic (1.5.0)
dry-inflector (1.2.0)
dry-initializer (3.2.0)
dry-logic (1.6.0)
bigdecimal
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
dry-schema (1.13.4)
concurrent-ruby (~> 1.0)
Expand All @@ -218,7 +219,7 @@ GEM
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.2)
dry-types (1.8.0)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
Expand Down Expand Up @@ -324,7 +325,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -457,8 +458,9 @@ GEM
ffi (~> 1.0)
rdoc (6.9.1)
psych (>= 4.0.0)
reek (6.3.0)
reek (6.4.0)
dry-schema (~> 1.13.0)
logger (~> 1.6)
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
Expand All @@ -471,7 +473,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.9)
rexml (3.4.0)
rouge (4.3.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -643,7 +645,7 @@ DEPENDENCIES
rack-cors (~> 2.0)
rails (~> 7.2.2)
rails_best_practices (~> 1.20)
reek (~> 6.3)
reek (~> 6.4)
rspec-openapi (~> 0.18)
rspec-rails (~> 7.1)
rspec-retry!
Expand Down

0 comments on commit fb59045

Please sign in to comment.