From 03aa5769b4dbeb0cbc383535bfccfa9ac08f44ce Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Wed, 8 May 2024 22:48:53 +0300 Subject: [PATCH] Bumped avo to 3.7.2 --- Gemfile.lock | 2 +- lib/avo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6e81842558..190639f448 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - avo (3.7.1) + avo (3.7.2) actionview (>= 6.1) active_link_to activerecord (>= 6.1) diff --git a/lib/avo/version.rb b/lib/avo/version.rb index efaaca84b8..5650c16d89 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = "3.7.1" unless const_defined?(:VERSION) + VERSION = "3.7.2" unless const_defined?(:VERSION) end