Skip to content

Commit bfa71a0

Browse files
committed
Bumped avo to 3.17.7
1 parent 83f6da0 commit bfa71a0

7 files changed

+17
-7
lines changed

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
avo (3.17.6)
4+
avo (3.17.7)
55
actionview (>= 6.1)
66
active_link_to
77
activerecord (>= 6.1)

Diff for: gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.17.6)
9+
avo (3.17.7)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)
1313
activesupport (>= 6.1)
1414
addressable
15+
avo-heroicons (>= 0.1.1)
1516
docile
1617
inline_svg
1718
meta-tags
@@ -111,6 +112,7 @@ GEM
111112
rake
112113
thor (>= 0.14.0)
113114
ast (2.4.2)
115+
avo-heroicons (0.1.1)
114116
avo-money_field (0.0.5)
115117
money-rails (~> 1.12)
116118
avo-record_link_field (0.0.2)

Diff for: gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.17.6)
9+
avo (3.17.7)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)
1313
activesupport (>= 6.1)
1414
addressable
15+
avo-heroicons (>= 0.1.1)
1516
docile
1617
inline_svg
1718
meta-tags
@@ -111,6 +112,7 @@ GEM
111112
rake
112113
thor (>= 0.14.0)
113114
ast (2.4.2)
115+
avo-heroicons (0.1.1)
114116
avo-money_field (0.0.5)
115117
money-rails (~> 1.12)
116118
avo-record_link_field (0.0.2)

Diff for: gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.17.6)
9+
avo (3.17.7)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)
1313
activesupport (>= 6.1)
1414
addressable
15+
avo-heroicons (>= 0.1.1)
1516
docile
1617
inline_svg
1718
meta-tags
@@ -124,6 +125,7 @@ GEM
124125
rake
125126
thor (>= 0.14.0)
126127
ast (2.4.2)
128+
avo-heroicons (0.1.1)
127129
avo-money_field (0.0.5)
128130
money-rails (~> 1.12)
129131
avo-record_link_field (0.0.2)

Diff for: gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.17.6)
9+
avo (3.17.7)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)
1313
activesupport (>= 6.1)
1414
addressable
15+
avo-heroicons (>= 0.1.1)
1516
docile
1617
inline_svg
1718
meta-tags
@@ -124,6 +125,7 @@ GEM
124125
rake
125126
thor (>= 0.14.0)
126127
ast (2.4.2)
128+
avo-heroicons (0.1.1)
127129
avo-money_field (0.0.5)
128130
money-rails (~> 1.12)
129131
avo-record_link_field (0.0.2)

Diff for: gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.17.6)
9+
avo (3.17.7)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)
1313
activesupport (>= 6.1)
1414
addressable
15+
avo-heroicons (>= 0.1.1)
1516
docile
1617
inline_svg
1718
meta-tags
@@ -124,6 +125,7 @@ GEM
124125
rake
125126
thor (>= 0.14.0)
126127
ast (2.4.2)
128+
avo-heroicons (0.1.1)
127129
avo-money_field (0.0.5)
128130
money-rails (~> 1.12)
129131
avo-record_link_field (0.0.2)

Diff for: lib/avo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Avo
2-
VERSION = "3.17.6" unless const_defined?(:VERSION)
2+
VERSION = "3.17.7" unless const_defined?(:VERSION)
33
end

0 commit comments

Comments
 (0)