We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f0898 commit 40e7502Copy full SHA for 40e7502
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- uffizzi-cli (2.4.16)
+ uffizzi-cli (2.4.17)
5
activesupport
6
awesome_print
7
faker (< 3.0)
@@ -64,7 +64,7 @@ GEM
64
racc (~> 1.4)
65
nokogiri (1.15.5-x86_64-linux)
66
67
- open3 (0.1.1)
+ open3 (0.2.1)
68
parallel (1.21.0)
69
parser (3.0.2.0)
70
ast (~> 2.4.1)
@@ -107,7 +107,7 @@ GEM
107
rubocop (~> 1.0)
108
ruby-progressbar (1.11.0)
109
securerandom (0.3.2)
110
- sentry-ruby (5.22.4)
+ sentry-ruby (5.23.0)
111
bigdecimal
112
concurrent-ruby (~> 1.0, >= 1.0.2)
113
thor (1.3.2)
lib/uffizzi/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Uffizzi
- VERSION = '2.4.16'
+ VERSION = '2.4.17'
end
0 commit comments