Skip to content

Commit

Permalink
feat: bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
williamthom-as committed Mar 2, 2024
1 parent 9bea6c4 commit 824a3fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
ruby: ['3.1.4']
ruby: ['3.2.1']

steps:
- uses: actions/checkout@v2
Expand Down
9 changes: 3 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cure (0.3.0)
cure (0.4.0)
artii (~> 2.1.2)
faker (~> 3.2.2)
rcsv (~> 0.3.1)
Expand All @@ -14,15 +14,14 @@ GEM
specs:
artii (2.1.2)
ast (2.4.2)
bigdecimal (3.1.4)
bigdecimal (3.1.5)
concurrent-ruby (1.2.2)
diff-lcs (1.4.4)
docile (1.4.0)
faker (3.2.2)
i18n (>= 1.8.11, < 2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.5)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -67,9 +66,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sqlite3 (1.6.8)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.8-x86_64-linux)
sqlite3 (1.6.9-x86_64-linux)
standard (1.4.0)
rubocop (= 1.22.3)
rubocop-performance (= 1.11.5)
Expand Down

0 comments on commit 824a3fa

Please sign in to comment.