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 4183e7c commit 10cafd9Copy full SHA for 10cafd9
gemfiles/rails_6_1.gemfile
@@ -2,5 +2,5 @@ source "https://rubygems.org"
2
3
gem "rails", "~> 6.1.0"
4
gem "sqlite3", "~> 1.4"
5
-
+gem "concurrent-ruby", "< 1.3.5"
6
gemspec path: '../'
gemfiles/rails_7_0.gemfile
@@ -2,5 +2,6 @@ source "https://rubygems.org"
gem "rails", "~> 7.0.0"
7
0 commit comments