Skip to content

Commit f9d596b

Browse files
Add concurrent-ruby to Rails 7.0 Gemfile to fix CI
1 parent eb465e7 commit f9d596b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gemfiles/rails_7.0.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ gem "sqlite3", "~> 1.4", platform: :ruby
1111
gem "sequel"
1212
gem "evt"
1313
gem "async"
14+
gem "concurrent-ruby", "1.3.4"
1415

1516
gemspec path: "../"

0 commit comments

Comments
 (0)