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 af20566 commit 314fc3bCopy full SHA for 314fc3b
Gemfile
@@ -6,6 +6,7 @@ source "https://rubygems.org"
6
RAILS_VERSION = ENV.fetch("RAILS_VERSION", "6.0.0")
7
8
gem "rails", "~> #{RAILS_VERSION}"
9
+gem "concurrent-ruby", "1.3.4"
10
if RAILS_VERSION.start_with?("6")
11
gem "sqlite3", "~> 1.4"
12
end
0 commit comments