From a41d868c6237920af76887f2cbf2d5d7dfe56eb1 Mon Sep 17 00:00:00 2001 From: Edwin Mourant Date: Sat, 20 Jul 2024 13:59:23 +1200 Subject: [PATCH] sc-178855: upgrade activesupport --- Gemfile.lock | 2 +- lib/bureaucrat/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a55bcb..e2c11a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bureaucrat-sc (3.0.0) + bureaucrat-sc (3.1.0) activesupport (>= 6.0.4, < 7.0) i18n diff --git a/lib/bureaucrat/version.rb b/lib/bureaucrat/version.rb index f10dc46..766ccd3 100644 --- a/lib/bureaucrat/version.rb +++ b/lib/bureaucrat/version.rb @@ -1,3 +1,3 @@ module Bureaucrat - VERSION = '3.0.0' + VERSION = '3.1.0' end