data_taster 0.2.2 → 0.3.0

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: 4600612d833abac61cc05094033474ec8922ef9f568d8a04de7eedd29e10cd72
4
- data.tar.gz: 199e33bfe66a14fc66b6809fcb89d617697983f89d1471441f2979e4108507ed
3
+ metadata.gz: 48a519e11c45d0094c3522f8f5e5c266a3127b531f7b8702642d39d83aadf5ab
4
+ data.tar.gz: 9c6864b781f6afecca3739aeb08a34ac7d47dd713cee102d516efcec859cd0cd
5
5
  SHA512:
6
- metadata.gz: 32644abcc041614257de06516bee32b189939a0a504b64af7544eb47129569132c25c4e6745eca3a9eeb1253acbd8c6029824ce625663c40e706cf0e6ff83201
7
- data.tar.gz: d11b9f52992f8b122e50c4c3663acd288fcc0e0a0047eff174301c9e17a62652fc8faa37ce92b6bda746057f04564b065d56182aba767d548090cd1921580026
6
+ metadata.gz: 3683f9ed111f542f340977c64eab7accfc06fb73e0dc1803bae3285531bfa376074fb14a5e7fbba079770a1ea25fc546b9c82870b9aaea0a4b917fd8440df191
7
+ data.tar.gz: 4d4d3fd5a4b0b9a1ec9497d729564ed864d634fa82ed18fc4ab4a406ab11c0087fab59f8d1c19d2a31be3cb8495adeeadf6ce9a5272d1986c89c6916da3f58f5
data/.rubocop.yml CHANGED
@@ -2,7 +2,7 @@ require:
2
2
  - rubocop-powerhome
3
3
 
4
4
  AllCops:
5
- TargetRubyVersion: 2.7
5
+ TargetRubyVersion: 3.0
6
6
 
7
7
  Style/FrozenStringLiteralComment:
8
8
  Exclude:
data/Appraisals CHANGED
@@ -5,9 +5,9 @@ appraise "rails-6-0" do
5
5
  end
6
6
 
7
7
  appraise "rails-6-1" do
8
- gem "rails", "6.1.7.4"
8
+ gem "rails", "6.1.7.7"
9
9
  end
10
10
 
11
11
  appraise "rails-7-0" do
12
- gem "rails", "7.0.6"
12
+ gem "rails", "7.0.8.1"
13
13
  end
data/Gemfile CHANGED
@@ -4,5 +4,4 @@ source "https://rubygems.org"
4
4
 
5
5
  gemspec
6
6
 
7
- gem "nokogiri", "< 1.16"
8
7
  gem "rubocop-powerhome", path: "../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
data/Gemfile.lock CHANGED
@@ -11,41 +11,41 @@ PATH
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- data_taster (0.2.2)
14
+ data_taster (0.3.0)
15
15
  rails (>= 6.0)
16
16
 
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
- actioncable (7.1.2)
21
- actionpack (= 7.1.2)
22
- activesupport (= 7.1.2)
20
+ actioncable (7.1.3.2)
21
+ actionpack (= 7.1.3.2)
22
+ activesupport (= 7.1.3.2)
23
23
  nio4r (~> 2.0)
24
24
  websocket-driver (>= 0.6.1)
25
25
  zeitwerk (~> 2.6)
26
- actionmailbox (7.1.2)
27
- actionpack (= 7.1.2)
28
- activejob (= 7.1.2)
29
- activerecord (= 7.1.2)
30
- activestorage (= 7.1.2)
31
- activesupport (= 7.1.2)
26
+ actionmailbox (7.1.3.2)
27
+ actionpack (= 7.1.3.2)
28
+ activejob (= 7.1.3.2)
29
+ activerecord (= 7.1.3.2)
30
+ activestorage (= 7.1.3.2)
31
+ activesupport (= 7.1.3.2)
32
32
  mail (>= 2.7.1)
33
33
  net-imap
34
34
  net-pop
35
35
  net-smtp
