From f2627e59f7014c3e6931f44972fcd66acb2a33dc Mon Sep 17 00:00:00 2001 From: CharlesDelannoy Date: Mon, 16 Oct 2023 11:11:07 +0200 Subject: [PATCH] update gem to 2.3.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 25671f98..5293e065 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - safe-pg-migrations (2.3.0) + safe-pg-migrations (2.3.1) activerecord (>= 6.0, < 7.1.x) activesupport (>= 6.0, < 7.1.x) diff --git a/lib/safe-pg-migrations/version.rb b/lib/safe-pg-migrations/version.rb index 5c6ff4d7..c868a9b2 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 = '2.3.0' + VERSION = '2.3.1' end