Skip to content

Commit af065a9

Browse files
Change version to 2.4.11
1 parent 5491eb0 commit af065a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
uffizzi-cli (2.4.10)
4+
uffizzi-cli (2.4.11)
55
activesupport
66
awesome_print
77
faker
@@ -38,7 +38,7 @@ GEM
3838
factory_bot (6.2.0)
3939
activesupport (>= 5.0.0)
4040
fakefs (1.8.0)
41-
faker (3.4.1)
41+
faker (3.4.2)
4242
i18n (>= 1.8.11, < 2)
4343
hashdiff (1.0.1)
4444
i18n (1.8.11)
@@ -103,7 +103,7 @@ GEM
103103
rubocop (~> 1.0)
104104
ruby-progressbar (1.11.0)
105105
securerandom (0.3.1)
106-
sentry-ruby (5.18.0)
106+
sentry-ruby (5.18.2)
107107
bigdecimal
108108
concurrent-ruby (~> 1.0, >= 1.0.2)
109109
thor (1.3.1)

lib/uffizzi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Uffizzi
4-
VERSION = '2.4.10'
4+
VERSION = '2.4.11'
55
end

0 commit comments

Comments
 (0)