Skip to content

Commit 1bffc5d

Browse files
chore(deps): update all non-major dependencies
1 parent 23f1e66 commit 1bffc5d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 20
1919

2020
steps:
21-
- uses: styfle/cancel-workflow-action@0.12.1
21+
- uses: styfle/cancel-workflow-action@0.13.1
2222
with:
2323
workflow_id: build-docker.yml
2424
access_token: ${{ github.token }}

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.5
1+
3.4.9

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ gemspec
55
group :development, :test do
66
gem 'rake', '~> 13.3.0'
77
gem 'pry-byebug'
8-
gem 'rubocop', '~> 1.79.0'
8+
gem 'rubocop', '~> 1.86.0'
99
end

0 commit comments

Comments
 (0)