Skip to content

Commit 69f0cd7

Browse files
committed
Bumped avo to 3.12.0
1 parent ffb00be commit 69f0cd7

10 files changed

+10
-10
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ GIT
105105
PATH
106106
remote: .
107107
specs:
108-
avo (3.11.10)
108+
avo (3.12.0)
109109
actionview (>= 6.1)
110110
active_link_to
111111
activerecord (>= 6.1)

gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
PATH
1414
remote: ..
1515
specs:
16-
avo (3.11.10)
16+
avo (3.12.0)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
PATH
1414
remote: ..
1515
specs:
16-
avo (3.11.10)
16+
avo (3.12.0)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
PATH
1414
remote: ..
1515
specs:
16-
avo (3.11.10)
16+
avo (3.12.0)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
PATH
1414
remote: ..
1515
specs:
16-
avo (3.11.10)
16+
avo (3.12.0)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
PATH
1414
remote: ..
1515
specs:
16-
avo (3.11.10)
16+
avo (3.12.0)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
PATH
1414
remote: ..
1515
specs:
16-
avo (3.11.10)
16+
avo (3.12.0)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ PATH
110110
PATH
111111
remote: ..
112112
specs:
113-
avo (3.11.10)
113+
avo (3.12.0)
114114
actionview (>= 6.1)
115115
active_link_to
116116
activerecord (>= 6.1)

gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ PATH
110110
PATH
111111
remote: ..
112112
specs:
113-
avo (3.11.10)
113+
avo (3.12.0)
114114
actionview (>= 6.1)
115115
active_link_to
116116
activerecord (>= 6.1)

lib/avo/version.rb

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

0 commit comments

Comments
 (0)