ams_lazy_relationships 0.1.4 → 0.3.2

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
- SHA1:
3
- metadata.gz: dbafe51edd7b544ae1aa9f0338cb50d22a54d9f1
4
- data.tar.gz: d60d837607389b59a521deb7a3486d3ec9c951b5
2
+ SHA256:
3
+ metadata.gz: e456a9f3d1ebd29b3ed4fe59af5bf075581657749f7a0c0b8ad95d720b5ab225
4
+ data.tar.gz: 8a2ccf2836ceba847cba01e6524a3f66ec5fcbdcb66f25ab28eb65a6b8042cdd
5
5
  SHA512:
6
- metadata.gz: bee54b4366b2ddb41a43c4ca79db09162d7a2910e2570e046d57c79fb5bfee4031d2c2674af2dd04e5c276c93b0d8805a8a7871239bcbb60386310ac7e0cbc3b
7
- data.tar.gz: 1de8a52d3743bcbeb955bbda27f8974c9d34dd6b3a3c1350c75fa2b646b9af955e53276cedd6b52b052516e781fe6bfc79f8c1f29ce20fe7cb6f612301121525
6
+ metadata.gz: 760ff1224565b3f5249d044726deb3bd226cf23766c073fbce43fe7c3c24ae241a01a63e88fa79fa561d570389cd1a848113275daf36ad9ec9965d1715203740
7
+ data.tar.gz: 77c0fb34233ffeb48526ae020f0ca8ffc28f84a2d630004f3566e0b6798a7631fb2974c55623305272ee3f21771f3f74efbe5fc00e1c02b561346deff3c77a3f
data/.travis.yml CHANGED
@@ -6,11 +6,26 @@ env:
6
6
  language: ruby
7
7
  gemfile:
8
8
  - gemfiles/ams_0.10.0.rc4.gemfile
9
+ - gemfiles/ams_0.10.0.gemfile
9
10
  - gemfiles/ams_0.10.2.gemfile
11
+ - gemfiles/ams_0.10.3.gemfile
10
12
  - gemfiles/ams_0.10.8.gemfile
13
+ - gemfiles/ams_0.10.10.gemfile
14
+ - gemfiles/batch_loader_1.gemfile
15
+ - gemfiles/batch_loader_2.gemfile
11
16
  cache: bundler
12
17
  rvm:
13
- - 2.3.4
18
+ - 2.5.3
19
+ - 3.0.0
20
+ jobs:
21
+ # Following AMS versions are locked to AR < 6 which isn't compatible with Ruby 3
22
+ exclude:
23
+ - rvm: 3.0.0
24
+ gemfile: gemfiles/ams_0.10.2.gemfile
25
+ - rvm: 3.0.0
26
+ gemfile: gemfiles/ams_0.10.3.gemfile
27
+ - rvm: 3.0.0
28
+ gemfile: gemfiles/ams_0.10.8.gemfile
14
29
  before_script:
15
30
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
16
31
  - chmod +x ./cc-test-reporter
data/Appraisals CHANGED
@@ -2,10 +2,30 @@ appraise "ams-0.10.0.rc4" do
2
2
  gem "active_model_serializers", "0.10.0.rc4"
3
3
  end
4
4
 
5
+ appraise "ams-0.10.0" do
6
+ gem "active_model_serializers", "0.10.0"
7
+ end
8
+
5
9
  appraise "ams-0.10.2" do
6
10
  gem "active_model_serializers", "0.10.2"
7
11
  end
8
12
 
13
+ appraise "ams-0.10.3" do
14
+ gem "active_model_serializers", "0.10.3"
15
+ end
16
+
9
17
  appraise "ams-0.10.8" do
10
18
  gem "active_model_serializers", "0.10.8"
11
19
  end
20
+
21
+ appraise "ams-0.10.10" do
22
+ gem "active_model_serializers", "0.10.10"
23
+ end
24
+
25
+ appraise "batch-loader-1" do
26
+ gem "batch-loader", "~> 1"
27
+ end
28
+
29
+ appraise "batch-loader-2" do
30
+ gem "batch-loader", "~> 2"
31
+ end
data/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # Change Log
2
2
 