36
- actionmailer (7.1.2)
37
- actionpack (= 7.1.2)
38
- actionview (= 7.1.2)
39
- activejob (= 7.1.2)
40
- activesupport (= 7.1.2)
36
+ actionmailer (7.1.3.2)
37
+ actionpack (= 7.1.3.2)
38
+ actionview (= 7.1.3.2)
39
+ activejob (= 7.1.3.2)
40
+ activesupport (= 7.1.3.2)
41
41
  mail (~> 2.5, >= 2.5.4)
42
42
  net-imap
43
43
  net-pop
44
44
  net-smtp
45
45
  rails-dom-testing (~> 2.2)
46
- actionpack (7.1.2)
47
- actionview (= 7.1.2)
48
- activesupport (= 7.1.2)
46
+ actionpack (7.1.3.2)
47
+ actionview (= 7.1.3.2)
48
+ activesupport (= 7.1.3.2)
49
49
  nokogiri (>= 1.8.5)
50
50
  racc
51
51
  rack (>= 2.2.4)
@@ -53,35 +53,35 @@ GEM
53
53
  rack-test (>= 0.6.3)
54
54
  rails-dom-testing (~> 2.2)
55
55
  rails-html-sanitizer (~> 1.6)
56
- actiontext (7.1.2)
57
- actionpack (= 7.1.2)
58
- activerecord (= 7.1.2)
59
- activestorage (= 7.1.2)
60
- activesupport (= 7.1.2)
56
+ actiontext (7.1.3.2)
57
+ actionpack (= 7.1.3.2)
58
+ activerecord (= 7.1.3.2)
59
+ activestorage (= 7.1.3.2)
60
+ activesupport (= 7.1.3.2)
61
61
  globalid (>= 0.6.0)
62
62
  nokogiri (>= 1.8.5)
63
- actionview (7.1.2)
64
- activesupport (= 7.1.2)
63
+ actionview (7.1.3.2)
64
+ activesupport (= 7.1.3.2)
65
65
  builder (~> 3.1)
66
66
  erubi (~> 1.11)
67
67
  rails-dom-testing (~> 2.2)
68
68
  rails-html-sanitizer (~> 1.6)
69
- activejob (7.1.2)
70
- activesupport (= 7.1.2)
69
+ activejob (7.1.3.2)
70
+ activesupport (= 7.1.3.2)
71
71
  globalid (>= 0.3.6)
72
- activemodel (7.1.2)
73
- activesupport (= 7.1.2)
74
- activerecord (7.1.2)
75
- activemodel (= 7.1.2)
76
- activesupport (= 7.1.2)
72
+ activemodel (7.1.3.2)
73
+ activesupport (= 7.1.3.2)
74
+ activerecord (7.1.3.2)
75
+ activemodel (= 7.1.3.2)
76
+ activesupport (= 7.1.3.2)
77
77
  timeout (>= 0.4.0)
78
- activestorage (7.1.2)
79
- actionpack (= 7.1.2)
80
- activejob (= 7.1.2)
81
- activerecord (= 7.1.2)
82
- activesupport (= 7.1.2)
78
+ activestorage (7.1.3.2)
79
+ actionpack (= 7.1.3.2)
80
+ activejob (= 7.1.3.2)
81
+ activerecord (= 7.1.3.2)
82
+ activesupport (= 7.1.3.2)
83
83
  marcel (~> 1.0)
84
- activesupport (7.1.2)
84
+ activesupport (7.1.3.2)
85
85
  base64
86
86
  bigdecimal
87
87
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -97,13 +97,13 @@ GEM
97
97
  thor (>= 0.14.0)
98
98
  ast (2.4.2)
99
99
  base64 (0.2.0)
100
- bigdecimal (3.1.5)
100
+ bigdecimal (3.1.6)
101
101
  builder (3.2.4)
102
- concurrent-ruby (1.2.2)
102
+ concurrent-ruby (1.2.3)
103
103
  connection_pool (2.4.1)
104
104
  crass (1.0.6)
105
105
  date (3.3.4)
106
- diff-lcs (1.5.0)
106
+ diff-lcs (1.5.1)
107
107
  docile (1.1.5)
108
108
  drb (2.2.0)
109
109
  ruby2_keywords
