Skip to content

Commit e25597b

Browse files
committed
Bumped avo to 3.15.0
1 parent 590c9e9 commit e25597b

10 files changed

+10
-10
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GIT
107107
PATH
108108
remote: .
109109
specs:
110-
avo (3.14.5)
110+
avo (3.15.0)
111111
actionview (>= 6.1)
112112
active_link_to
113113
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.14.5)
16+
avo (3.15.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.14.5)
16+
avo (3.15.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.14.5)
16+
avo (3.15.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.14.5)
16+
avo (3.15.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.14.5)
16+
avo (3.15.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.14.5)
16+
avo (3.15.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
@@ -112,7 +112,7 @@ PATH
112112
PATH
113113
remote: ..
114114
specs:
115-
avo (3.14.5)
115+
avo (3.15.0)
116116
actionview (>= 6.1)
117117
active_link_to
118118
activerecord (>= 6.1)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ PATH
112112
PATH
113113
remote: ..
114114
specs:
115-
avo (3.14.5)
115+
avo (3.15.0)
116116
actionview (>= 6.1)
117117
active_link_to
118118
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.14.5" unless const_defined?(:VERSION)
2+
VERSION = "3.15.0" unless const_defined?(:VERSION)
33
end

0 commit comments

Comments
 (0)