Skip to content

Commit 2f6e6a6

Browse files
authored
Merge pull request #694 from a5-stable/specify-concurrent-version
Specify the version of concurrent-ruby due to CI failure
2 parents e8e0bb1 + 4f1593c commit 2f6e6a6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

gemfiles/gemfile_60.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ gem "activerecord", "~> 6.0.6"
77
gem "mysql2"
88
gem "pg"
99
gem "sqlite3", "~> 1.6.9"
10+
gem "concurrent-ruby", "< 1.3.5"
1011

1112
gemspec path: "../"

gemfiles/gemfile_61.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ gem "activerecord", "~> 6.1.7"
77
gem "mysql2"
88
gem "pg"
99
gem "sqlite3", "~> 1.6.9"
10+
gem "concurrent-ruby", "< 1.3.5"
1011

1112
gemspec path: "../"

gemfiles/gemfile_70.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ gem "activerecord", "~> 7.0.8"
77
gem "mysql2"
88
gem "pg"
99
gem "sqlite3", "< 2.0"
10+
gem "concurrent-ruby", "< 1.3.5"
1011

1112
gemspec path: "../"

gemfiles/gemfile_71.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ gem "activerecord", "~> 7.1.3"
77
gem "mysql2"
88
gem "pg"
99
gem "sqlite3", "< 2.0"
10+
gem "concurrent-ruby", "< 1.3.5"
1011

1112
gemspec path: "../"

0 commit comments

Comments
 (0)