diff --git a/Gemfile.lock b/Gemfile.lock index 702e1d86..578f1b15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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) @@ -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) @@ -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) diff --git a/core/Gemfile.lock b/core/Gemfile.lock index 27913b34..39b77e3b 100644 --- a/core/Gemfile.lock +++ b/core/Gemfile.lock @@ -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 @@ -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) @@ -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) @@ -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 @@ -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) diff --git a/core/lib/uffizzi_core/version.rb b/core/lib/uffizzi_core/version.rb index fbf21c3e..e863d5fb 100644 --- a/core/lib/uffizzi_core/version.rb +++ b/core/lib/uffizzi_core/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module UffizziCore - VERSION = '2.1.1' + VERSION = '2.1.2' end diff --git a/core/test/dummy/db/schema.rb b/core/test/dummy/db/schema.rb index ec327906..5578a528 100644 --- a/core/test/dummy/db/schema.rb +++ b/core/test/dummy/db/schema.rb @@ -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" @@ -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" diff --git a/db/schema.rb b/db/schema.rb index ec327906..0e8afc89 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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" @@ -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"