@@ -112,10 +112,10 @@ GEM
112
112
  activesupport (>= 6.1)
113
113
  i18n (1.14.1)
114
114
  concurrent-ruby (~> 1.0)
115
- io-console (0.7.1)
116
- irb (1.11.0)
115
+ io-console (0.7.2)
116
+ irb (1.11.2)
117
117
  rdoc
118
- reline (>= 0.3.8)
118
+ reline (>= 0.4.2)
119
119
  json (2.7.1)
120
120
  license_finder (7.1.0)
121
121
  bundler
@@ -135,9 +135,9 @@ GEM
135
135
  marcel (1.0.2)
136
136
  mini_mime (1.1.5)
137
137
  mini_portile2 (2.8.5)
138
- minitest (5.20.0)
138
+ minitest (5.22.2)
139
139
  mutex_m (0.2.0)
140
- net-imap (0.4.9.1)
140
+ net-imap (0.4.10)
141
141
  date
142
142
  net-protocol
143
143
  net-pop (0.1.2)
@@ -147,24 +147,24 @@ GEM
147
147
  net-smtp (0.4.0.1)
148
148
  net-protocol
149
149
  nio4r (2.7.0)
150
- nokogiri (1.15.5)
150
+ nokogiri (1.16.4)
151
151
  mini_portile2 (~> 2.8.2)
152
152
  racc (~> 1.4)
153
- nokogiri (1.15.5-arm64-darwin)
153
+ nokogiri (1.16.4-arm64-darwin)
154
154
  racc (~> 1.4)
155
- nokogiri (1.15.5-x86_64-darwin)
155
+ nokogiri (1.16.4-x86_64-darwin)
156
156
  racc (~> 1.4)
157
- nokogiri (1.15.5-x86_64-linux)
157
+ nokogiri (1.16.4-x86_64-linux)
158
158
  racc (~> 1.4)
159
159
  parallel (1.24.0)
160
- parser (3.3.0.2)
160
+ parser (3.3.0.5)
161
161
  ast (~> 2.4.1)
162
162
  racc
163
163
  power_assert (2.0.3)
164
164
  psych (5.1.2)
165
165
  stringio
166
166
  racc (1.7.3)
167
- rack (3.0.8)
167
+ rack (3.0.9.1)
168
168
  rack-session (2.0.0)
169
169
  rack (>= 3.0.0)
170
170
  rack-test (2.1.0)
@@ -172,20 +172,20 @@ GEM
172
172
  rackup (2.1.0)
173
173
  rack (>= 3)
174
174
  webrick (~> 1.8)
175
- rails (7.1.2)
176
- actioncable (= 7.1.2)
177
- actionmailbox (= 7.1.2)
178
- actionmailer (= 7.1.2)
179
- actionpack (= 7.1.2)
180
- actiontext (= 7.1.2)
181
- actionview (= 7.1.2)
182
- activejob (= 7.1.2)
183
- activemodel (= 7.1.2)
184
- activerecord (= 7.1.2)
185
- activestorage (= 7.1.2)
186
- activesupport (= 7.1.2)
175
+ rails (7.1.3.2)
176
+ actioncable (= 7.1.3.2)
177
+ actionmailbox (= 7.1.3.2)
178
+ actionmailer (= 7.1.3.2)
179
+ actionpack (= 7.1.3.2)
180
+ actiontext (= 7.1.3.2)
181
+ actionview (= 7.1.3.2)
182
+ activejob (= 7.1.3.2)
183
+ activemodel (= 7.1.3.2)
184
+ activerecord (= 7.1.3.2)
185
+ activestorage (= 7.1.3.2)
186
+ activesupport (= 7.1.3.2)
187
187
  bundler (>= 1.15.0)
188
- railties (= 7.1.2)
188
+ railties (= 7.1.3.2)
189
189
  rails-dom-testing (2.2.0)
190
190
  activesupport (>= 5.0.0)
191
191
  minitest
@@ -193,9 +193,9 @@ GEM
193
193
  rails-html-sanitizer (1.6.0)
194
194
  loofah (~> 2.21)
195
195
  nokogiri (~> 1.14)
