Skip to content

Commit 69381b3

Browse files
committed
Bumped avo to 3.11.5
1 parent 98dc44d commit 69381b3

10 files changed

+10
-10
lines changed

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ GIT
106106
PATH
107107
remote: .
108108
specs:
109-
avo (3.11.4)
109+
avo (3.11.5)
110110
actionview (>= 6.1)
111111
active_link_to
112112
activerecord (>= 6.1)

Diff for: 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.4)
16+
avo (3.11.5)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

Diff for: 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.4)
16+
avo (3.11.5)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

Diff for: 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.4)
16+
avo (3.11.5)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

Diff for: 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.4)
16+
avo (3.11.5)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

Diff for: 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.4)
16+
avo (3.11.5)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

Diff for: 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.4)
16+
avo (3.11.5)
1717
actionview (>= 6.1)
1818
active_link_to
1919
activerecord (>= 6.1)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ PATH
111111
PATH
112112
remote: ..
113113
specs:
114-
avo (3.11.4)
114+
avo (3.11.5)
115115
actionview (>= 6.1)
116116
active_link_to
117117
activerecord (>= 6.1)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ PATH
111111
PATH
112112
remote: ..
113113
specs:
114-
avo (3.11.4)
114+
avo (3.11.5)
115115
actionview (>= 6.1)
116116
active_link_to
117117
activerecord (>= 6.1)

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.11.4" unless const_defined?(:VERSION)
2+
VERSION = "3.11.5" unless const_defined?(:VERSION)
33
end

0 commit comments

Comments
 (0)