From 880a17b4aa406803088e06665525fff3ee8d02c5 Mon Sep 17 00:00:00 2001 From: CharlesDelannoy Date: Thu, 16 May 2024 14:59:05 +0200 Subject: [PATCH] Upgrade gem versions to 3.1.1 --- 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 ec31cb9..bb916a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - safe-pg-migrations (3.1.0) + safe-pg-migrations (3.1.1) activerecord (>= 6.1) activesupport (>= 6.1) diff --git a/lib/safe-pg-migrations/version.rb b/lib/safe-pg-migrations/version.rb index f1c5fca..b005c7a 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.1.0' + VERSION = '3.1.1' end