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 9bd6ad4 commit e2bb932Copy full SHA for e2bb932
test/installer_test.rb
@@ -58,6 +58,7 @@ def with_new_rails_app
58
gemfile = File.read("Gemfile")
59
gemfile.gsub!(/^gem "importmap-rails".*/, "")
60
gemfile << %(gem "importmap-rails", path: #{File.expand_path("..", __dir__).inspect}\n)
61
+ gemfile << %(gem "concurrent-ruby", "1.3.4"\n) # Needed for rails < 7.1
62
if Rails::VERSION::PRE == "alpha"
63
gemfile.gsub!(/^gem "rails".*/, "")
64
gemfile << %(gem "rails", path: #{Gem.loaded_specs["rails"].full_gem_path.inspect}\n)
0 commit comments