diff --git a/Gemfile.lock b/Gemfile.lock index 8589ef3..d57504a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - safe-pg-migrations (2.3.2) + safe-pg-migrations (3.0.0) activerecord (>= 6.1) activesupport (>= 6.1) diff --git a/lib/safe-pg-migrations/version.rb b/lib/safe-pg-migrations/version.rb index d414888..96ceff0 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.2' + VERSION = '3.0.0' end