196
- railties (7.1.2)
197
- actionpack (= 7.1.2)
198
- activesupport (= 7.1.2)
196
+ railties (7.1.3.2)
197
+ actionpack (= 7.1.3.2)
198
+ activesupport (= 7.1.3.2)
199
199
  irb
200
200
  rackup (>= 1.0.0)
201
201
  rake (>= 12.2)
@@ -207,22 +207,22 @@ GEM
207
207
  rdoc (6.6.2)
208
208
  psych (>= 4.0.0)
209
209
  regexp_parser (2.9.0)
210
- reline (0.4.2)
210
+ reline (0.4.3)
211
211
  io-console (~> 0.5)
212
212
  rexml (3.2.6)
213
- rspec (3.12.0)
214
- rspec-core (~> 3.12.0)
215
- rspec-expectations (~> 3.12.0)
216
- rspec-mocks (~> 3.12.0)
217
- rspec-core (3.12.2)
218
- rspec-support (~> 3.12.0)
219
- rspec-expectations (3.12.3)
213
+ rspec (3.13.0)
214
+ rspec-core (~> 3.13.0)
215
+ rspec-expectations (~> 3.13.0)
216
+ rspec-mocks (~> 3.13.0)
217
+ rspec-core (3.13.0)
218
+ rspec-support (~> 3.13.0)
219
+ rspec-expectations (3.13.0)
220
220
  diff-lcs (>= 1.2.0, < 2.0)
221
- rspec-support (~> 3.12.0)
222
- rspec-mocks (3.12.6)
221
+ rspec-support (~> 3.13.0)
222
+ rspec-mocks (3.13.0)
223
223
  diff-lcs (>= 1.2.0, < 2.0)
224
- rspec-support (~> 3.12.0)
225
- rspec-support (3.12.1)
224
+ rspec-support (~> 3.13.0)
225
+ rspec-support (3.13.1)
226
226
  rubocop (1.52.1)
227
227
  json (~> 2.3)
228
228
  parallel (~> 1.10)
@@ -237,9 +237,9 @@ GEM
237
237
  parser (>= 3.2.1.0)
238
238
  rubocop-capybara (2.20.0)
239
239
  rubocop (~> 1.41)
240
- rubocop-factory_bot (2.25.0)
241
- rubocop (~> 1.33)
242
- rubocop-performance (1.20.1)
240
+ rubocop-factory_bot (2.25.1)
241
+ rubocop (~> 1.41)
242
+ rubocop-performance (1.20.2)
243
243
  rubocop (>= 1.48.1, < 2.0)
244
244
  rubocop-ast (>= 1.30.0, < 2.0)
245
245
  rubocop-rails (2.23.1)
@@ -264,7 +264,7 @@ GEM
264
264
  stringio (3.1.0)
265
265
  test-unit (3.1.5)
266
266
  power_assert
267
- thor (1.3.0)
267
+ thor (1.3.1)
268
268
  timeout (0.4.1)
269
269
  tomlrb (2.0.3)
270
270
  tzinfo (2.0.6)
@@ -278,7 +278,7 @@ GEM
278
278
  xml-simple (1.1.9)
279
279
  rexml
280
280
  yard (0.9.34)
281
- zeitwerk (2.6.12)
281
+ zeitwerk (2.6.13)
282
282
 
283
283
  PLATFORMS
284
284
  arm64-darwin-20
@@ -297,7 +297,6 @@ DEPENDENCIES
297
297
  bundler (~> 2.1)
298
298
  data_taster!
299
299
  license_finder (~> 7.0)
300
- nokogiri (< 1.16)
301
300
  parser (>= 2.5, != 2.5.1.1)
302
301
  rainbow (= 2.2.2)
303
302
  rake (~> 13.0)
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Jill Klang
3
+ Copyright Power Home Remodeling Group, LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/docs/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.0] - 2024-04-25
4
+
5
+ - Add compatibility for encryption with newer versions of attr_encrypted
6
+
3
7
  ## [0.2.0] - 2023-12-24
4
8
 
5
9
  - Rollout of basic features. See README for details.
@@ -2,7 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "nokogiri", "< 1.16"
6
5
  gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
