Skip to content

Commit

Permalink
Fix specs failing because of concurrent-ruby 1.3.5 not requiring logg…
Browse files Browse the repository at this point in the history
…er anymore
  • Loading branch information
yolk committed Jan 20, 2025
1 parent 91dee62 commit 5ced7fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/activemodel-5
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gem 'concurrent-ruby', '< 1.3.5' # https://github.com/rails/rails/pull/54264

gem 'activemodel', '~> 5.0'
gem 'rake'
gem 'rspec', '~> 3.0'
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/activemodel-6
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gem 'concurrent-ruby', '< 1.3.5' # https://github.com/rails/rails/pull/54264

gem 'activemodel', '~> 6.0'
gem 'rake'
gem 'rspec', '~> 3.0'
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/activemodel-7
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gem 'concurrent-ruby', '< 1.3.5' # https://github.com/rails/rails/pull/54264

gem 'activemodel', '~> 7.0'
gem 'rake'
gem 'rspec', '~> 3.0'
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/activemodel-8
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gem 'concurrent-ruby', '< 1.3.5' # https://github.com/rails/rails/pull/54264

gem 'activemodel', '~> 8.0'
gem 'rake'
gem 'rspec', '~> 3.13'
Expand Down

0 comments on commit 5ced7fc

Please sign in to comment.