friendly_fk 1.0.21 → 1.0.22

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: c490993692e0b679d96dc111e928b941cc0dcff1e28ac8cf9ed0b2c8a13c890a
4
+ data.tar.gz: 5c39b731f23124607a4bca796666e77d4da40689683ec426655e937d92eaad5d
5
5
  SHA512:
6
- metadata.gz: b1869c88e58a36c23c73dacacd07609d116972d0ee0ec07677ea90b725fa272255eb677739f9af342b16089ee30d462ed38827c93332507baffbdcf3f1c06e7e
7
- data.tar.gz: da74ac678ccfb33fefb1eb527bc18f045b87c96dc6fee5e3e1fbb97b63427f898bc80446246ca3ce8846343c32619bb64b7f3a595efbeb0ae32c7adfa0de24c3
6
+ metadata.gz: d25a8501d48e64a23ee829ebb50593205b14742f68f1f3f903f2d550d6ed8800851443c4cb7f6f899d51b58f6a5e6716848e2ee383daf444cf52f0ff0860bbc2
7
+ data.tar.gz: 74aa6912fb894cc5640c08dfa0fcadb453059d70b34263974e5368170b593baee0f673d2623967112dd66cd189809c593580770ffe962078c3fa90bf076b9f0d
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.22)
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,62 @@ 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.13.0)
28
28
  concurrent-ruby (~> 1.0)
29
29
  json (2.6.3)
30
30
  minitest (5.18.0)
31
31
  mysql2 (0.5.5)
32
- parallel (1.22.1)
33
- parser (3.2.2.0)
32
+ parallel (1.23.0)
33
+ parser (3.2.2.1)
34
34
  ast (~> 2.4.1)
35
- pg (1.4.6)
35
+ pg (1.5.3)
36
36
  rack (3.0.7)
37
37
  rainbow (3.1.1)
38
38
  rake (13.0.6)
39
- regexp_parser (2.7.0)
39
+ regexp_parser (2.8.0)
40
40
  rexml (3.2.5)
41
41
  rspec (3.12.0)
42
42
  rspec-core (~> 3.12.0)
43
43
  rspec-expectations (~> 3.12.0)
44
44
  rspec-mocks (~> 3.12.0)
45
- rspec-core (3.12.1)
45
+ rspec-core (3.12.2)
46
46
  rspec-support (~> 3.12.0)
47
- rspec-expectations (3.12.2)
47
+ rspec-expectations (3.12.3)
48
48
  diff-lcs (>= 1.2.0, < 2.0)
49
49
  rspec-support (~> 3.12.0)
50
50
  rspec-mocks (3.12.5)
51
51
  diff-lcs (>= 1.2.0, < 2.0)
52
52
  rspec-support (~> 3.12.0)
53
53
  rspec-support (3.12.0)
54
- rubocop (1.48.1)
54
+ rubocop (1.51.0)
55
55
  json (~> 2.3)
56
56
  parallel (~> 1.10)
57
57
  parser (>= 3.2.0.0)
58
58
  rainbow (>= 2.2.2, < 4.0)
59
59
  regexp_parser (>= 1.8, < 3.0)
60
60
  rexml (>= 3.2.5, < 4.0)
61
- rubocop-ast (>= 1.26.0, < 2.0)
61
+ rubocop-ast (>= 1.28.0, < 2.0)
62
62
  ruby-progressbar (~> 1.7)
63
63
  unicode-display_width (>= 2.4.0, < 3.0)
64
- rubocop-ast (1.28.0)
64
+ rubocop-ast (1.28.1)
65
65
  parser (>= 3.2.1.0)
66
- rubocop-capybara (2.17.1)
66
+ rubocop-capybara (2.18.0)
67
67
  rubocop (~> 1.41)
68
- rubocop-performance (1.16.0)
68
+ rubocop-factory_bot (2.23.1)
69
+ rubocop (~> 1.33)
70
+ rubocop-performance (1.18.0)
69
71
  rubocop (>= 1.7.0, < 2.0)
70
72
  rubocop-ast (>= 0.4.0)
71
- rubocop-rails (2.18.0)
73
+ rubocop-rails (2.19.1)
72
74
  activesupport (>= 4.2.0)
73
75
  rack (>= 1.1)
74
76
  rubocop (>= 1.33.0, < 2.0)
75
77
  rubocop-rake (0.6.0)
76
78
  rubocop (~> 1.0)
77
- rubocop-rspec (2.19.0)
79
+ rubocop-rspec (2.22.0)
78
80
  rubocop (~> 1.33)
79
81
  rubocop-capybara (~> 2.17)
82
+ rubocop-factory_bot (~> 2.22)
80
83
  ruby-progressbar (1.13.0)
81
84
  simplecov (0.22.0)
82
85
  docile (~> 1.1)
@@ -110,4 +113,4 @@ DEPENDENCIES
110
113
  simplecov-rcov
111
114
 
112
115
  BUNDLED WITH
113
- 2.3.7
116
+ 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.22'
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.22
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-05-29 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