7
6
  gem "rails", "6.0.6.1"
8
7
 
@@ -11,7 +11,7 @@ PATH
11
11
  PATH
12
12
  remote: ..
13
13
  specs:
14
- data_taster (0.2.2)
14
+ data_taster (0.3.0)
15
15
  rails (>= 6.0)
16
16
 
17
17
  GEM
@@ -78,17 +78,17 @@ GEM
78
78
  thor (>= 0.14.0)
79
79
  ast (2.4.2)
80
80
  builder (3.2.4)
81
- concurrent-ruby (1.2.2)
81
+ concurrent-ruby (1.2.3)
82
82
  crass (1.0.6)
83
83
  date (3.3.4)
84
- diff-lcs (1.5.0)
84
+ diff-lcs (1.5.1)
85
85
  docile (1.1.5)
86
86
  erubi (1.12.0)
87
87
  globalid (1.1.0)
88
88
  activesupport (>= 5.0)
89
- i18n (1.14.1)
89
+ i18n (1.14.4)
90
90
  concurrent-ruby (~> 1.0)
91
- json (2.7.1)
91
+ json (2.7.2)
92
92
  license_finder (7.1.0)
93
93
  bundler
94
94
  rubyzip (>= 1, < 3)
@@ -104,29 +104,35 @@ GEM
104
104
  net-imap
105
105
  net-pop
106
106
  net-smtp
107
- marcel (1.0.2)
108
- method_source (1.0.0)
107
+ marcel (1.0.4)
108
+ method_source (1.1.0)
109
109
  mini_mime (1.1.5)
110
- minitest (5.20.0)
111
- net-imap (0.4.9.1)
110
+ mini_portile2 (2.8.6)
111
+ minitest (5.22.3)
112
+ net-imap (0.4.10)
112
113
  date
113
114
  net-protocol
114
115
  net-pop (0.1.2)
115
116
  net-protocol
116
117
  net-protocol (0.2.2)
117
118
  timeout
118
- net-smtp (0.4.0.1)
119
+ net-smtp (0.5.0)
119
120
  net-protocol
120
- nio4r (2.7.0)
121
- nokogiri (1.15.5-arm64-darwin)
121
+ nio4r (2.7.1)
122
+ nokogiri (1.16.4)
123
+ mini_portile2 (~> 2.8.2)
124
+ racc (~> 1.4)
125
+ nokogiri (1.16.4-arm64-darwin)
126
+ racc (~> 1.4)
127
+ nokogiri (1.16.4-x86_64-linux)
122
128
  racc (~> 1.4)
123
129
  parallel (1.24.0)
124
- parser (3.2.2.4)
130
+ parser (3.3.0.5)
125
131
  ast (~> 2.4.1)
126
132
  racc
127
133
  power_assert (2.0.3)
128
134
  racc (1.7.3)
129
- rack (2.2.8)
135
+ rack (2.2.9)
130
136
  rack-test (2.1.0)
131
137
  rack (>= 1.3)
132
138
  rails (6.0.6.1)
@@ -159,22 +165,22 @@ GEM
159
165
  thor (>= 0.20.3, < 2.0)
160
166
  rainbow (2.2.2)
161
167
  rake
162
- rake (13.1.0)
163
- regexp_parser (2.8.3)
168
+ rake (13.2.1)
169
+ regexp_parser (2.9.0)
164
170
  rexml (3.2.6)
165
- rspec (3.12.0)
166
- rspec-core (~> 3.12.0)
167
- rspec-expectations (~> 3.12.0)
168
- rspec-mocks (~> 3.12.0)
169
- rspec-core (3.12.2)
170
- rspec-support (~> 3.12.0)
171
- rspec-expectations (3.12.3)
171
+ rspec (3.13.0)
172
+ rspec-core (~> 3.13.0)
173
+ rspec-expectations (~> 3.13.0)
174
+ rspec-mocks (~> 3.13.0)
175
+ rspec-core (3.13.0)
176
+ rspec-support (~> 3.13.0)
177
+ rspec-expectations (3.13.0)
172
178
  diff-lcs (>= 1.2.0, < 2.0)
