Skip to content

Commit b811564

Browse files
Merge pull request #131 from doctolib/bump-2.3.2
update gem to 2.3.2
2 parents bdf0387 + 4321bea commit b811564

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
safe-pg-migrations (2.3.1)
4+
safe-pg-migrations (2.3.2)
55
activerecord (>= 6.1)
66
activesupport (>= 6.1)
77

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ActiveRecord migrations for Postgres made safe.
66

77
## Requirements
88

9-
- Ruby 2.7+
10-
- Rails 6.0+
9+
- Ruby 3.0+
10+
- Rails 6.1+
1111
- PostgreSQL 11.7+
1212

1313
## Usage

lib/safe-pg-migrations/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SafePgMigrations
4-
VERSION = '2.3.1'
4+
VERSION = '2.3.2'
55
end

0 commit comments

Comments
 (0)