Skip to content

Commit 1129302

Browse files
committed
Update ruby version in CI
1 parent 5e67ad6 commit 1129302

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false # I understand this is to run on all versions.
99
matrix:
10-
ruby: ['3.0.4']
10+
ruby: ['3.3.5']
1111

1212
runs-on: ubuntu-latest
1313

@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false # I understand this is to run on all versions.
2727
matrix:
28-
ruby: ['3.0.4']
28+
ruby: ['3.3.5']
2929

3030
runs-on: ubuntu-latest
3131

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
br_danfe (1.2.3)
4+
br_danfe (1.2.4)
55
barby (= 0.6.9)
66
br_documents (>= 0.1.3)
77
i18n (>= 0.8.6)

lib/br_danfe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BrDanfe
2-
VERSION = '1.2.3'.freeze
2+
VERSION = '1.2.4'.freeze
33
end

0 commit comments

Comments
 (0)