173
- rspec-support (~> 3.12.0)
174
- rspec-mocks (3.12.6)
179
+ rspec-support (~> 3.13.0)
180
+ rspec-mocks (3.13.0)
175
181
  diff-lcs (>= 1.2.0, < 2.0)
176
- rspec-support (~> 3.12.0)
177
- rspec-support (3.12.1)
182
+ rspec-support (~> 3.13.0)
183
+ rspec-support (3.13.1)
178
184
  rubocop (1.52.1)
179
185
  json (~> 2.3)
180
186
  parallel (~> 1.10)
@@ -185,26 +191,29 @@ GEM
185
191
  rubocop-ast (>= 1.28.0, < 2.0)
186
192
  ruby-progressbar (~> 1.7)
187
193
  unicode-display_width (>= 2.4.0, < 3.0)
188
- rubocop-ast (1.30.0)
189
- parser (>= 3.2.1.0)
194
+ rubocop-ast (1.31.2)
195
+ parser (>= 3.3.0.4)
190
196
  rubocop-capybara (2.20.0)
191
197
  rubocop (~> 1.41)
192
- rubocop-factory_bot (2.24.0)
193
- rubocop (~> 1.33)
194
- rubocop-performance (1.20.1)
198
+ rubocop-factory_bot (2.25.1)
199
+ rubocop (~> 1.41)
200
+ rubocop-performance (1.21.0)
195
201
  rubocop (>= 1.48.1, < 2.0)
196
- rubocop-ast (>= 1.30.0, < 2.0)
197
- rubocop-rails (2.23.1)
202
+ rubocop-ast (>= 1.31.1, < 2.0)
203
+ rubocop-rails (2.24.1)
198
204
  activesupport (>= 4.2.0)
199
205
  rack (>= 1.1)
200
206
  rubocop (>= 1.33.0, < 2.0)
201
- rubocop-ast (>= 1.30.0, < 2.0)
207
+ rubocop-ast (>= 1.31.1, < 2.0)
202
208
  rubocop-rake (0.6.0)
203
209
  rubocop (~> 1.0)
204
- rubocop-rspec (2.25.0)
210
+ rubocop-rspec (2.29.1)
205
211
  rubocop (~> 1.40)
206
212
  rubocop-capybara (~> 2.17)
207
213
  rubocop-factory_bot (~> 2.22)
214
+ rubocop-rspec_rails (~> 2.28)
215
+ rubocop-rspec_rails (2.28.3)
216
+ rubocop (~> 1.40)
208
217
  ruby-progressbar (1.13.0)
209
218
  rubyzip (2.3.2)
210
219
  simplecov (0.15.1)
@@ -221,7 +230,7 @@ GEM
221
230
  sprockets (>= 3.0.0)
222
231
  test-unit (3.1.5)
223
232
  power_assert
224
- thor (1.3.0)
233
+ thor (1.3.1)
225
234
  thread_safe (0.3.6)
226
235
  timeout (0.4.1)
227
236
  tomlrb (2.0.3)
@@ -235,18 +244,19 @@ GEM
235
244
  xml-simple (1.1.9)
236
245
  rexml
237
246
  yard (0.9.34)
238
- zeitwerk (2.6.12)
247
+ zeitwerk (2.6.13)
239
248
 
240
249
  PLATFORMS
241
250
  arm64-darwin-22
242
251
  arm64-darwin-23
252
+ ruby
253
+ x86_64-linux
243
254
 
244
255
  DEPENDENCIES
245
256
  appraisal (= 2.5.0)
246
257
  bundler (~> 2.1)
247
258
  data_taster!
248
259
  license_finder (~> 7.0)
249
- nokogiri (< 1.16)
250
260
  parser (>= 2.5, != 2.5.1.1)
251
261
  rails (= 6.0.6.1)
252
262
  rainbow (= 2.2.2)
@@ -2,8 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "nokogiri", "< 1.16"
6
5
  gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
7
- gem "rails", "6.1.7.4"
6
+ gem "rails", "6.1.7.7"
8
7
 
9
8
  gemspec path: "../"