3
+ ## [v0.3.2](https://github.com/Bajena/ams_lazy_relationships/tree/v0.3.2) (2021-04-18)
4
+
5
+ [Full Changelog](https://github.com/Bajena/ams_lazy_relationships/compare/v0.3.1...v0.3.2)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Support Ruby 3 [\#64](https://github.com/Bajena/ams_lazy_relationships/pull/64) ([Bajena](https://github.com/Bajena))
10
+ - Bump nokogiri from 1.10.5 to 1.11.3 [\#63](https://github.com/Bajena/ams_lazy_relationships/pull/63) ([dependabot[bot]](https://github.com/apps/dependabot))
11
+ - Bump json from 2.1.0 to 2.5.1 [\#61](https://github.com/Bajena/ams_lazy_relationships/pull/61) ([dependabot[bot]](https://github.com/apps/dependabot))
12
+ - Update rake requirement from ~\> 10.0 to ~\> 13.0 [\#53](https://github.com/Bajena/ams_lazy_relationships/pull/53) ([dependabot[bot]](https://github.com/apps/dependabot))
13
+
14
+ ## [v0.3.1](https://github.com/Bajena/ams_lazy_relationships/tree/v0.3.1) (2021-04-14)
15
+ [Full Changelog](https://github.com/Bajena/ams_lazy_relationships/compare/v0.3.0...v0.3.1)
16
+
17
+ **Closed issues:**
18
+
19
+ - NameError: uninitialized constant ActiveModel::Serializer::Reflection [\#59](https://github.com/Bajena/ams_lazy_relationships/issues/59)
20
+
21
+ **Merged pull requests:**
22
+
23
+ - Lock minimum AMS version to 0.10.0.rc4 [\#60](https://github.com/Bajena/ams_lazy_relationships/pull/60) ([Bajena](https://github.com/Bajena))
24
+
25
+ ## [v0.3.0](https://github.com/Bajena/ams_lazy_relationships/tree/v0.3.0) (2020-01-16)
26
+ [Full Changelog](https://github.com/Bajena/ams_lazy_relationships/compare/v0.2.0...v0.3.0)
27
+
28
+ **Merged pull requests:**
29
+
30
+ - Fix association duplicates after accepts\_nested\_attributes\_for assignation [\#50](https://github.com/Bajena/ams_lazy_relationships/pull/50) ([stokarenko](https://github.com/stokarenko))
31
+ - Skip active\_support as redundant dependency [\#49](https://github.com/Bajena/ams_lazy_relationships/pull/49) ([stokarenko](https://github.com/stokarenko))
32
+ - Test against AMS v0.10.0.rc4 [\#48](https://github.com/Bajena/ams_lazy_relationships/pull/48) ([stokarenko](https://github.com/stokarenko))
33
+ - Skip redundant queries when include\_data is disabled [\#47](https://github.com/Bajena/ams_lazy_relationships/pull/47) ([stokarenko](https://github.com/stokarenko))
34
+ - Adjust tested ams version [\#46](https://github.com/Bajena/ams_lazy_relationships/pull/46) ([stokarenko](https://github.com/stokarenko))
35
+ - Fix documentation for blocked relationships [\#45](https://github.com/Bajena/ams_lazy_relationships/pull/45) ([stokarenko](https://github.com/stokarenko))
36
+
37
+ ## [v0.2.0](https://github.com/Bajena/ams_lazy_relationships/tree/v0.2.0) (2020-01-11)
38
+ [Full Changelog](https://github.com/Bajena/ams_lazy_relationships/compare/v0.1.5...v0.2.0)
39
+
40
+ **Merged pull requests:**
41
+
42
+ - Lazy dig [\#44](https://github.com/Bajena/ams_lazy_relationships/pull/44) ([stokarenko](https://github.com/stokarenko))
43
+
44
+ ## [v0.1.5](https://github.com/Bajena/ams_lazy_relationships/tree/v0.1.5) (2020-01-08)
45
+ [Full Changelog](https://github.com/Bajena/ams_lazy_relationships/compare/v0.1.4...v0.1.5)
46
+
47
+ **Closed issues:**
48
+
49
+ - Extract a base class for the loaders [\#39](https://github.com/Bajena/ams_lazy_relationships/issues/39)
50
+ - "Association" loader loads unnecessary records on AR 5.2.3+ [\#37](https://github.com/Bajena/ams_lazy_relationships/issues/37)
51
+ - undefined method `load\_all\_lazy\_relationships' for nil:NilClass [\#30](https://github.com/Bajena/ams_lazy_relationships/issues/30)
52
+ - Convert loaders to use strings instead of records as main keys [\#24](https://github.com/Bajena/ams_lazy_relationships/issues/24)
53
+
54
+ **Merged pull requests:**
55
+
56
+ - Improve tests for nested serializer lookup [\#43](https://github.com/Bajena/ams_lazy_relationships/pull/43) ([stokarenko](https://github.com/stokarenko))
57
+ - Extract a base class for lazy loaders [\#40](https://github.com/Bajena/ams_lazy_relationships/pull/40) ([Bajena](https://github.com/Bajena))
58
+ - Filter out preloaded records in `Association` preloader [\#36](https://github.com/Bajena/ams_lazy_relationships/pull/36) ([Bajena](https://github.com/Bajena))
59
+ - Synchronize lazy relationships [\#35](https://github.com/Bajena/ams_lazy_relationships/pull/35) ([stokarenko](https://github.com/stokarenko))
60
+ - Fix nested serializer lookup [\#34](https://github.com/Bajena/ams_lazy_relationships/pull/34) ([stokarenko](https://github.com/stokarenko))
61
+ - Fix batch loader dependency [\#33](https://github.com/Bajena/ams_lazy_relationships/pull/33) ([stokarenko](https://github.com/stokarenko))
62
+ - Bump rack from 2.0.6 to 2.0.8 [\#32](https://github.com/Bajena/ams_lazy_relationships/pull/32) ([dependabot[bot]](https://github.com/apps/dependabot))
63
+ - Bump loofah from 2.2.3 to 2.3.1 [\#31](https://github.com/Bajena/ams_lazy_relationships/pull/31) ([dependabot[bot]](https://github.com/apps/dependabot))
64
+
3
65
  ## [v0.1.4](https://github.com/Bajena/ams_lazy_relationships/tree/v0.1.4) (2019-06-02)
4
66
  [Full Changelog](https://github.com/Bajena/ams_lazy_relationships/compare/v0.1.3...v0.1.4)
5
67
 
@@ -70,4 +132,4 @@
70
132
 
71
133
 
72
134
 
73
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
135
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
data/Gemfile.lock CHANGED
@@ -1,147 +1,190 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ams_lazy_relationships (0.1.4)
5
- active_model_serializers
6
- batch-loader (~> 1)
4
+ ams_lazy_relationships (0.3.2)
5
+ active_model_serializers (>= 0.10.0.rc4)
6
+ batch-loader
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (5.2.2)
12
- actionview (= 5.2.2)
13
- activesupport (= 5.2.2)
14
- rack (~> 2.0)
11
+ actionpack (6.1.3.1)
12
+ actionview (= 6.1.3.1)
13
+ activesupport (= 6.1.3.1)
14
+ rack (~> 2.0, >= 2.0.9)
15
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
- actionview (5.2.2)
19
- activesupport (= 5.2.2)
17
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
+ actionview (6.1.3.1)
19
+ activesupport (= 6.1.3.1)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
24
- active_model_serializers (0.10.9)
25
- actionpack (>= 4.1, < 6)
26
- activemodel (>= 4.1, < 6)
23
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
+ active_model_serializers (0.10.12)
25
+ actionpack (>= 4.1, < 6.2)
26
+ activemodel (>= 4.1, < 6.2)
27
27
  case_transform (>= 0.2)
28
28
  jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
29
- activemodel (5.2.2)
30
- activesupport (= 5.2.2)
31
- activerecord (5.2.2)
32
- activemodel (= 5.2.2)
33
- activesupport (= 5.2.2)
34
- arel (>= 9.0)
35
- activesupport (5.2.2)
29
+ activemodel (6.1.3.1)
30
+ activesupport (= 6.1.3.1)
31
+ activerecord (6.1.3.1)
32
+ activemodel (= 6.1.3.1)
33
+ activesupport (= 6.1.3.1)
34
+ activesupport (6.1.3.1)
36
35
  concurrent-ruby (~> 1.0, >= 1.0.2)
37
- i18n (>= 0.7, < 2)
38
- minitest (~> 5.1)
39
- tzinfo (~> 1.1)
40
- addressable (2.5.2)
41
- public_suffix (>= 2.0.2, < 4.0)
42
- appraisal (2.2.0)
36
+ i18n (>= 1.6, < 2)
37
+ minitest (>= 5.1)
38
+ tzinfo (~> 2.0)
39
+ zeitwerk (~> 2.3)
40
+ addressable (2.7.0)
41
+ public_suffix (>= 2.0.2, < 5.0)
42
+ appraisal (2.4.0)
43
43
  bundler
44
44
  rake
45
45
  thor (>= 0.14.0)
46
- arel (9.0.0)
47
- ast (2.4.0)
48
- batch-loader (1.4.1)
46
+ ast (2.4.2)
47
+ async (1.29.0)
48
+ console (~> 1.10)
49
+ nio4r (~> 2.3)
50
+ timers (~> 4.1)
51
+ async-http (0.54.1)
52
+ async (~> 1.25)
53
+ async-io (~> 1.28)
54
+ async-pool (~> 0.2)
55
+ protocol-http (~> 0.21.0)
56
+ protocol-http1 (~> 0.13.0)
57
+ protocol-http2 (~> 0.14.0)
58
+ async-http-faraday (0.9.0)
59
+ async-http (~> 0.42)
60
+ faraday
61
+ async-io (1.30.2)
62
+ async (~> 1.14)
63
+ async-pool (0.3.5)
64
+ async (~> 1.25)
65
+ batch-loader (2.0.1)
49
66
  benchmark-memory (0.1.2)
50
67
  memory_profiler (~> 0.9)
51
- builder (3.2.3)
68
+ builder (3.2.4)
52
69
  case_transform (0.2)
53
70
  activesupport
54
- coderay (1.1.2)
55
- concurrent-ruby (1.1.4)
56
- crass (1.0.4)
57
- db-query-matchers (0.9.0)
58
- activesupport (>= 4.0, <= 6.0)
71
+ coderay (1.1.3)
72
+ concurrent-ruby (1.1.8)
73
+ connection_pool (2.2.5)
74
+ console (1.11.1)
75
+ fiber-local
76
+ crass (1.0.6)
77
+ db-query-matchers (0.10.0)
78
+ activesupport (>= 4.0, < 7)
59
79
  rspec (~> 3.0)
60
- diff-lcs (1.3)
61
- docile (1.3.1)
62
- erubi (1.8.0)
63
- faraday (0.15.4)
80
+ diff-lcs (1.4.4)
81
+ docile (1.3.5)
82
+ erubi (1.10.0)
83
+ excon (0.80.1)
84
+ faraday (1.4.0)
85
+ faraday-excon (~> 1.0)
86
+ faraday-net_http (~> 1.0)
87
+ faraday-net_http_persistent (~> 1.0)
64
88
  multipart-post (>= 1.2, < 3)
65
- faraday-http-cache (2.0.0)
66
- faraday (~> 0.8)
67
- github_changelog_generator (1.14.3)
89
+ ruby2_keywords (>= 0.0.4)
90
+ faraday-excon (1.0.0)
91
+ excon (>= 0.27.4)
92
+ faraday-http-cache (2.2.0)
93
+ faraday (>= 0.8)
94
+ faraday-net_http (1.0.1)
95
+ faraday-net_http_persistent (1.0.3)
96
+ net-http-persistent (>= 3.1)
97
+ fiber-local (1.0.0)
98
+ github_changelog_generator (1.16.1)
68
99
  activesupport
100
+ async (>= 1.25.0)
101
+ async-http-faraday
69
102
  faraday-http-cache
70
103
  multi_json
71
104
  octokit (~> 4.6)
72
- rainbow (>= 2.1)
105
+ rainbow (>= 2.2.1)
73
106
  rake (>= 10.0)
74
- retriable (~> 2.1)
75
- i18n (1.5.1)
107
+ retriable (~> 3.0)
108
+ i18n (1.8.10)
76
109
  concurrent-ruby (~> 1.0)
77
- imagen (0.1.5)
110
+ imagen (0.1.8)
78
111
  parser (>= 2.5, != 2.5.1.1)
79
- jaro_winkler (1.5.2)
80
- json (2.1.0)
81
- jsonapi-renderer (0.2.0)
82
- loofah (2.2.3)
112
+ jaro_winkler (1.5.4)
113
+ jsonapi-renderer (0.2.2)
114
+ loofah (2.9.1)
83
115
  crass (~> 1.0.2)
84
116
  nokogiri (>= 1.5.9)
85
- memory_profiler (0.9.13)
86
- method_source (0.8.2)
87
- mini_portile2 (2.4.0)
88
- minitest (5.11.3)
89
- multi_json (1.13.1)
90
- multipart-post (2.0.0)
91
- nokogiri (1.10.0)
92
- mini_portile2 (~> 2.4.0)
93
- octokit (4.13.0)
117
+ memory_profiler (0.9.14)
118
+ method_source (0.9.2)
119
+ mini_portile2 (2.5.0)
120
+ minitest (5.14.4)
121
+ multi_json (1.15.0)
122
+ multipart-post (2.1.1)
123
+ net-http-persistent (4.0.1)
124
+ connection_pool (~> 2.2)
125
+ nio4r (2.5.7)
126
+ nokogiri (1.11.3)
127
+ mini_portile2 (~> 2.5.0)
128
+ racc (~> 1.4)
129
+ octokit (4.20.0)
130
+ faraday (>= 0.9)
94
131
  sawyer (~> 0.8.0, >= 0.5.3)
95
- parallel (1.12.1)
96
- parser (2.5.3.0)
97
- ast (~> 2.4.0)
98
- powerpack (0.1.2)
99
- pry (0.10.4)
132
+ parallel (1.20.1)
133
+ parser (3.0.1.0)
134
+ ast (~> 2.4.1)
135
+ powerpack (0.1.3)
136
+ protocol-hpack (1.4.2)
137
+ protocol-http (0.21.0)
138
+ protocol-http1 (0.13.2)
139
+ protocol-http (~> 0.19)
140
+ protocol-http2 (0.14.2)
141
+ protocol-hpack (~> 1.4)
142
+ protocol-http (~> 0.18)
143
+ pry (0.12.2)
100
144
  coderay (~> 1.1.0)
101
- method_source (~> 0.8.1)
102
- slop (~> 3.4)
103
- pry-nav (0.2.4)
104
- pry (>= 0.9.10, < 0.11.0)
105
- public_suffix (3.0.3)
106
- rack (2.0.6)
145
+ method_source (~> 0.9.0)
146
+ pry-nav (0.3.0)
147
+ pry (>= 0.9.10, < 0.13.0)
148
+ public_suffix (4.0.6)
149
+ racc (1.5.2)
150
+ rack (2.2.3)
107
151
  rack-test (1.1.0)
108
152
  rack (>= 1.0, < 3)
109
153
  rails-dom-testing (2.0.3)
110
154
  activesupport (>= 4.2.0)
111
155
  nokogiri (>= 1.6)
112
- rails-html-sanitizer (1.0.4)
113
- loofah (~> 2.2, >= 2.2.2)
114
- railties (5.2.2)
115
- actionpack (= 5.2.2)
116
- activesupport (= 5.2.2)
156
+ rails-html-sanitizer (1.3.0)
157
+ loofah (~> 2.3)
158
+ railties (6.1.3.1)
159
+ actionpack (= 6.1.3.1)
160
+ activesupport (= 6.1.3.1)
117
161
  method_source
118
162
  rake (>= 0.8.7)
119
- thor (>= 0.19.0, < 2.0)
120
- rainbow (2.2.2)
121
- rake
122
- rake (10.5.0)
123
- retriable (2.1.0)
124
- rspec (3.8.0)
125
- rspec-core (~> 3.8.0)
126
- rspec-expectations (~> 3.8.0)
127
- rspec-mocks (~> 3.8.0)
128
- rspec-core (3.8.0)
129
- rspec-support (~> 3.8.0)
130
- rspec-expectations (3.8.2)
163
+ thor (~> 1.0)
164
+ rainbow (3.0.0)
165
+ rake (13.0.3)
166
+ retriable (3.1.2)
167
+ rspec (3.9.0)
168
+ rspec-core (~> 3.9.0)
169
+ rspec-expectations (~> 3.9.0)
170
+ rspec-mocks (~> 3.9.0)
171
+ rspec-core (3.9.3)
172
+ rspec-support (~> 3.9.3)
173
+ rspec-expectations (3.9.4)
131
174
  diff-lcs (>= 1.2.0, < 2.0)
132
- rspec-support (~> 3.8.0)
133
- rspec-mocks (3.8.0)
175
+ rspec-support (~> 3.9.0)
176
+ rspec-mocks (3.9.1)
134
177
  diff-lcs (>= 1.2.0, < 2.0)
135
- rspec-support (~> 3.8.0)
136
- rspec-rails (3.8.1)
178
+ rspec-support (~> 3.9.0)
179
+ rspec-rails (3.9.1)
137
180
  actionpack (>= 3.0)
138
181
  activesupport (>= 3.0)
139
182
  railties (>= 3.0)
140
- rspec-core (~> 3.8.0)
141
- rspec-expectations (~> 3.8.0)
142
- rspec-mocks (~> 3.8.0)
143
- rspec-support (~> 3.8.0)
144
- rspec-support (3.8.0)
183
+ rspec-core (~> 3.9.0)
184
+ rspec-expectations (~> 3.9.0)
185
+ rspec-mocks (~> 3.9.0)
186
+ rspec-support (~> 3.9.0)
187
+ rspec-support (3.9.4)
145
188
  rubocop (0.61.0)
146
189
  jaro_winkler (~> 1.5.1)
147
190
  parallel (~> 1.10)
@@ -152,30 +195,33 @@ GEM
152
195
  unicode-display_width (~> 1.4.0)
153
196
  rubocop-rspec (1.20.1)
154
197
  rubocop (>= 0.51.0)
155
- ruby-progressbar (1.10.0)
156
- rugged (0.27.7)
157
- sawyer (0.8.1)
158
- addressable (>= 2.3.5, < 2.6)
159
- faraday (~> 0.8, < 1.0)
160
- simplecov (0.16.1)
198
+ ruby-progressbar (1.11.0)
199
+ ruby2_keywords (0.0.4)
200
+ rugged (1.1.0)
201
+ sawyer (0.8.2)
202
+ addressable (>= 2.3.5)
203
+ faraday (> 0.8, < 2.0)
204
+ simplecov (0.21.2)
161
205
  docile (~> 1.1)
162
- json (>= 1.8, < 3)
163
- simplecov-html (~> 0.10.0)
164
- simplecov-html (0.10.2)
165
- simplecov-lcov (0.7.0)
166
- slop (3.6.0)
167
- sqlite3 (1.3.13)
168
- thor (0.20.3)
206
+ simplecov-html (~> 0.11)
207
+ simplecov_json_formatter (~> 0.1)
208
+ simplecov-html (0.12.3)
209
+ simplecov-lcov (0.8.0)
210
+ simplecov_json_formatter (0.1.2)
211
+ sqlite3 (1.4.2)
212
+ thor (1.1.0)
169
213
  thread_safe (0.3.6)
170
- tzinfo (1.2.5)
171
- thread_safe (~> 0.1)
172
- undercover (0.3.0)
173
- imagen (~> 0.1.5)
174
- rainbow (~> 2.1)
175
- rugged (~> 0.27.0)
214
+ timers (4.3.3)
215
+ tzinfo (2.0.4)
216
+ concurrent-ruby (~> 1.0)
217
+ undercover (0.4.3)
218
+ imagen (>= 0.1.8)
219
+ rainbow (>= 2.1, < 4.0)
220
+ rugged (>= 0.27, < 1.2)
176
221
  unicode-display_width (1.4.1)
177
- with_model (2.1.2)
178
- activerecord (>= 4.2, < 6.0)
222
+ with_model (2.1.5)
223
+ activerecord (>= 5.2)
224
+ zeitwerk (2.4.2)
179
225
 
180
226
  PLATFORMS
181
227
  ruby
@@ -185,21 +231,21 @@ DEPENDENCIES
185
231
  ams_lazy_relationships!
186
232
  appraisal
187
233
  benchmark-memory (~> 0.1)
188
- bundler (~> 1.17)
189
234
  db-query-matchers
190
235
  github_changelog_generator
191
236
  pry
192
237
  pry-nav
193
- rake (~> 10.0)
238
+ rake (~> 13.0)
194
239
  rspec (~> 3.0)
195
240
  rspec-rails (~> 3.5)
196
241
  rubocop (= 0.61.0)
197
242
  rubocop-rspec (= 1.20.1)
198
243
  simplecov
199
244
  simplecov-lcov
200
- sqlite3 (~> 1.3.6)
245
+ sqlite3
246
+ thread_safe
201
247
  undercover
202
- with_model (~> 2.0)
248
+ with_model
203
249
 
204
250
  BUNDLED WITH
205
- 1.17.1
251
+ 2.2.15