Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hareau committed Mar 10, 2022
1 parent 62160a5 commit 8ac4c57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PATH
remote: .
specs:
safe-pg-migrations (1.4.1)
safe-pg-migrations (1.4.2)
activerecord (>= 5.2)
activesupport (>= 5.2)
ruby2_keywords (>= 0.0.4)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.4.6)
activesupport (= 6.1.4.6)
activerecord (6.1.4.6)
activemodel (= 6.1.4.6)
activesupport (= 6.1.4.6)
activesupport (6.1.4.6)
activemodel (6.1.4.7)
activesupport (= 6.1.4.7)
activerecord (6.1.4.7)
activemodel (= 6.1.4.7)
activesupport (= 6.1.4.7)
activesupport (6.1.4.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
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 = '1.4.1'
VERSION = '1.4.2'
end

0 comments on commit 8ac4c57

Please sign in to comment.