We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5491eb0 commit af065a9Copy full SHA for af065a9
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- uffizzi-cli (2.4.10)
+ uffizzi-cli (2.4.11)
5
activesupport
6
awesome_print
7
faker
@@ -38,7 +38,7 @@ GEM
38
factory_bot (6.2.0)
39
activesupport (>= 5.0.0)
40
fakefs (1.8.0)
41
- faker (3.4.1)
+ faker (3.4.2)
42
i18n (>= 1.8.11, < 2)
43
hashdiff (1.0.1)
44
i18n (1.8.11)
@@ -103,7 +103,7 @@ GEM
103
rubocop (~> 1.0)
104
ruby-progressbar (1.11.0)
105
securerandom (0.3.1)
106
- sentry-ruby (5.18.0)
+ sentry-ruby (5.18.2)
107
bigdecimal
108
concurrent-ruby (~> 1.0, >= 1.0.2)
109
thor (1.3.1)
lib/uffizzi/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Uffizzi
- VERSION = '2.4.10'
+ VERSION = '2.4.11'
end
0 commit comments