Skip to content

Commit fb59045

Browse files
Bump reek from 6.3.0 to 6.4.0 (#948)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7249dcd commit fb59045

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ group :development do
5959
gem 'letter_opener', '~> 1.10'
6060
gem 'listen', '~> 3.9'
6161
gem 'rails_best_practices', '~> 1.20'
62-
gem 'reek', '~> 6.3'
62+
gem 'reek', '~> 6.4'
6363
gem 'rubocop', '~> 1.69', require: false
6464
gem 'rubocop-capybara', '~> 2.21'
6565
gem 'rubocop-factory_bot', '~> 2.26', require: false

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -197,18 +197,19 @@ GEM
197197
request_store (>= 1.0)
198198
ruby2_keywords
199199
drb (2.2.1)
200-
dry-configurable (1.2.0)
201-
dry-core (~> 1.0, < 2)
200+
dry-configurable (1.3.0)
201+
dry-core (~> 1.1)
202202
zeitwerk (~> 2.6)
203-
dry-core (1.0.2)
203+
dry-core (1.1.0)
204204
concurrent-ruby (~> 1.0)
205205
logger
206206
zeitwerk (~> 2.6)
207-
dry-inflector (1.1.0)
208-
dry-initializer (3.1.1)
209-
dry-logic (1.5.0)
207+
dry-inflector (1.2.0)
208+
dry-initializer (3.2.0)
209+
dry-logic (1.6.0)
210+
bigdecimal
210211
concurrent-ruby (~> 1.0)
211-
dry-core (~> 1.0, < 2)
212+
dry-core (~> 1.1)
212213
zeitwerk (~> 2.6)
213214
dry-schema (1.13.4)
214215
concurrent-ruby (~> 1.0)
@@ -218,7 +219,7 @@ GEM
218219
dry-logic (>= 1.4, < 2)
219220
dry-types (>= 1.7, < 2)
220221
zeitwerk (~> 2.6)
221-
dry-types (1.7.2)
222+
dry-types (1.8.0)
222223
bigdecimal (~> 3.0)
223224
concurrent-ruby (~> 1.0)
224225
dry-core (~> 1.0)
@@ -324,7 +325,7 @@ GEM
324325
listen (3.9.0)
325326
rb-fsevent (~> 0.10, >= 0.10.3)
326327
rb-inotify (~> 0.9, >= 0.9.10)
327-
logger (1.6.4)
328+
logger (1.6.5)
328329
lograge (0.14.0)
329330
actionpack (>= 4)
330331
activesupport (>= 4)
@@ -457,8 +458,9 @@ GEM
457458
ffi (~> 1.0)
458459
rdoc (6.9.1)
459460
psych (>= 4.0.0)
460-
reek (6.3.0)
461+
reek (6.4.0)
461462
dry-schema (~> 1.13.0)
463+
logger (~> 1.6)
462464
parser (~> 3.3.0)
463465
rainbow (>= 2.0, < 4.0)
464466
rexml (~> 3.1)
@@ -471,7 +473,7 @@ GEM
471473
responders (3.1.1)
472474
actionpack (>= 5.2)
473475
railties (>= 5.2)
474-
rexml (3.3.9)
476+
rexml (3.4.0)
475477
rouge (4.3.0)
476478
rspec-core (3.13.2)
477479
rspec-support (~> 3.13.0)
@@ -643,7 +645,7 @@ DEPENDENCIES
643645
rack-cors (~> 2.0)
644646
rails (~> 7.2.2)
645647
rails_best_practices (~> 1.20)
646-
reek (~> 6.3)
648+
reek (~> 6.4)
647649
rspec-openapi (~> 0.18)
648650
rspec-rails (~> 7.1)
649651
rspec-retry!

0 commit comments

Comments
 (0)