Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
activesupport: ['7.1', '7.2', '8.0', '8.1']
json_schemer: ['2.1', '2.2', '2.3', '2.4', '2.5']
ruby: ['3.2', '3.3', '3.4']
ruby: ['3.2', '3.3', '3.4', '4.0']
env:
ACTIVESUPPORT: '${{ matrix.activesupport }}'
COVERAGE: 'true'
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
ruby-version: 4.0
bundler-cache: true
cache-version: '7.1'
- name: Rubocop
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.7
4.0.0
2 changes: 1 addition & 1 deletion openapi_contracts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/mkon/openapi_contracts'
s.summary = 'Openapi schemas as API contracts'
s.license = 'MIT'
s.required_ruby_version = '>= 3.2', '< 3.5'
s.required_ruby_version = '>= 3.2', '< 4.1'

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

Expand Down