We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e67ad6 commit 1129302Copy full SHA for 1129302
.github/workflows/config.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false # I understand this is to run on all versions.
9
matrix:
10
- ruby: ['3.0.4']
+ ruby: ['3.3.5']
11
12
runs-on: ubuntu-latest
13
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- br_danfe (1.2.3)
+ br_danfe (1.2.4)
5
barby (= 0.6.9)
6
br_documents (>= 0.1.3)
i18n (>= 0.8.6)
lib/br_danfe/version.rb
@@ -1,3 +1,3 @@
module BrDanfe
- VERSION = '1.2.3'.freeze
+ VERSION = '1.2.4'.freeze
end
0 commit comments