Skip to content

Commit

Permalink
Test against Ruby 3.4.
Browse files Browse the repository at this point in the history
## Ruby 3.4 is out
### 1. concurrent-ruby 1.3.5 don't work on Rails 7.0

> NameError:
>  uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger

See: ruby-concurrency/concurrent-ruby#1062
  • Loading branch information
naitoh committed Jan 17, 2025
1 parent f76ff57 commit 09dbbbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- head
gemfile:
- gemfiles/rails_7.0.gemfile
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased

- [#PR ID] Add your changelog entry here.
- [#219] Test against Ruby 3.4.
- [#216] Test against Rails 7.1, 7.2, 8.0.

## v1.8.10 (2024-11-29)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ source 'https://rubygems.org'
gem 'rails', '~> 7.0.0'
gem 'rails-controller-testing'
gem 'sqlite3', '~> 1.4', platform: %i[ruby mswin mingw x64_mingw]
gem "concurrent-ruby", "1.3.4"

gemspec path: '../'

0 comments on commit 09dbbbb

Please sign in to comment.