friendly_fk 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c490993692e0b679d96dc111e928b941cc0dcff1e28ac8cf9ed0b2c8a13c890a
4
- data.tar.gz: 5c39b731f23124607a4bca796666e77d4da40689683ec426655e937d92eaad5d
3
+ metadata.gz: bd86fe0b0f81c0a3c3f9b06d4fed7210b75265da52d6f2a1f91562d4cd0940bd
4
+ data.tar.gz: 90bc5d3583b8c7830e3128ecedae52b0a549cbf5eba2bbefc98f7e59ff9b1cc6
5
5
  SHA512:
6
- metadata.gz: d25a8501d48e64a23ee829ebb50593205b14742f68f1f3f903f2d550d6ed8800851443c4cb7f6f899d51b58f6a5e6716848e2ee383daf444cf52f0ff0860bbc2
7
- data.tar.gz: 74aa6912fb894cc5640c08dfa0fcadb453059d70b34263974e5368170b593baee0f673d2623967112dd66cd189809c593580770ffe962078c3fa90bf076b9f0d
6
+ metadata.gz: 17cbcdef7529e64294efcf4bd511cd7ea5dcf486715f8653f5afe9733e19451c4c4812d53477f3e9672b47323afea238be0e9370094fef02e90b9f4aae0e7290
7
+ data.tar.gz: 451094c67f3e93a5802af4ad571c6c09bc2a40d38f6aee5c9427806989c185dbcf4d82aa3f1e871e49b10170ea5218d8def7ac2aa16b1a384cd564aa677c0b2a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- friendly_fk (1.0.22)
4
+ friendly_fk (1.0.23)
5
5
  activerecord
6
6
 
7
7
  GEM
@@ -24,19 +24,22 @@ GEM
24
24
  fuubar (2.5.1)
25
25
  rspec-core (~> 3.0)
26
26
  ruby-progressbar (~> 1.4)
27
- i18n (1.13.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
33
  parallel (1.23.0)
33
- parser (3.2.2.1)
34
+ parser (3.2.2.3)
34
35
  ast (~> 2.4.1)
36
+ racc
35
37
  pg (1.5.3)
36
- rack (3.0.7)
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.8.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)
@@ -51,17 +54,18 @@ GEM
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.51.0)
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
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.1)
68
+ rubocop-ast (1.29.0)
65
69
  parser (>= 3.2.1.0)
66
70
  rubocop-capybara (2.18.0)
67
71
  rubocop (~> 1.41)
@@ -70,7 +74,7 @@ GEM
70
74
  rubocop-performance (1.18.0)
71
75
  rubocop (>= 1.7.0, < 2.0)
72
76
  rubocop-ast (>= 0.4.0)
73
- rubocop-rails (2.19.1)
77
+ rubocop-rails (2.20.2)
74
78
  activesupport (>= 4.2.0)
75
79
  rack (>= 1.1)
76
80
  rubocop (>= 1.33.0, < 2.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FriendlyFk
4
- VERSION = '1.0.22'
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.22
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-05-29 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