Skip to content

Commit d5c12e3

Browse files
committed
Bumped avo to 3.18.0
1 parent 362689c commit d5c12e3

7 files changed

+10
-7
lines changed

Diff for: Gemfile.lock

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
avo (3.17.9)
4+
avo (3.18.0)
55
actionview (>= 6.1)
66
active_link_to
77
activerecord (>= 6.1)
@@ -445,6 +445,9 @@ GEM
445445
prettyprint (0.2.0)
446446
prop_initializer (0.2.0)
447447
zeitwerk (>= 2.6.18)
448+
psych (5.2.3)
449+
date
450+
stringio
448451
public_suffix (6.0.1)
449452
puma (6.6.0)
450453
nio4r (~> 2.0)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.17.9)
9+
avo (3.18.0)
1010
actionview (>= 6.1)
1111
active_link_to
1212
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
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.17.9)
9+
avo (3.18.0)
1010
actionview (>= 6.1)
1111
active_link_to
1212
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
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.17.9)
9+
avo (3.18.0)
1010
actionview (>= 6.1)
1111
active_link_to
1212
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
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.17.9)
9+
avo (3.18.0)
1010
actionview (>= 6.1)
1111
active_link_to
1212
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
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.17.9)
9+
avo (3.18.0)
1010
actionview (>= 6.1)
1111
active_link_to
1212
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.17.9" unless const_defined?(:VERSION)
2+
VERSION = "3.18.0" unless const_defined?(:VERSION)
33
end

0 commit comments

Comments
 (0)