Skip to content

Commit 314fc3b

Browse files
committed
concurrent-ruby v1.3.5 removed the dependency on logger
1 parent af20566 commit 314fc3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ source "https://rubygems.org"
66
RAILS_VERSION = ENV.fetch("RAILS_VERSION", "6.0.0")
77

88
gem "rails", "~> #{RAILS_VERSION}"
9+
gem "concurrent-ruby", "1.3.4"
910
if RAILS_VERSION.start_with?("6")
1011
gem "sqlite3", "~> 1.4"
1112
end

0 commit comments

Comments
 (0)