Skip to content

Commit

Permalink
Adds Rails 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukhtoiarov Artem committed Jan 24, 2025
1 parent 72504fe commit 371dc75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
rails: 7.1.3
- ruby: 3.2
rails: 7.2.1
- ruby: 3.2
rails: 8.0.1
clickhouse: [ '22.1', '24.6' ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion clickhouse-activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'bundler', '>= 1.13.4'
spec.add_runtime_dependency 'activerecord', '~> 7.1'
spec.add_runtime_dependency 'activerecord', '>= 7.1', '< 9.0'

spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.4'
Expand Down

0 comments on commit 371dc75

Please sign in to comment.