Skip to content

Commit 2b4577e

Browse files
committed
Bump Avo to v1.2.2
1 parent 0affa95 commit 2b4577e

10 files changed

+10
-10
lines changed

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
avo (1.2.1)
4+
avo (1.2.2)
55
active_link_to
66
addressable
77
breadcrumbs_on_rails

Diff for: gemfiles/rails_6.0_ruby_2.6.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
1616
gem "dotenv-rails"
1717
gem "web-console", ">= 3.3.0"
1818
gem "listen", ">= 3.5.1"
19-
gem "spring", group: :development
19+
gem "spring"
2020
gem "factory_bot_rails"
2121
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2222
gem "devise"

Diff for: gemfiles/rails_6.0_ruby_2.6.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
avo (1.2.1)
4+
avo (1.2.2)
55
active_link_to
66
addressable
77
breadcrumbs_on_rails

Diff for: gemfiles/rails_6.0_ruby_2.7.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
1616
gem "dotenv-rails"
1717
gem "web-console", ">= 3.3.0"
1818
gem "listen", ">= 3.5.1"
19-
gem "spring", group: :development
19+
gem "spring"
2020
gem "factory_bot_rails"
2121
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2222
gem "devise"

Diff for: gemfiles/rails_6.0_ruby_2.7.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
avo (1.2.1)
4+
avo (1.2.2)
55
active_link_to
66
addressable
77
breadcrumbs_on_rails

Diff for: gemfiles/rails_6.1_ruby_2.6.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
1616
gem "dotenv-rails"
1717
gem "web-console", ">= 3.3.0"
1818
gem "listen", ">= 3.5.1"
19-
gem "spring", group: :development
19+
gem "spring"
2020
gem "factory_bot_rails"
2121
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2222
gem "devise"

Diff for: gemfiles/rails_6.1_ruby_2.6.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
avo (1.2.1)
4+
avo (1.2.2)
55
active_link_to
66
addressable
77
breadcrumbs_on_rails

Diff for: gemfiles/rails_6.1_ruby_2.7.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
1616
gem "dotenv-rails"
1717
gem "web-console", ">= 3.3.0"
1818
gem "listen", ">= 3.5.1"
19-
gem "spring", group: :development
19+
gem "spring"
2020
gem "factory_bot_rails"
2121
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2222
gem "devise"

Diff for: gemfiles/rails_6.1_ruby_2.7.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
avo (1.2.1)
4+
avo (1.2.2)
55
active_link_to
66
addressable
77
breadcrumbs_on_rails

Diff for: lib/avo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Avo
2-
VERSION = "1.2.1"
2+
VERSION = "1.2.2"
33
end

0 commit comments

Comments
 (0)