Skip to content

Commit a8043ba

Browse files
authored
Lock version of concurrent-ruby to avoid issue with rails 7.0 (joshwlewis#60)
1 parent dfd14bb commit a8043ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/ci/rails70.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ gemspec path: '../..'
44

55
gem 'sqlite3', '< 2.0'
66

7+
gem 'concurrent-ruby', '1.3.4' # required because of https://github.com/rails/rails/issues/54260
8+
79
gem 'simplecov', require: false
810
gem 'simplecov-lcov', require: false
911

0 commit comments

Comments
 (0)