Skip to content

Commit

Permalink
Bumped avo to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Nov 5, 2024
1 parent 5e9b99c commit 2dc6a16
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GIT
PATH
remote: .
specs:
avo (3.13.7)
avo (3.14.0)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH
PATH
remote: ..
specs:
avo (3.13.7)
avo (3.14.0)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand Down Expand Up @@ -725,4 +725,4 @@ DEPENDENCIES
zeitwerk

BUNDLED WITH
2.4.7
2.5.9
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH
PATH
remote: ..
specs:
avo (3.13.7)
avo (3.14.0)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand Down Expand Up @@ -698,4 +698,4 @@ DEPENDENCIES
zeitwerk

BUNDLED WITH
2.4.7
2.5.9
4 changes: 2 additions & 2 deletions gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH
PATH
remote: ..
specs:
avo (3.13.7)
avo (3.14.0)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand Down Expand Up @@ -746,4 +746,4 @@ DEPENDENCIES
zeitwerk

BUNDLED WITH
2.4.7
2.5.9
4 changes: 2 additions & 2 deletions gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH
PATH
remote: ..
specs:
avo (3.13.7)
avo (3.14.0)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand Down Expand Up @@ -719,4 +719,4 @@ DEPENDENCIES
zeitwerk

BUNDLED WITH
2.4.7
2.5.9
4 changes: 2 additions & 2 deletions gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH
PATH
remote: ..
specs:
avo (3.13.7)
avo (3.14.0)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand Down Expand Up @@ -719,4 +719,4 @@ DEPENDENCIES
zeitwerk

BUNDLED WITH
2.4.7
2.5.9
4 changes: 2 additions & 2 deletions gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH
PATH
remote: ..
specs:
avo (3.13.7)
avo (3.14.0)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand Down Expand Up @@ -719,4 +719,4 @@ DEPENDENCIES
zeitwerk

BUNDLED WITH
2.4.7
2.5.9
4 changes: 2 additions & 2 deletions gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ PATH
PATH
remote: ..
specs:
avo (3.13.7)
avo (3.14.0)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand Down Expand Up @@ -727,4 +727,4 @@ DEPENDENCIES
zeitwerk

BUNDLED WITH
2.4.7
2.5.9
4 changes: 2 additions & 2 deletions gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ PATH
PATH
remote: ..
specs:
avo (3.13.7)
avo (3.14.0)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand Down Expand Up @@ -727,4 +727,4 @@ DEPENDENCIES
zeitwerk

BUNDLED WITH
2.4.7
2.5.9
2 changes: 1 addition & 1 deletion lib/avo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Avo
VERSION = "3.13.7" unless const_defined?(:VERSION)
VERSION = "3.14.0" unless const_defined?(:VERSION)
end

0 comments on commit 2dc6a16

Please sign in to comment.