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 395874d commit 83098b0Copy full SHA for 83098b0
2 files changed
Gemfile
@@ -27,3 +27,7 @@ end
27
# Use a local Gemfile to include development dependencies that might not be
28
# relevant for the project or for other contributors, e.g.: `gem 'pry-debug'`.
29
eval_gemfile 'Gemfile-local' if File.exist? 'Gemfile-local'
30
+
31
+if rails_version == "~> 7.0"
32
+ gem 'concurrent-ruby', '< 1.3.5'
33
+end
lib/solidus_dev_support/templates/extension/Gemfile.tt
@@ -29,6 +29,10 @@ else
gem 'sqlite3', '~> 1.4'
end
+if rails_version == '~> 7.0'
34
35
36
# While we still support Ruby < 3 we need to workaround a limitation in
37
# the 'async' gem that relies on the latest ruby, since RubyGems doesn't
38
# resolve gems based on the required ruby version.
0 commit comments