Skip to content

Commit 71edec6

Browse files
committed
Fix tests
1 parent 5ac412a commit 71edec6

7 files changed

+8
-2
lines changed

gemfiles/.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_RETRY: "1"

gemfiles/rails_7_0_propshaft.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ group :test do
1818
gem "capybara"
1919
gem "selenium-webdriver"
2020
gem "webdrivers"
21+
gem "concurrent-ruby", "1.3.4"
2122
end
2223

2324
gemspec path: "../"

gemfiles/rails_7_0_propshaft.gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ DEPENDENCIES
219219
appraisal
220220
byebug
221221
capybara
222+
concurrent-ruby (= 1.3.4)
222223
importmap-rails!
223224
propshaft
224225
rails (~> 7.0.0)

gemfiles/rails_7_0_sprockets.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ group :test do
1818
gem "capybara"
1919
gem "selenium-webdriver"
2020
gem "webdrivers"
21+
gem "concurrent-ruby", "1.3.4"
2122
end
2223

2324
gemspec path: "../"

gemfiles/rails_7_0_sprockets.gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ DEPENDENCIES
221221
appraisal
222222
byebug
223223
capybara
224+
concurrent-ruby (= 1.3.4)
224225
importmap-rails!
225226
rails (~> 7.0.0)
226227
rexml

gemfiles/rails_main_propshaft.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
6-
gem "sqlite3"
6+
gem "sqlite3", "~> 1.4"
77
gem "propshaft"
88

99
group :development do

gemfiles/rails_main_sprockets.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
6-
gem "sqlite3"
6+
gem "sqlite3", "~> 1.4"
77
gem "sprockets-rails"
88

99
group :development do

0 commit comments

Comments
 (0)