From 7063a77e0b017edda2e9a3ea406296ffee2bef09 Mon Sep 17 00:00:00 2001 From: Alex Evanczuk Date: Fri, 7 Oct 2022 12:49:59 -0400 Subject: [PATCH] Bup to 2.5.0 --- Gemfile.lock | 2 +- package_protections.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 22e772b..c7afa77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - package_protections (2.4.0) + package_protections (2.5.0) activesupport parse_packwerk rubocop diff --git a/package_protections.gemspec b/package_protections.gemspec index 08b76b8..650fbc7 100644 --- a/package_protections.gemspec +++ b/package_protections.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = 'package_protections' - spec.version = '2.4.0' + spec.version = '2.5.0' spec.authors = ['Gusto Engineers'] spec.email = ['stephan.hagemann@gusto.com'] spec.summary = 'Package protections for Rails apps'