Skip to content

Commit

Permalink
Pin standardrb and update styles (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwestendorf authored Sep 13, 2024
1 parent f3440c2 commit f53faa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
matrix:
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
/spec/reports/
/tmp/

.DS_Store

# rspec failure tracking
.rspec_status

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gemspec

gem "rake"
gem "rspec"
gem "standard"
gem "standard", "1.40.0"

0 comments on commit f53faa6

Please sign in to comment.