Skip to content

Commit 476c1a9

Browse files
authored
Bump rails (#215)
1 parent 87fc7ea commit 476c1a9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ jobs:
1919
- ruby: ruby:2.7
2020
- ruby: ruby:3.0
2121
- ruby: ruby:3.1
22-
rails: 6.0.5
2322
- ruby: ruby:3.1
24-
rails: 6.1.6
23+
rails: 6.1.7
2524
- ruby: ruby:3.1
26-
rails: 7.0.3
25+
rails: 7.0.8
2726
- ruby: ruby:3.3
28-
rails: 7.1.2
27+
rails: 7.1.3.2
2928
coverage: coverage
3029
env:
3130
RAILS_VERSION: ${{ matrix.rails == '' && '6.1.6' || matrix.rails }}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
# Specify your gem's dependencies in rspec-openapi.gemspec
66
gemspec
77

8-
gem 'rails', ENV['RAILS_VERSION'] || '6.0.3.7'
8+
gem 'rails', ENV['RAILS_VERSION'] || '6.0.6.1'
99

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

0 commit comments

Comments
 (0)