Skip to content

Commit

Permalink
Bump rails (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Apr 17, 2024
1 parent 87fc7ea commit 476c1a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ jobs:
- ruby: ruby:2.7
- ruby: ruby:3.0
- ruby: ruby:3.1
rails: 6.0.5
- ruby: ruby:3.1
rails: 6.1.6
rails: 6.1.7
- ruby: ruby:3.1
rails: 7.0.3
rails: 7.0.8
- ruby: ruby:3.3
rails: 7.1.2
rails: 7.1.3.2
coverage: coverage
env:
RAILS_VERSION: ${{ matrix.rails == '' && '6.1.6' || matrix.rails }}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in rspec-openapi.gemspec
gemspec

gem 'rails', ENV['RAILS_VERSION'] || '6.0.3.7'
gem 'rails', ENV['RAILS_VERSION'] || '6.0.6.1'

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0.0')
gem 'hanami', ENV['HANAMI_VERSION'] || '2.1.0'
Expand Down

0 comments on commit 476c1a9

Please sign in to comment.