Skip to content

Commit 1a40feb

Browse files
committed
Fix mistakes
1 parent 438d935 commit 1a40feb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gemfiles/rails_6.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)