File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- safe-pg-migrations (1.2.1 )
4
+ safe-pg-migrations (1.2.2 )
5
5
activerecord (>= 5.2 )
6
6
activesupport (>= 5.2 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
10
10
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 )
17
17
concurrent-ruby (~> 1.0 , >= 1.0.2 )
18
18
i18n (>= 1.6 , < 2 )
19
19
minitest (>= 5.1 )
24
24
concurrent-ruby (1.1.8 )
25
25
coolline (0.5.0 )
26
26
unicode_utils (~> 1.4 )
27
- i18n (1.8.9 )
27
+ i18n (1.8.10 )
28
28
concurrent-ruby (~> 1.0 )
29
29
jaro_winkler (1.5.1 )
30
30
metaclass (0.0.4 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module SafePgMigrations
4
- VERSION = '1.2.1 '
4
+ VERSION = '1.2.2 '
5
5
end
You can’t perform that action at this time.
0 commit comments