Skip to content

Commit

Permalink
feat: Add activesupport 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bilby91 committed Nov 9, 2024
1 parent d2608ad commit 9030502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
activesupport: ['6.1', '7.0', '7.1', '7.2']
activesupport: ['6.1', '7.0', '7.1', '7.2', '8.0']
json_schemer: ['2.0', '2.1', '2.2', '2.3']
ruby: ['3.1', '3.2', '3.3']
env:
Expand Down
2 changes: 1 addition & 1 deletion openapi_contracts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.files = Dir['lib/**/*', 'README.md']

s.add_dependency 'activesupport', '>= 6.1', '< 8'
s.add_dependency 'activesupport', '>= 6.1', '< 8.1'
s.add_dependency 'json_schemer', '>= 2', '< 2.4'
s.add_dependency 'openapi_parameters', '>= 0.3.3', '< 0.4'
s.add_dependency 'rack', '>= 2.0.0'
Expand Down

0 comments on commit 9030502

Please sign in to comment.