From a1c081cea246a6efe3ccba4d392148e44627c5eb Mon Sep 17 00:00:00 2001 From: CharlesDelannoy Date: Thu, 2 May 2024 10:31:42 +0200 Subject: [PATCH] Upgrade gem versions to 3.1.0 --- Gemfile.lock | 2 +- lib/safe-pg-migrations/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4598c88..ec31cb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - safe-pg-migrations (3.0.1) + safe-pg-migrations (3.1.0) activerecord (>= 6.1) activesupport (>= 6.1) diff --git a/lib/safe-pg-migrations/version.rb b/lib/safe-pg-migrations/version.rb index 4e05ac5..f1c5fca 100644 --- a/lib/safe-pg-migrations/version.rb +++ b/lib/safe-pg-migrations/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SafePgMigrations - VERSION = '3.0.1' + VERSION = '3.1.0' end