Skip to content

Commit

Permalink
specify concurrent version for CI failure in Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
a5-stable committed Feb 12, 2025
1 parent e8e0bb1 commit 4f1593c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/gemfile_60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: "../"
1 change: 1 addition & 0 deletions gemfiles/gemfile_61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: "../"
1 change: 1 addition & 0 deletions gemfiles/gemfile_70.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: "../"
1 change: 1 addition & 0 deletions gemfiles/gemfile_71.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: "../"

0 comments on commit 4f1593c

Please sign in to comment.