Skip to content

Commit d184638

Browse files
author
Thomas Hareau
committed
v1.2.2
1 parent b033bd5 commit d184638

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PATH
22
remote: .
33
specs:
4-
safe-pg-migrations (1.2.1)
4+
safe-pg-migrations (1.2.2)
55
activerecord (>= 5.2)
66
activesupport (>= 5.2)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activemodel (6.1.3)
12-
activesupport (= 6.1.3)
13-
activerecord (6.1.3)
14-
activemodel (= 6.1.3)
15-
activesupport (= 6.1.3)
16-
activesupport (6.1.3)
11+
activemodel (6.1.3.1)
12+
activesupport (= 6.1.3.1)
13+
activerecord (6.1.3.1)
14+
activemodel (= 6.1.3.1)
15+
activesupport (= 6.1.3.1)
16+
activesupport (6.1.3.1)
1717
concurrent-ruby (~> 1.0, >= 1.0.2)
1818
i18n (>= 1.6, < 2)
1919
minitest (>= 5.1)
@@ -24,7 +24,7 @@ GEM
2424
concurrent-ruby (1.1.8)
2525
coolline (0.5.0)
2626
unicode_utils (~> 1.4)
27-
i18n (1.8.9)
27+
i18n (1.8.10)
2828
concurrent-ruby (~> 1.0)
2929
jaro_winkler (1.5.1)
3030
metaclass (0.0.4)

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 = '1.2.1'
4+
VERSION = '1.2.2'
55
end

0 commit comments

Comments
 (0)