Skip to content

Commit

Permalink
Change version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antlu committed Feb 7, 2023
1 parent 812082d commit d4755e7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 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.2)
uffizzi_core (2.1.3)
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.705.0)
aws-partitions (1.706.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand Down
4 changes: 2 additions & 2 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.2)
uffizzi_core (2.1.3)
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.705.0)
aws-partitions (1.706.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.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.2'
VERSION = '2.1.3'
end
6 changes: 3 additions & 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_07_061251) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down Expand Up @@ -331,13 +331,13 @@
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"
t.integer "delete_preview_after"
t.string "tag_pattern_deprecated"
t.boolean "deploy_preview_when_pull_request_is_opened"
t.boolean "delete_preview_when_pull_request_is_closed"
t.index ["project_id"], name: "index_repos_on_project_id"
end

Expand Down
6 changes: 3 additions & 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_07_061703) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down Expand Up @@ -331,13 +331,13 @@
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"
t.integer "delete_preview_after"
t.string "tag_pattern_deprecated"
t.boolean "deploy_preview_when_pull_request_is_opened"
t.boolean "delete_preview_when_pull_request_is_closed"
t.index ["project_id"], name: "index_repos_on_project_id"
end

Expand Down

0 comments on commit d4755e7

Please sign in to comment.