Skip to content

Commit

Permalink
Change version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny committed Feb 2, 2023
1 parent 49921a3 commit b7e9ab6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.1.0)
uffizzi_core (2.1.1)
aasm
actionpack (~> 6.1.0)
active_model_serializers
Expand Down Expand Up @@ -109,7 +109,7 @@ GEM
ast (2.4.2)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
aws-partitions (1.701.0)
aws-partitions (1.703.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand All @@ -121,7 +121,7 @@ GEM
aws-sdk-eventbridge (1.42.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.74.0)
aws-sdk-iam (1.75.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.5.2)
Expand Down Expand Up @@ -223,7 +223,7 @@ GEM
ice_nine (0.11.2)
jmespath (1.6.2)
jsonapi-renderer (0.2.2)
jwt (2.6.0)
jwt (2.7.0)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down
10 changes: 5 additions & 5 deletions core/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uffizzi_core (2.1.0)
uffizzi_core (2.1.1)
aasm
actionpack (~> 6.1.0)
active_model_serializers
Expand Down Expand Up @@ -108,7 +108,7 @@ GEM
activerecord (>= 5.2.6)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
aws-partitions (1.701.0)
aws-partitions (1.703.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand All @@ -120,7 +120,7 @@ GEM
aws-sdk-eventbridge (1.42.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.74.0)
aws-sdk-iam (1.75.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.5.2)
Expand Down Expand Up @@ -231,7 +231,7 @@ GEM
iri (0.5.1)
jmespath (1.6.2)
jsonapi-renderer (0.2.2)
jwt (2.6.0)
jwt (2.7.0)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -273,7 +273,7 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.0-x86_64-linux)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
octokit (6.0.1)
faraday (>= 1, < 3)
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.1.0'
VERSION = '2.1.1'
end

0 comments on commit b7e9ab6

Please sign in to comment.