Skip to content

Commit 40e7502

Browse files
Change version to 2.4.17
1 parent 11f0898 commit 40e7502

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.16)
4+
uffizzi-cli (2.4.17)
55
activesupport
66
awesome_print
77
faker (< 3.0)
@@ -64,7 +64,7 @@ GEM
6464
racc (~> 1.4)
6565
nokogiri (1.15.5-x86_64-linux)
6666
racc (~> 1.4)
67-
open3 (0.1.1)
67+
open3 (0.2.1)
6868
parallel (1.21.0)
6969
parser (3.0.2.0)
7070
ast (~> 2.4.1)
@@ -107,7 +107,7 @@ GEM
107107
rubocop (~> 1.0)
108108
ruby-progressbar (1.11.0)
109109
securerandom (0.3.2)
110-
sentry-ruby (5.22.4)
110+
sentry-ruby (5.23.0)
111111
bigdecimal
112112
concurrent-ruby (~> 1.0, >= 1.0.2)
113113
thor (1.3.2)

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.16'
4+
VERSION = '2.4.17'
55
end

0 commit comments

Comments
 (0)