Skip to content

Commit 10cafd9

Browse files
committed
Fix broken ci in Rails 6.1 and 7.0 due to concurrent-ruby
ref: [Remove dependency on logger by eregon · Pull Request #1062 · ruby-concurrency/concurrent-ruby](ruby-concurrency/concurrent-ruby#1062)
1 parent 4183e7c commit 10cafd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gemfiles/rails_6_1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source "https://rubygems.org"
22

33
gem "rails", "~> 6.1.0"
44
gem "sqlite3", "~> 1.4"
5-
5+
gem "concurrent-ruby", "< 1.3.5"
66
gemspec path: '../'

gemfiles/rails_7_0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ source "https://rubygems.org"
22

33
gem "rails", "~> 7.0.0"
44
gem "sqlite3", "~> 1.4"
5+
gem "concurrent-ruby", "< 1.3.5"
56

67
gemspec path: '../'

0 commit comments

Comments
 (0)