Skip to content

Commit

Permalink
Merge pull request #131 from doctolib/bump-2.3.2
Browse files Browse the repository at this point in the history
update gem to 2.3.2
  • Loading branch information
CharlesDelannoy authored Dec 11, 2023
2 parents bdf0387 + 4321bea commit b811564
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
safe-pg-migrations (2.3.1)
safe-pg-migrations (2.3.2)
activerecord (>= 6.1)
activesupport (>= 6.1)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ActiveRecord migrations for Postgres made safe.

## Requirements

- Ruby 2.7+
- Rails 6.0+
- Ruby 3.0+
- Rails 6.1+
- PostgreSQL 11.7+

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/safe-pg-migrations/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SafePgMigrations
VERSION = '2.3.1'
VERSION = '2.3.2'
end

0 comments on commit b811564

Please sign in to comment.