Skip to content

Commit

Permalink
Change version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zipofar committed Jul 11, 2023
1 parent d585f29 commit 90f7158
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: core
specs:
uffizzi_core (2.2.2)
uffizzi_core (2.2.3)
aasm
actionpack (~> 6.1.0)
active_model_serializers
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
ast (2.4.2)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
aws-partitions (1.784.0)
aws-partitions (1.785.0)
aws-sdk-core (3.177.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
dry-core (~> 0.5, >= 0.5)
dry-initializer (~> 3.0)
dry-schema (~> 1.9, >= 1.9.1)
enumerize (2.6.1)
enumerize (2.7.0)
activesupport (>= 3.2)
erubi (1.10.0)
faraday (1.10.3)
Expand Down Expand Up @@ -264,7 +264,7 @@ GEM
ast (~> 2.4.1)
parslet (2.0.0)
pg (1.3.4)
public_suffix (5.0.1)
public_suffix (5.0.3)
puma (4.3.11)
nio4r (~> 2.0)
pundit (2.3.0)
Expand Down
6 changes: 3 additions & 3 deletions core/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uffizzi_core (2.2.2)
uffizzi_core (2.2.3)
aasm
actionpack (~> 6.1.0)
active_model_serializers
Expand Down Expand Up @@ -109,7 +109,7 @@ GEM
activerecord (>= 5.2.6)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
aws-partitions (1.784.0)
aws-partitions (1.785.0)
aws-sdk-core (3.177.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -188,7 +188,7 @@ GEM
dry-core (~> 0.5, >= 0.5)
dry-initializer (~> 3.0)
dry-schema (~> 1.9, >= 1.9.1)
enumerize (2.6.1)
enumerize (2.7.0)
activesupport (>= 3.2)
erubi (1.12.0)
factory_bot (6.2.0)
Expand Down
2 changes: 1 addition & 1 deletion core/lib/uffizzi_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module UffizziCore
VERSION = '2.2.2'
VERSION = '2.2.3'
end

0 comments on commit 90f7158

Please sign in to comment.