Skip to content

Commit

Permalink
Bump Avo to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Aug 2, 2022
1 parent f46babf commit fed8189
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
avo (2.11.0)
avo (2.12.0)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down Expand Up @@ -252,8 +252,6 @@ GEM
nokogiri (1.13.7)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (5.10.1)
activesupport
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0_ruby_3.0.3.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.11.0)
avo (2.12.0)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0_ruby_3.1.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.11.0)
avo (2.12.0)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.0.3.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.11.0)
avo (2.12.0)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.1.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.11.0)
avo (2.12.0)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0_ruby_3.0.3.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.11.0)
avo (2.12.0)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0_ruby_3.1.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.11.0)
avo (2.12.0)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down
2 changes: 1 addition & 1 deletion lib/avo/version.rb
@@ -1,3 +1,3 @@
module Avo
VERSION = "2.11.0" unless const_defined?(:VERSION)
VERSION = "2.12.0" unless const_defined?(:VERSION)
end

0 comments on commit fed8189

Please sign in to comment.