We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfadcb9 commit 396e523Copy full SHA for 396e523
Gemfile
@@ -48,3 +48,4 @@ end
48
49
gem "net-imap", "~> 0.4.19"
50
gem "zeitwerk", "~> 2.6.0"
51
+gem "concurrent-ruby", "1.3.4"
Gemfile.lock
@@ -90,7 +90,7 @@ GEM
90
xpath (~> 3.2)
91
code-scanning-rubocop (0.6.1)
92
rubocop (~> 1.0)
93
- concurrent-ruby (1.3.5)
+ concurrent-ruby (1.3.4)
94
crass (1.0.6)
95
date (3.4.1)
96
debug (1.10.0)
@@ -345,6 +345,7 @@ DEPENDENCIES
345
bullet
346
capybara
347
code-scanning-rubocop
348
+ concurrent-ruby (= 1.3.4)
349
debug
350
factory_bot_rails
351
faker
0 commit comments