Skip to content

Commit

Permalink
Bump Avo to v2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Aug 1, 2023
1 parent 53f765f commit 582889b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
avo (2.37.2)
avo (2.38.0)
actionview (>= 6.0)
active_link_to
activerecord (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0_ruby_3.0.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.37.2)
avo (2.38.0)
actionview (>= 6.0)
active_link_to
activerecord (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0_ruby_3.2.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.37.2)
avo (2.38.0)
actionview (>= 6.0)
active_link_to
activerecord (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.0.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.37.2)
avo (2.38.0)
actionview (>= 6.0)
active_link_to
activerecord (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.2.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.37.2)
avo (2.38.0)
actionview (>= 6.0)
active_link_to
activerecord (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0_ruby_3.0.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.37.2)
avo (2.38.0)
actionview (>= 6.0)
active_link_to
activerecord (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0_ruby_3.2.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.37.2)
avo (2.38.0)
actionview (>= 6.0)
active_link_to
activerecord (>= 6.0)
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 = "2.37.2" unless const_defined?(:VERSION)
VERSION = "2.38.0" unless const_defined?(:VERSION)
end

0 comments on commit 582889b

Please sign in to comment.