Skip to content

Commit

Permalink
Change version to 2.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Stepanov committed Jan 26, 2023
1 parent 4010c5d commit 44d1c9b
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.0.24)
uffizzi_core (2.0.25)
aasm
actionpack (~> 6.1.0)
active_model_serializers
Expand Down Expand Up @@ -109,8 +109,8 @@ GEM
ast (2.4.2)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
aws-partitions (1.697.0)
aws-sdk-core (3.169.0)
aws-partitions (1.700.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -247,7 +247,7 @@ GEM
mini_portile2 (2.8.0)
minitest (5.15.0)
msgpack (1.4.5)
multipart-post (2.2.3)
multipart-post (2.3.0)
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
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.0.24)
uffizzi_core (2.0.25)
aasm
actionpack (~> 6.1.0)
active_model_serializers
Expand Down Expand Up @@ -108,8 +108,8 @@ GEM
activerecord (>= 5.2.6)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
aws-partitions (1.697.0)
aws-sdk-core (3.169.0)
aws-partitions (1.700.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -220,7 +220,7 @@ GEM
faraday (>= 0.9.0)
faraday_middleware (1.2.0)
faraday (~> 1.0)
globalid (1.0.1)
globalid (1.1.0)
activesupport (>= 5.0)
hash_diff (1.1.1)
hashdiff (1.0.1)
Expand Down Expand Up @@ -262,7 +262,7 @@ GEM
minitest
power_assert (>= 1.1)
mocha (1.13.0)
multipart-post (2.2.3)
multipart-post (2.3.0)
net-imap (0.3.4)
date
net-protocol
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.0.24'
VERSION = '2.0.25'
end

0 comments on commit 44d1c9b

Please sign in to comment.