Merge pull request #694 from a5-stable/specify-concurrent-version

Specify the version of concurrent-ruby due to CI failure
This commit is contained in:
Keenan Brock 2025-02-12 11:10:41 -05:00 committed by GitHub
commit 2f6e6a635b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

@ -7,5 +7,6 @@ gem "activerecord", "~> 6.0.6"
gem "mysql2"
gem "pg"
gem "sqlite3", "~> 1.6.9"
gem "concurrent-ruby", "< 1.3.5"
gemspec path: "../"

View File

@ -7,5 +7,6 @@ gem "activerecord", "~> 6.1.7"
gem "mysql2"
gem "pg"
gem "sqlite3", "~> 1.6.9"
gem "concurrent-ruby", "< 1.3.5"
gemspec path: "../"

View File

@ -7,5 +7,6 @@ gem "activerecord", "~> 7.0.8"
gem "mysql2"
gem "pg"
gem "sqlite3", "< 2.0"
gem "concurrent-ruby", "< 1.3.5"
gemspec path: "../"

View File

@ -7,5 +7,6 @@ gem "activerecord", "~> 7.1.3"
gem "mysql2"
gem "pg"
gem "sqlite3", "< 2.0"
gem "concurrent-ruby", "< 1.3.5"
gemspec path: "../"