diff --git a/Gemfile.lock b/Gemfile.lock index 2013d62df..6fe6af235 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ PATH inline_svg meta-tags pagy (>= 7.0.0) - prop_initializer + prop_initializer (>= 0.2.0) turbo-rails (>= 2.0.0) turbo_power (>= 0.6.0) view_component (>= 3.7.0) @@ -449,7 +449,7 @@ GEM hashids (>= 1.0.0, < 2.0.0) rails (>= 6.0.0) prettier_print (1.2.1) - prop_initializer (0.1.0) + prop_initializer (0.2.0) zeitwerk (>= 2.6.18) psych (5.1.2) stringio diff --git a/avo.gemspec b/avo.gemspec index 8a7aa3416..e7d24f18a 100644 --- a/avo.gemspec +++ b/avo.gemspec @@ -47,5 +47,5 @@ Gem::Specification.new do |spec| spec.add_dependency "meta-tags" spec.add_dependency "docile" spec.add_dependency "inline_svg" - spec.add_dependency "prop_initializer" + spec.add_dependency "prop_initializer", ">= 0.2.0" end diff --git a/gemfiles/rails_6.1_ruby_3.1.4.gemfile b/gemfiles/rails_6.1_ruby_3.1.4.gemfile index 43ceee92f..570b31bae 100644 --- a/gemfiles/rails_6.1_ruby_3.1.4.gemfile +++ b/gemfiles/rails_6.1_ruby_3.1.4.gemfile @@ -45,7 +45,6 @@ gem "avo-money_field" gem "avo-record_link_field" gem "pagy", "> 8" gem "csv" -gem "prop_initializer", branch: "main", git: "https://github.com/avo-hq/prop_initializer.git" gem "psych", "< 4" group :development do diff --git a/gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock b/gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock index b17572465..d6e1fafc3 100644 --- a/gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock +++ b/gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock @@ -5,14 +5,6 @@ GIT acts-as-taggable-on (10.0.0) activerecord (>= 6.1, < 8) -GIT - remote: https://github.com/avo-hq/prop_initializer.git - revision: ec6808bc18b00ee53123497e885305d4d63da9de - branch: main - specs: - prop_initializer (0.1.0) - zeitwerk (>= 2.6.18) - PATH remote: ../pluggy specs: @@ -31,6 +23,7 @@ PATH inline_svg meta-tags pagy (>= 7.0.0) + prop_initializer (>= 0.2.0) turbo-rails (>= 2.0.0) turbo_power (>= 0.6.0) view_component (>= 3.7.0) @@ -412,6 +405,8 @@ GEM hashids (>= 1.0.0, < 2.0.0) rails (>= 6.0.0) prettier_print (1.2.1) + prop_initializer (0.2.0) + zeitwerk (>= 2.6.18) psych (3.3.4) public_suffix (6.0.1) puma (6.4.3) @@ -701,7 +696,6 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pluggy! prefixed_ids - prop_initializer! psych (< 4) puma (~> 6.4) rails (~> 6.1) diff --git a/gemfiles/rails_6.1_ruby_3.3.0.gemfile b/gemfiles/rails_6.1_ruby_3.3.0.gemfile index 43ceee92f..570b31bae 100644 --- a/gemfiles/rails_6.1_ruby_3.3.0.gemfile +++ b/gemfiles/rails_6.1_ruby_3.3.0.gemfile @@ -45,7 +45,6 @@ gem "avo-money_field" gem "avo-record_link_field" gem "pagy", "> 8" gem "csv" -gem "prop_initializer", branch: "main", git: "https://github.com/avo-hq/prop_initializer.git" gem "psych", "< 4" group :development do diff --git a/gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock b/gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock index e749c3268..7669fc016 100644 --- a/gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock +++ b/gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock @@ -5,14 +5,6 @@ GIT acts-as-taggable-on (10.0.0) activerecord (>= 6.1, < 8) -GIT - remote: https://github.com/avo-hq/prop_initializer.git - revision: ec6808bc18b00ee53123497e885305d4d63da9de - branch: main - specs: - prop_initializer (0.1.0) - zeitwerk (>= 2.6.18) - PATH remote: ../pluggy specs: @@ -31,6 +23,7 @@ PATH inline_svg meta-tags pagy (>= 7.0.0) + prop_initializer (>= 0.2.0) turbo-rails (>= 2.0.0) turbo_power (>= 0.6.0) view_component (>= 3.7.0) @@ -386,6 +379,8 @@ GEM hashids (>= 1.0.0, < 2.0.0) rails (>= 6.0.0) prettier_print (1.2.1) + prop_initializer (0.2.0) + zeitwerk (>= 2.6.18) psych (3.3.4) public_suffix (6.0.1) puma (6.4.3) @@ -674,7 +669,6 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pluggy! prefixed_ids - prop_initializer! psych (< 4) puma (~> 6.4) rails (~> 6.1) diff --git a/gemfiles/rails_7.1_ruby_3.1.4.gemfile b/gemfiles/rails_7.1_ruby_3.1.4.gemfile index 067d64387..759f8a33e 100644 --- a/gemfiles/rails_7.1_ruby_3.1.4.gemfile +++ b/gemfiles/rails_7.1_ruby_3.1.4.gemfile @@ -45,7 +45,6 @@ gem "avo-money_field" gem "avo-record_link_field" gem "pagy", "> 8" gem "csv" -gem "prop_initializer", branch: "main", git: "https://github.com/avo-hq/prop_initializer.git" gem "psych", "< 4" group :development do diff --git a/gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock b/gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock index 4011fe202..0933f41bc 100644 --- a/gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock +++ b/gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock @@ -5,14 +5,6 @@ GIT acts-as-taggable-on (10.0.0) activerecord (>= 6.1, < 8) -GIT - remote: https://github.com/avo-hq/prop_initializer.git - revision: ec6808bc18b00ee53123497e885305d4d63da9de - branch: main - specs: - prop_initializer (0.1.0) - zeitwerk (>= 2.6.18) - PATH remote: ../pluggy specs: @@ -31,6 +23,7 @@ PATH inline_svg meta-tags pagy (>= 7.0.0) + prop_initializer (>= 0.2.0) turbo-rails (>= 2.0.0) turbo_power (>= 0.6.0) view_component (>= 3.7.0) @@ -425,6 +418,8 @@ GEM hashids (>= 1.0.0, < 2.0.0) rails (>= 6.0.0) prettier_print (1.2.1) + prop_initializer (0.2.0) + zeitwerk (>= 2.6.18) psych (3.3.4) public_suffix (6.0.1) puma (6.4.3) @@ -722,7 +717,6 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pluggy! prefixed_ids - prop_initializer! psych (< 4) puma (~> 6.4) rails (~> 7.1) diff --git a/gemfiles/rails_7.1_ruby_3.3.0.gemfile b/gemfiles/rails_7.1_ruby_3.3.0.gemfile index 067d64387..759f8a33e 100644 --- a/gemfiles/rails_7.1_ruby_3.3.0.gemfile +++ b/gemfiles/rails_7.1_ruby_3.3.0.gemfile @@ -45,7 +45,6 @@ gem "avo-money_field" gem "avo-record_link_field" gem "pagy", "> 8" gem "csv" -gem "prop_initializer", branch: "main", git: "https://github.com/avo-hq/prop_initializer.git" gem "psych", "< 4" group :development do diff --git a/gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock b/gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock index 2679c9a12..22b17cfc7 100644 --- a/gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock +++ b/gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock @@ -5,14 +5,6 @@ GIT acts-as-taggable-on (10.0.0) activerecord (>= 6.1, < 8) -GIT - remote: https://github.com/avo-hq/prop_initializer.git - revision: ec6808bc18b00ee53123497e885305d4d63da9de - branch: main - specs: - prop_initializer (0.1.0) - zeitwerk (>= 2.6.18) - PATH remote: ../pluggy specs: @@ -31,6 +23,7 @@ PATH inline_svg meta-tags pagy (>= 7.0.0) + prop_initializer (>= 0.2.0) turbo-rails (>= 2.0.0) turbo_power (>= 0.6.0) view_component (>= 3.7.0) @@ -399,6 +392,8 @@ GEM hashids (>= 1.0.0, < 2.0.0) rails (>= 6.0.0) prettier_print (1.2.1) + prop_initializer (0.2.0) + zeitwerk (>= 2.6.18) psych (3.3.4) public_suffix (6.0.1) puma (6.4.3) @@ -695,7 +690,6 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pluggy! prefixed_ids - prop_initializer! psych (< 4) puma (~> 6.4) rails (~> 7.1) diff --git a/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile b/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile index e549b25d7..68b5b0698 100644 --- a/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile +++ b/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile @@ -45,7 +45,6 @@ gem "avo-money_field" gem "avo-record_link_field" gem "pagy", "> 8" gem "csv" -gem "prop_initializer", branch: "main", git: "https://github.com/avo-hq/prop_initializer.git" gem "psych", "< 4" group :development do diff --git a/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock b/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock index 54cd23edc..79e23e70a 100644 --- a/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock +++ b/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock @@ -5,14 +5,6 @@ GIT acts-as-taggable-on (10.0.0) activerecord (>= 6.1, < 8) -GIT - remote: https://github.com/avo-hq/prop_initializer.git - revision: ec6808bc18b00ee53123497e885305d4d63da9de - branch: main - specs: - prop_initializer (0.1.0) - zeitwerk (>= 2.6.18) - PATH remote: ../pluggy specs: @@ -31,6 +23,7 @@ PATH inline_svg meta-tags pagy (>= 7.0.0) + prop_initializer (>= 0.2.0) turbo-rails (>= 2.0.0) turbo_power (>= 0.6.0) view_component (>= 3.7.0) @@ -399,6 +392,8 @@ GEM hashids (>= 1.0.0, < 2.0.0) rails (>= 6.0.0) prettier_print (1.2.1) + prop_initializer (0.2.0) + zeitwerk (>= 2.6.18) psych (3.3.4) public_suffix (6.0.1) puma (6.4.3) @@ -695,7 +690,6 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pluggy! prefixed_ids - prop_initializer! psych (< 4) puma (~> 6.4) rails (~> 7.2.0.beta2) diff --git a/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile b/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile index e549b25d7..68b5b0698 100644 --- a/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile +++ b/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile @@ -45,7 +45,6 @@ gem "avo-money_field" gem "avo-record_link_field" gem "pagy", "> 8" gem "csv" -gem "prop_initializer", branch: "main", git: "https://github.com/avo-hq/prop_initializer.git" gem "psych", "< 4" group :development do diff --git a/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock b/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock index 54cd23edc..79e23e70a 100644 --- a/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock +++ b/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock @@ -5,14 +5,6 @@ GIT acts-as-taggable-on (10.0.0) activerecord (>= 6.1, < 8) -GIT - remote: https://github.com/avo-hq/prop_initializer.git - revision: ec6808bc18b00ee53123497e885305d4d63da9de - branch: main - specs: - prop_initializer (0.1.0) - zeitwerk (>= 2.6.18) - PATH remote: ../pluggy specs: @@ -31,6 +23,7 @@ PATH inline_svg meta-tags pagy (>= 7.0.0) + prop_initializer (>= 0.2.0) turbo-rails (>= 2.0.0) turbo_power (>= 0.6.0) view_component (>= 3.7.0) @@ -399,6 +392,8 @@ GEM hashids (>= 1.0.0, < 2.0.0) rails (>= 6.0.0) prettier_print (1.2.1) + prop_initializer (0.2.0) + zeitwerk (>= 2.6.18) psych (3.3.4) public_suffix (6.0.1) puma (6.4.3) @@ -695,7 +690,6 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pluggy! prefixed_ids - prop_initializer! psych (< 4) puma (~> 6.4) rails (~> 7.2.0.beta2) diff --git a/gemfiles/rails_8.0_ruby_3.1.4.gemfile b/gemfiles/rails_8.0_ruby_3.1.4.gemfile index 5ce3a78c7..5366e6ffa 100644 --- a/gemfiles/rails_8.0_ruby_3.1.4.gemfile +++ b/gemfiles/rails_8.0_ruby_3.1.4.gemfile @@ -45,7 +45,6 @@ gem "avo-money_field" gem "avo-record_link_field" gem "pagy", "> 8" gem "csv" -gem "prop_initializer", branch: "main", git: "https://github.com/avo-hq/prop_initializer.git" gem "psych", "< 4" group :development do diff --git a/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock b/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock index 1df715e63..278ae3185 100644 --- a/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock +++ b/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock @@ -5,14 +5,6 @@ GIT acts-as-taggable-on (10.0.0) activerecord (>= 6.1, < 8) -GIT - remote: https://github.com/avo-hq/prop_initializer.git - revision: ec6808bc18b00ee53123497e885305d4d63da9de - branch: main - specs: - prop_initializer (0.1.0) - zeitwerk (>= 2.6.18) - GIT remote: https://github.com/rails/rails.git revision: b88d9af34fbc1c84ce2769ba02584eab2c28ac6e @@ -130,6 +122,7 @@ PATH inline_svg meta-tags pagy (>= 7.0.0) + prop_initializer (>= 0.2.0) turbo-rails (>= 2.0.0) turbo_power (>= 0.6.0) view_component (>= 3.7.0) @@ -428,6 +421,8 @@ GEM hashids (>= 1.0.0, < 2.0.0) rails (>= 6.0.0) prettier_print (1.2.1) + prop_initializer (0.2.0) + zeitwerk (>= 2.6.18) psych (3.3.4) public_suffix (6.0.1) puma (6.4.3) @@ -703,7 +698,6 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pluggy! prefixed_ids - prop_initializer! psych (< 4) puma (~> 6.4) rails! diff --git a/gemfiles/rails_8.0_ruby_3.3.0.gemfile b/gemfiles/rails_8.0_ruby_3.3.0.gemfile index 5ce3a78c7..5366e6ffa 100644 --- a/gemfiles/rails_8.0_ruby_3.3.0.gemfile +++ b/gemfiles/rails_8.0_ruby_3.3.0.gemfile @@ -45,7 +45,6 @@ gem "avo-money_field" gem "avo-record_link_field" gem "pagy", "> 8" gem "csv" -gem "prop_initializer", branch: "main", git: "https://github.com/avo-hq/prop_initializer.git" gem "psych", "< 4" group :development do diff --git a/gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock b/gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock index 1df715e63..278ae3185 100644 --- a/gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock +++ b/gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock @@ -5,14 +5,6 @@ GIT acts-as-taggable-on (10.0.0) activerecord (>= 6.1, < 8) -GIT - remote: https://github.com/avo-hq/prop_initializer.git - revision: ec6808bc18b00ee53123497e885305d4d63da9de - branch: main - specs: - prop_initializer (0.1.0) - zeitwerk (>= 2.6.18) - GIT remote: https://github.com/rails/rails.git revision: b88d9af34fbc1c84ce2769ba02584eab2c28ac6e @@ -130,6 +122,7 @@ PATH inline_svg meta-tags pagy (>= 7.0.0) + prop_initializer (>= 0.2.0) turbo-rails (>= 2.0.0) turbo_power (>= 0.6.0) view_component (>= 3.7.0) @@ -428,6 +421,8 @@ GEM hashids (>= 1.0.0, < 2.0.0) rails (>= 6.0.0) prettier_print (1.2.1) + prop_initializer (0.2.0) + zeitwerk (>= 2.6.18) psych (3.3.4) public_suffix (6.0.1) puma (6.4.3) @@ -703,7 +698,6 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pluggy! prefixed_ids - prop_initializer! psych (< 4) puma (~> 6.4) rails!