Skip to content

Commit

Permalink
Change version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antlu committed Feb 6, 2023
1 parent 4cc07f0 commit 160b0ab
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 22 deletions.
14 changes: 7 additions & 7 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.1)
uffizzi_core (2.1.2)
aasm
actionpack (~> 6.1.0)
active_model_serializers
Expand Down Expand Up @@ -36,7 +36,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
aasm (5.4.0)
aasm (5.5.0)
concurrent-ruby (~> 1.0)
actioncable (6.1.5)
actionpack (= 6.1.5)
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.703.0)
aws-partitions (1.705.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -305,11 +305,11 @@ GEM
i18n
redis (4.6.0)
regexp_parser (2.2.1)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rolify (6.0.0)
rolify (6.0.1)
rswag-api (2.8.0)
railties (>= 3.1, < 7.1)
rswag-ui (2.8.0)
Expand Down
16 changes: 8 additions & 8 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.1)
uffizzi_core (2.1.2)
aasm
actionpack (~> 6.1.0)
active_model_serializers
Expand Down Expand Up @@ -36,7 +36,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
aasm (5.4.0)
aasm (5.5.0)
concurrent-ruby (~> 1.0)
actioncable (6.1.4.6)
actionpack (= 6.1.4.6)
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.703.0)
aws-partitions (1.705.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -247,7 +247,7 @@ GEM
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.0.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
Expand Down Expand Up @@ -333,11 +333,11 @@ GEM
activesupport (>= 6.0.4)
i18n
redis (4.8.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rolify (6.0.0)
rolify (6.0.1)
rswag-api (2.8.0)
railties (>= 3.1, < 7.1)
rswag-ui (2.8.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.1.1'
VERSION = '2.1.2'
end
4 changes: 1 addition & 3 deletions core/test/dummy/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2022_09_27_113647) do
ActiveRecord::Schema.define(version: 2023_02_03_071725) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down Expand Up @@ -331,8 +331,6 @@
t.string "dockerfile_path"
t.jsonb "args"
t.string "dockerfile_context_path"
t.boolean "deploy_preview_when_pull_request_is_opened"
t.boolean "delete_preview_when_pull_request_is_closed"
t.boolean "deploy_preview_when_image_tag_is_created"
t.boolean "delete_preview_when_image_tag_is_updated"
t.boolean "share_to_github"
Expand Down
4 changes: 1 addition & 3 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2022_09_27_113647) do
ActiveRecord::Schema.define(version: 2023_02_03_134111) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down Expand Up @@ -331,8 +331,6 @@
t.string "dockerfile_path"
t.jsonb "args"
t.string "dockerfile_context_path"
t.boolean "deploy_preview_when_pull_request_is_opened"
t.boolean "delete_preview_when_pull_request_is_closed"
t.boolean "deploy_preview_when_image_tag_is_created"
t.boolean "delete_preview_when_image_tag_is_updated"
t.boolean "share_to_github"
Expand Down

0 comments on commit 160b0ab

Please sign in to comment.