We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6676650 commit 840fcfaCopy full SHA for 840fcfa
.github/workflows/ci.yml
@@ -26,15 +26,11 @@ jobs:
26
ruby: 2.6
27
- rails: "6.0"
28
ruby: 2.7
29
- - rails: "6.0"
30
- ruby: 3.1
31
32
ruby: jruby
33
34
- rails: "6.1"
35
ruby: "2.7"
36
- - rails: "6.1"
37
38
39
40
lib/rails_semantic_logger/version.rb
@@ -1,3 +1,3 @@
1
module RailsSemanticLogger
2
- VERSION = "4.9.0".freeze
+ VERSION = "4.10.0".freeze
3
end
0 commit comments