diff --git a/Gemfile.lock b/Gemfile.lock index 489774d9..250a1e57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uffizzi-cli (2.2.0) + uffizzi-cli (2.2.1) activesupport awesome_print faker @@ -100,9 +100,9 @@ GEM rubocop (~> 1.0) ruby-progressbar (1.11.0) securerandom (0.2.2) - sentry-ruby (5.11.0) + sentry-ruby (5.12.0) concurrent-ruby (~> 1.0, >= 1.0.2) - thor (1.2.2) + thor (1.3.0) tty-color (0.6.0) tty-cursor (0.7.1) tty-prompt (0.23.1) diff --git a/lib/uffizzi/version.rb b/lib/uffizzi/version.rb index c5511bab..f15b67b9 100644 --- a/lib/uffizzi/version.rb +++ b/lib/uffizzi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Uffizzi - VERSION = '2.2.0' + VERSION = '2.2.1' end