Skip to content

Commit

Permalink
Bumped avo to 3.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Feb 17, 2025
1 parent 83f6da0 commit bfa71a0
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
avo (3.17.6)
avo (3.17.7)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ PATH
PATH
remote: ..
specs:
avo (3.17.6)
avo (3.17.7)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable
avo-heroicons (>= 0.1.1)
docile
inline_svg
meta-tags
Expand Down Expand Up @@ -111,6 +112,7 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
avo-heroicons (0.1.1)
avo-money_field (0.0.5)
money-rails (~> 1.12)
avo-record_link_field (0.0.2)
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ PATH
PATH
remote: ..
specs:
avo (3.17.6)
avo (3.17.7)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable
avo-heroicons (>= 0.1.1)
docile
inline_svg
meta-tags
Expand Down Expand Up @@ -111,6 +112,7 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
avo-heroicons (0.1.1)
avo-money_field (0.0.5)
money-rails (~> 1.12)
avo-record_link_field (0.0.2)
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ PATH
PATH
remote: ..
specs:
avo (3.17.6)
avo (3.17.7)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable
avo-heroicons (>= 0.1.1)
docile
inline_svg
meta-tags
Expand Down Expand Up @@ -124,6 +125,7 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
avo-heroicons (0.1.1)
avo-money_field (0.0.5)
money-rails (~> 1.12)
avo-record_link_field (0.0.2)
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ PATH
PATH
remote: ..
specs:
avo (3.17.6)
avo (3.17.7)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable
avo-heroicons (>= 0.1.1)
docile
inline_svg
meta-tags
Expand Down Expand Up @@ -124,6 +125,7 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
avo-heroicons (0.1.1)
avo-money_field (0.0.5)
money-rails (~> 1.12)
avo-record_link_field (0.0.2)
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ PATH
PATH
remote: ..
specs:
avo (3.17.6)
avo (3.17.7)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable
avo-heroicons (>= 0.1.1)
docile
inline_svg
meta-tags
Expand Down Expand Up @@ -124,6 +125,7 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
avo-heroicons (0.1.1)
avo-money_field (0.0.5)
money-rails (~> 1.12)
avo-record_link_field (0.0.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/avo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Avo
VERSION = "3.17.6" unless const_defined?(:VERSION)
VERSION = "3.17.7" unless const_defined?(:VERSION)
end

0 comments on commit bfa71a0

Please sign in to comment.