File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source 'https://rubygems.org'
55# Specify your gem's dependencies in rspec-openapi.gemspec
66gemspec
77
8- gem 'rails' , ENV [ 'RAILS_VERSION' ] || '6.0.3.7 '
8+ gem 'rails' , ENV [ 'RAILS_VERSION' ] || '6.0.6.1 '
99
1010if Gem ::Version . new ( RUBY_VERSION ) >= Gem ::Version . new ( '3.0.0' )
1111 gem 'hanami' , ENV [ 'HANAMI_VERSION' ] || '2.1.0'
You can’t perform that action at this time.
0 commit comments