Skip to content

Commit

Permalink
concurrent-ruby v1.3.5 has removed the dependency on logger
Browse files Browse the repository at this point in the history
  • Loading branch information
zogoo committed Jan 20, 2025
1 parent 2b89ca7 commit 0eea9d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "rails", "~> 5.2.4"
gem "activeresource", "~> 5.1.0"
gem 'concurrent-ruby', '1.3.4'

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "rails", "~> 6.1.0"
gem "activeresource", "~> 5.1.0"
gem 'concurrent-ruby', '1.3.4'

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "rails", "~> 7.0.0"
gem "activeresource", "~> 6.0.0"
gem 'concurrent-ruby', '1.3.4'

gemspec path: "../"

0 comments on commit 0eea9d5

Please sign in to comment.