File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 ruby-version : ['2.7', '3.1', '3.2']
23- gemfile : [ rails_6.1, rails_7.0, rails7 .1 ]
23+ gemfile : [ rails_6.1, rails_7.0, rails_7 .1 ]
2424 env :
2525 BUNDLE_GEMFILE : ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2626 steps :
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ Ensure to update `lib/rpi_auth/version.rb` when publishing a new version.
262262### Testing
263263
264264``` bash
265- $ bundle exec --gemfile gemfiles/rails_7.0.gemfile rspec
265+ $ bundle exec rspec
266266```
267267
268268#### Testing with different versions of Rails
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ DEPENDENCIES
312312 listen
313313 pry-byebug
314314 puma
315- rails (~> 6.1)
315+ rails (~> 6.1.0 )
316316 rpi_auth!
317317 rspec-rails
318318 rspec_junit_formatter
You can’t perform that action at this time.
0 commit comments