friendly_fk 1.0.21 → 1.0.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 170c1bf81c9d8abd50e37c748d528c88d864cb38a08582babc69a25fc1a45f1c
4
- data.tar.gz: a2eb2b516a7474fecf3fcee8cdde29f126e083ff5b03cb80a86cd4125cadcc28
3
+ metadata.gz: bd86fe0b0f81c0a3c3f9b06d4fed7210b75265da52d6f2a1f91562d4cd0940bd
4
+ data.tar.gz: 90bc5d3583b8c7830e3128ecedae52b0a549cbf5eba2bbefc98f7e59ff9b1cc6
5
5
  SHA512:
6
- metadata.gz: b1869c88e58a36c23c73dacacd07609d116972d0ee0ec07677ea90b725fa272255eb677739f9af342b16089ee30d462ed38827c93332507baffbdcf3f1c06e7e
7
- data.tar.gz: da74ac678ccfb33fefb1eb527bc18f045b87c96dc6fee5e3e1fbb97b63427f898bc80446246ca3ce8846343c32619bb64b7f3a595efbeb0ae32c7adfa0de24c3
6
+ metadata.gz: 17cbcdef7529e64294efcf4bd511cd7ea5dcf486715f8653f5afe9733e19451c4c4812d53477f3e9672b47323afea238be0e9370094fef02e90b9f4aae0e7290
7
+ data.tar.gz: 451094c67f3e93a5802af4ad571c6c09bc2a40d38f6aee5c9427806989c185dbcf4d82aa3f1e871e49b10170ea5218d8def7ac2aa16b1a384cd564aa677c0b2a
data/Gemfile.lock CHANGED
@@ -1,18 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- friendly_fk (1.0.20)
4
+ friendly_fk (1.0.23)
5
5
  activerecord
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (7.0.4.3)
11
- activesupport (= 7.0.4.3)
12
- activerecord (7.0.4.3)
13
- activemodel (= 7.0.4.3)
14
- activesupport (= 7.0.4.3)
15
- activesupport (7.0.4.3)
10
+ activemodel (7.0.5)
11
+ activesupport (= 7.0.5)
12
+ activerecord (7.0.5)
13
+ activemodel (= 7.0.5)
14
+ activesupport (= 7.0.5)
15
+ activesupport (7.0.5)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
@@ -24,59 +24,66 @@ GEM
24
24
  fuubar (2.5.1)
25
25
  rspec-core (~> 3.0)
26
26
  ruby-progressbar (~> 1.4)
27
- i18n (1.12.0)
27
+ i18n (1.14.1)
28
28
  concurrent-ruby (~> 1.0)
29
29
  json (2.6.3)
30
- minitest (5.18.0)
30
+ language_server-protocol (3.17.0.3)
31
+ minitest (5.18.1)
31
32
  mysql2 (0.5.5)
32
- parallel (1.22.1)
33
- parser (3.2.2.0)
33
+ parallel (1.23.0)
34
+ parser (3.2.2.3)
34
35
  ast (~> 2.4.1)
35
- pg (1.4.6)
36
- rack (3.0.7)
36
+ racc
37
+ pg (1.5.3)
38
+ racc (1.7.1)
39
+ rack (3.0.8)
37
40
  rainbow (3.1.1)
38
41
  rake (13.0.6)
39
- regexp_parser (2.7.0)
42
+ regexp_parser (2.8.1)
40
43
  rexml (3.2.5)
41
44
  rspec (3.12.0)
42
45
  rspec-core (~> 3.12.0)
43
46
  rspec-expectations (~> 3.12.0)
44
47
  rspec-mocks (~> 3.12.0)
45
- rspec-core (3.12.1)
48
+ rspec-core (3.12.2)
46
49
  rspec-support (~> 3.12.0)
47
- rspec-expectations (3.12.2)
50
+ rspec-expectations (3.12.3)
48
51
  diff-lcs (>= 1.2.0, < 2.0)
49
52
  rspec-support (~> 3.12.0)
50
53
  rspec-mocks (3.12.5)
51
54
  diff-lcs (>= 1.2.0, < 2.0)
52
55
  rspec-support (~> 3.12.0)
53
56
  rspec-support (3.12.0)
54
- rubocop (1.48.1)
57
+ rubocop (1.53.0)
55
58
  json (~> 2.3)
59
+ language_server-protocol (>= 3.17.0)
56
60
  parallel (~> 1.10)
57
- parser (>= 3.2.0.0)
61
+ parser (>= 3.2.2.3)
58
62
  rainbow (>= 2.2.2, < 4.0)
59
63
  regexp_parser (>= 1.8, < 3.0)
60
64
  rexml (>= 3.2.5, < 4.0)
61
- rubocop-ast (>= 1.26.0, < 2.0)
65
+ rubocop-ast (>= 1.28.0, < 2.0)
62
66
  ruby-progressbar (~> 1.7)
63
67
  unicode-display_width (>= 2.4.0, < 3.0)
64
- rubocop-ast (1.28.0)
68
+ rubocop-ast (1.29.0)
65
69
  parser (>= 3.2.1.0)
66
- rubocop-capybara (2.17.1)
70
+ rubocop-capybara (2.18.0)
67
71
  rubocop (~> 1.41)
68
- rubocop-performance (1.16.0)
72
+ rubocop-factory_bot (2.23.1)
73
+ rubocop (~> 1.33)
74
+ rubocop-performance (1.18.0)
69
75
  rubocop (>= 1.7.0, < 2.0)
70
76
  rubocop-ast (>= 0.4.0)
71
- rubocop-rails (2.18.0)
77
+ rubocop-rails (2.20.2)
72
78
  activesupport (>= 4.2.0)
73
79
  rack (>= 1.1)
74
80
  rubocop (>= 1.33.0, < 2.0)
75
81
  rubocop-rake (0.6.0)
76
82
  rubocop (~> 1.0)
77
- rubocop-rspec (2.19.0)
83
+ rubocop-rspec (2.22.0)
78
84
  rubocop (~> 1.33)
79
85
  rubocop-capybara (~> 2.17)
86
+ rubocop-factory_bot (~> 2.22)
80
87
  ruby-progressbar (1.13.0)
81
88
  simplecov (0.22.0)
82
89
  docile (~> 1.1)
@@ -110,4 +117,4 @@ DEPENDENCIES
110
117
  simplecov-rcov
111
118
 
112
119
  BUNDLED WITH
113
- 2.3.7
120
+ 2.4.12
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FriendlyFk
4
- VERSION = '1.0.21'
4
+ VERSION = '1.0.23'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: friendly_fk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.21
4
+ version: 1.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Kiselyov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-01 00:00:00.000000000 Z
11
+ date: 2023-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.3.7
76
+ rubygems_version: 3.4.12
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: Creates foreign keys with friendly names