Skip to content

Commit e2bb932

Browse files
committed
Fix tests
1 parent 9bd6ad4 commit e2bb932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/installer_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def with_new_rails_app
5858
gemfile = File.read("Gemfile")
5959
gemfile.gsub!(/^gem "importmap-rails".*/, "")
6060
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
6162
if Rails::VERSION::PRE == "alpha"
6263
gemfile.gsub!(/^gem "rails".*/, "")
6364
gemfile << %(gem "rails", path: #{Gem.loaded_specs["rails"].full_gem_path.inspect}\n)

0 commit comments

Comments
 (0)