We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdf0387 + 4321bea commit b811564Copy full SHA for b811564
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- safe-pg-migrations (2.3.1)
+ safe-pg-migrations (2.3.2)
5
activerecord (>= 6.1)
6
activesupport (>= 6.1)
7
README.md
@@ -6,8 +6,8 @@ ActiveRecord migrations for Postgres made safe.
## Requirements
8
9
-- Ruby 2.7+
10
-- Rails 6.0+
+- Ruby 3.0+
+- Rails 6.1+
11
- PostgreSQL 11.7+
12
13
## Usage
lib/safe-pg-migrations/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SafePgMigrations
- VERSION = '2.3.1'
+ VERSION = '2.3.2'
end
0 commit comments