Skip to content

Commit

Permalink
Bump Avo to v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Apr 20, 2021
1 parent 73c3b15 commit 46745e6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
avo (1.3.4)
avo (1.3.5)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down Expand Up @@ -187,7 +187,7 @@ GEM
nokogiri (1.11.3-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (3.12.0)
pagy (3.13.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6.0_ruby_2.6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (1.3.4)
avo (1.3.5)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down Expand Up @@ -191,7 +191,7 @@ GEM
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (3.12.0)
pagy (3.13.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6.0_ruby_2.7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (1.3.4)
avo (1.3.5)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down Expand Up @@ -191,7 +191,7 @@ GEM
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (3.12.0)
pagy (3.13.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1_ruby_2.6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (1.3.4)
avo (1.3.5)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (3.12.0)
pagy (3.13.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1_ruby_2.7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (1.3.4)
avo (1.3.5)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (3.12.0)
pagy (3.13.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
Expand Down
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 = "1.3.4"
VERSION = "1.3.5"
end

0 comments on commit 46745e6

Please sign in to comment.