From 8db96f09af2f306fc0e52b9fb26e91c7e6cb8292 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Tue, 11 Jun 2024 22:42:25 +0300 Subject: [PATCH] Bumped avo to 3.9.1 --- Gemfile.lock | 2 +- lib/avo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6815b19da2..1252865399 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GIT PATH remote: . specs: - avo (3.8.2) + avo (3.9.1) actionview (>= 6.1) active_link_to activerecord (>= 6.1) diff --git a/lib/avo/version.rb b/lib/avo/version.rb index 6f2ff59990..f3c3a002e4 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = "3.8.2" unless const_defined?(:VERSION) + VERSION = "3.9.1" unless const_defined?(:VERSION) end