Skip to content

Commit

Permalink
Bump Avo to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Apr 6, 2021
1 parent 0affa95 commit 2b4577e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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 (1.2.1)
avo (1.2.2)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0_ruby_2.6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
gem "dotenv-rails"
gem "web-console", ">= 3.3.0"
gem "listen", ">= 3.5.1"
gem "spring", group: :development
gem "spring"
gem "factory_bot_rails"
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "devise"
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1)
avo (1.2.2)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0_ruby_2.7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
gem "dotenv-rails"
gem "web-console", ">= 3.3.0"
gem "listen", ">= 3.5.1"
gem "spring", group: :development
gem "spring"
gem "factory_bot_rails"
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "devise"
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1)
avo (1.2.2)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_2.6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
gem "dotenv-rails"
gem "web-console", ">= 3.3.0"
gem "listen", ">= 3.5.1"
gem "spring", group: :development
gem "spring"
gem "factory_bot_rails"
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "devise"
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1)
avo (1.2.2)
active_link_to
addressable
breadcrumbs_on_rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_2.7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
gem "dotenv-rails"
gem "web-console", ">= 3.3.0"
gem "listen", ">= 3.5.1"
gem "spring", group: :development
gem "spring"
gem "factory_bot_rails"
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "devise"
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1)
avo (1.2.2)
active_link_to
addressable
breadcrumbs_on_rails
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.2.1"
VERSION = "1.2.2"
end

0 comments on commit 2b4577e

Please sign in to comment.