Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update prop_initializer dependency #3331

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion avo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion gemfiles/rails_6.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 3 additions & 9 deletions gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -701,7 +696,6 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pluggy!
prefixed_ids
prop_initializer!
psych (< 4)
puma (~> 6.4)
rails (~> 6.1)
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_6.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 3 additions & 9 deletions gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -674,7 +669,6 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pluggy!
prefixed_ids
prop_initializer!
psych (< 4)
puma (~> 6.4)
rails (~> 6.1)
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_7.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 3 additions & 9 deletions gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -722,7 +717,6 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pluggy!
prefixed_ids
prop_initializer!
psych (< 4)
puma (~> 6.4)
rails (~> 7.1)
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_7.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 3 additions & 9 deletions gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -695,7 +690,6 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pluggy!
prefixed_ids
prop_initializer!
psych (< 4)
puma (~> 6.4)
rails (~> 7.1)
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 3 additions & 9 deletions gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 3 additions & 9 deletions gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_8.0_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 3 additions & 9 deletions gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -703,7 +698,6 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pluggy!
prefixed_ids
prop_initializer!
psych (< 4)
puma (~> 6.4)
rails!
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_8.0_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Loading