Skip to content

Commit 40e136f

Browse files
committed
Bumped avo to 3.31.2
1 parent 9755b71 commit 40e136f

8 files changed

Lines changed: 8 additions & 8 deletions

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
avo (3.31.1)
4+
avo (3.31.2)
55
actionview (>= 6.1)
66
active_link_to
77
activerecord (>= 6.1)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.31.1)
9+
avo (3.31.2)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.31.1)
9+
avo (3.31.2)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.31.1)
9+
avo (3.31.2)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.31.1)
9+
avo (3.31.2)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.31.1)
9+
avo (3.31.2)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.31.1)
9+
avo (3.31.2)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)

lib/avo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Avo
2-
VERSION = "3.31.1" unless const_defined?(:VERSION)
2+
VERSION = "3.31.2" unless const_defined?(:VERSION)
33
end

0 commit comments

Comments
 (0)