pg_aggregates 0.2.1 → 0.2.3

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: '06275937982acc8e3dd0948ce60f2df0b5562a5b2eed7f4664a4cdf7b93c1b07'
4
- data.tar.gz: 949c40f5df0902184a5a59803535a6c0298668c458391b19e7f22126e05b90bb
3
+ metadata.gz: 0d18303836cde467970b7a3c5ce37ba2d61551a59d09fe085f50350cf1ef2c81
4
+ data.tar.gz: 1293758ce3fda4871ea8aa42972ce29ea1d241eb29de0fc46ea3e291667ec762
5
5
  SHA512:
6
- metadata.gz: a16c309216950f5357a906c823628f63a94d25c6b1434953fd9cfe05e07197c741c934d4650024481138966cf38a9f4c91926ac59c57eac536fe601e782a3ebb
7
- data.tar.gz: 46c768fe57e3ec3cf2fe5904231100b1f17ed0f3304aee35109c46f4a92d050b9143f4bb47c02c535d607036707d7b8368f3a99c4497a8a55b40fdbf4eb3eea9
6
+ metadata.gz: 5394bde2724f42ae43893b2ca44b1016c174ec29d6060fa515d7ef05acb15d8957b31d479725c1d51d60fec29bbee48659a6b26bfe2843a5d56ec6dac9a58e37
7
+ data.tar.gz: 8159641f53aed2f134766d9cc7d30810f8652062b03612f6a68231103c0c47e92348711531feea12a72148cb09f2e91a9a30d68ab6c6f66f9f01defe222b0d68
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.5
1
+ 3.4.3
data/Appraisals CHANGED
@@ -3,6 +3,7 @@
3
3
  appraise "rails-6.1" do
4
4
  gem "activerecord", "~> 6.1.0"
5
5
  gem "railties", "~> 6.1.0"
6
+ gem "logger", ">= 1.5.0"
6
7
  end
7
8
 
8
9
  appraise "rails-7.0" do
@@ -14,3 +15,8 @@ appraise "rails-7.1" do
14
15
  gem "activerecord", "~> 7.1.0"
15
16
  gem "railties", "~> 7.1.0"
16
17
  end
18
+
19
+ appraise "rails-8.0" do
20
+ gem "activerecord", "~> 8.0.0"
21
+ gem "railties", "~> 8.0.0"
22
+ end
@@ -1,7 +1,10 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # This file was generated by Appraisal
2
4
 
3
5
  source "https://rubygems.org"
4
6
 
7
+ gem "activerecord", "~> 6.1.0"
5
8
  gem "ammeter"
6
9
  gem "appraisal"
7
10
  gem "base64"
@@ -9,14 +12,14 @@ gem "bigdecimal"
9
12
  gem "database_cleaner"
10
13
  gem "drb"
11
14
  gem "gem-release"
12
- gem "logger"
15
+ gem "logger", ">= 1.5.0"
13
16
  gem "mutex_m"
17
+ gem "railties", "~> 6.1.0"
14
18
  gem "rake"
15
19
  gem "rspec"
16
- gem "rubocop-mhenrixon"
20
+ gem "rubocop"
21
+ gem "rubocop-performance"
17
22
  gem "rubocop-rake"
18
23
  gem "rubocop-rspec"
19
- gem "activerecord", "~> 6.1.0"
20
- gem "railties", "~> 6.1.0"
21
24
 
22
25
  gemspec path: "../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pg_aggregates (0.1.1)
4
+ pg_aggregates (0.2.2)
5
5
  activerecord (>= 6.1)
6
6
  pg (>= 1.1)
7
7
  railties (>= 6.1)
@@ -41,11 +41,11 @@ GEM
41
41
  bundler
42
42
  rake
43
43
  thor (>= 0.14.0)
44
- ast (2.4.2)
44
+ ast (2.4.3)
45
45
  base64 (0.2.0)
46
- bigdecimal (3.1.8)
46
+ bigdecimal (3.1.9)
47
47
  builder (3.3.0)
48
- concurrent-ruby (1.3.4)
48
+ concurrent-ruby (1.3.5)
49
49
  crass (1.0.6)
50
50
  database_cleaner (2.1.0)
51
51
  database_cleaner-active_record (>= 2, < 3)
@@ -53,39 +53,55 @@ GEM
53
53
  activerecord (>= 5.a)
54
54
  database_cleaner-core (~> 2.0.0)
55
55
  database_cleaner-core (2.0.1)
56
- diff-lcs (1.5.1)
56
+ diff-lcs (1.6.1)
57
57
  drb (2.2.1)
58
- erubi (1.13.0)
59
- gem-release (2.2.2)
60
- i18n (1.14.6)
58
+ erubi (1.13.1)
59
+ gem-release (2.2.4)
60
+ i18n (1.14.7)
61
61
  concurrent-ruby (~> 1.0)
62
- json (2.7.6)
63
- language_server-protocol (3.17.0.3)
64
- logger (1.6.1)
65
- loofah (2.23.1)
62
+ json (2.10.2)
63
+ language_server-protocol (3.17.0.4)
64
+ lint_roller (1.1.0)
65
+ logger (1.7.0)
66
+ loofah (2.24.0)
66
67
  crass (~> 1.0.2)
67
68
  nokogiri (>= 1.12.0)
68
69
  method_source (1.1.0)
69
- minitest (5.25.1)
70
- mutex_m (0.2.0)
71
- nokogiri (1.16.7-arm64-darwin)
70
+ minitest (5.25.5)
71
+ mutex_m (0.3.0)
72
+ nokogiri (1.18.7-aarch64-linux-gnu)
72
73
  racc (~> 1.4)
73
- parallel (1.26.3)
74
- parser (3.3.5.1)
74
+ nokogiri (1.18.7-aarch64-linux-musl)
75
+ racc (~> 1.4)
76
+ nokogiri (1.18.7-arm-linux-gnu)
77
+ racc (~> 1.4)
78
+ nokogiri (1.18.7-arm-linux-musl)
79
+ racc (~> 1.4)
80
+ nokogiri (1.18.7-arm64-darwin)
81
+ racc (~> 1.4)
82
+ nokogiri (1.18.7-x86_64-darwin)
83
+ racc (~> 1.4)
84
+ nokogiri (1.18.7-x86_64-linux-gnu)
85
+ racc (~> 1.4)
86
+ nokogiri (1.18.7-x86_64-linux-musl)
87
+ racc (~> 1.4)
88
+ parallel (1.27.0)
89
+ parser (3.3.8.0)
75
90
  ast (~> 2.4.1)
76
91
  racc
77
92
  pg (1.5.9)
93
+ prism (1.4.0)
78
94
  racc (1.8.1)
79
- rack (2.2.10)
80
- rack-test (2.1.0)
95
+ rack (2.2.13)
96
+ rack-test (2.2.0)
81
97
  rack (>= 1.3)
82
98
  rails-dom-testing (2.2.0)
83
99
  activesupport (>= 5.0.0)
84
100
  minitest
85
101
  nokogiri (>= 1.6)
86
- rails-html-sanitizer (1.6.0)
102
+ rails-html-sanitizer (1.6.2)
87
103
  loofah (~> 2.21)
88
- nokogiri (~> 1.14)
104
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
89
105
  railties (6.1.7.10)
90
106
  actionpack (= 6.1.7.10)
91
107
  activesupport (= 6.1.7.10)
@@ -94,12 +110,12 @@ GEM
94
110
  thor (~> 1.0)
95
111
  rainbow (3.1.1)
96
112
  rake (13.2.1)
97
- regexp_parser (2.9.2)
113
+ regexp_parser (2.10.0)
98
114
  rspec (3.13.0)
99
115
  rspec-core (~> 3.13.0)
100
116
  rspec-expectations (~> 3.13.0)
101
117
  rspec-mocks (~> 3.13.0)
102
- rspec-core (3.13.2)
118
+ rspec-core (3.13.3)
103
119
  rspec-support (~> 3.13.0)
104
120
  rspec-expectations (3.13.3)
105
121
  diff-lcs (>= 1.2.0, < 2.0)
@@ -115,43 +131,49 @@ GEM
115
131
  rspec-expectations (~> 3.13)
116
132
  rspec-mocks (~> 3.13)
117
133
  rspec-support (~> 3.13)
118
- rspec-support (3.13.1)
119
- rubocop (1.68.0)
134
+ rspec-support (3.13.2)
135
+ rubocop (1.75.2)
120
136
  json (~> 2.3)
121
- language_server-protocol (>= 3.17.0)
137
+ language_server-protocol (~> 3.17.0.2)
138
+ lint_roller (~> 1.1.0)
122
139
  parallel (~> 1.10)
123
140
  parser (>= 3.3.0.2)
124
141
  rainbow (>= 2.2.2, < 4.0)
125
- regexp_parser (>= 2.4, < 3.0)
126
- rubocop-ast (>= 1.32.2, < 2.0)
142
+ regexp_parser (>= 2.9.3, < 3.0)
143
+ rubocop-ast (>= 1.44.0, < 2.0)
127
144
  ruby-progressbar (~> 1.7)
128
- unicode-display_width (>= 2.4.0, < 3.0)
129
- rubocop-ast (1.34.0)
130
- parser (>= 3.3.1.0)
131
- rubocop-mhenrixon (3.0.0)
132
- rubocop
133
- rubocop-performance
134
- rubocop-rake
135
- rubocop-rspec
136
- rubocop-thread_safety
137
- rubocop-performance (1.22.1)
138
- rubocop (>= 1.48.1, < 2.0)
139
- rubocop-ast (>= 1.31.1, < 2.0)
140
- rubocop-rake (0.6.0)
141
- rubocop (~> 1.0)
142
- rubocop-rspec (3.2.0)
143
- rubocop (~> 1.61)
144
- rubocop-thread_safety (0.5.1)
145
- rubocop (>= 0.90.0)
145
+ unicode-display_width (>= 2.4.0, < 4.0)
146
+ rubocop-ast (1.44.1)
147
+ parser (>= 3.3.7.2)
148
+ prism (~> 1.4)
149
+ rubocop-performance (1.25.0)
150
+ lint_roller (~> 1.1)
151
+ rubocop (>= 1.75.0, < 2.0)
152
+ rubocop-ast (>= 1.38.0, < 2.0)
153
+ rubocop-rake (0.7.1)
154
+ lint_roller (~> 1.1)
155
+ rubocop (>= 1.72.1)
156
+ rubocop-rspec (3.5.0)
157
+ lint_roller (~> 1.1)
158
+ rubocop (~> 1.72, >= 1.72.1)
146
159
  ruby-progressbar (1.13.0)
147
160
  thor (1.3.2)
148
161
  tzinfo (2.0.6)
149
162
  concurrent-ruby (~> 1.0)
150
- unicode-display_width (2.6.0)
151
- zeitwerk (2.6.18)
163
+ unicode-display_width (3.1.4)
164
+ unicode-emoji (~> 4.0, >= 4.0.4)
165
+ unicode-emoji (4.0.4)
166
+ zeitwerk (2.7.2)
152
167
 
153
168
  PLATFORMS
169
+ aarch64-linux-gnu
170
+ aarch64-linux-musl
171
+ arm-linux-gnu
172
+ arm-linux-musl
154
173
  arm64-darwin
174
+ x86_64-darwin
175
+ x86_64-linux-gnu
176
+ x86_64-linux-musl
155
177
 
156
178
  DEPENDENCIES
157
179
  activerecord (~> 6.1.0)
@@ -162,15 +184,16 @@ DEPENDENCIES
162
184
  database_cleaner
163
185
  drb
164
186
  gem-release
165
- logger
187
+ logger (>= 1.5.0)
166
188
  mutex_m
167
189
  pg_aggregates!
168
190
  railties (~> 6.1.0)
169
191
  rake
170
192
  rspec
171
- rubocop-mhenrixon
193
+ rubocop
194
+ rubocop-performance
172
195
  rubocop-rake
173
196
  rubocop-rspec
174
197
 
175
198
  BUNDLED WITH
176
- 2.5.20
199
+ 2.6.8
@@ -1,7 +1,10 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # This file was generated by Appraisal
2
4
 
3
5
  source "https://rubygems.org"
4
6
 
7
+ gem "activerecord", "~> 7.0.0"
5
8
  gem "ammeter"
6
9
  gem "appraisal"
7
10
  gem "base64"
@@ -11,12 +14,12 @@ gem "drb"
11
14
  gem "gem-release"
12
15
  gem "logger"
13
16
  gem "mutex_m"
17
+ gem "railties", "~> 7.0.0"
14
18
  gem "rake"
15
19
  gem "rspec"
16
- gem "rubocop-mhenrixon"
20
+ gem "rubocop"
21
+ gem "rubocop-performance"
17
22
  gem "rubocop-rake"
18
23
  gem "rubocop-rspec"
19
- gem "activerecord", "~> 7.0.0"
20
- gem "railties", "~> 7.0.0"
21
24
 
22
25
  gemspec path: "../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pg_aggregates (0.1.1)
4
+ pg_aggregates (0.2.2)
5
5
  activerecord (>= 6.1)
6
6
  pg (>= 1.1)
7
7
  railties (>= 6.1)
@@ -9,25 +9,25 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (7.0.8.6)
13
- actionview (= 7.0.8.6)
14
- activesupport (= 7.0.8.6)
12
+ actionpack (7.0.8.7)
13
+ actionview (= 7.0.8.7)
14
+ activesupport (= 7.0.8.7)
15
15
  rack (~> 2.0, >= 2.2.4)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
- actionview (7.0.8.6)
20
- activesupport (= 7.0.8.6)
19
+ actionview (7.0.8.7)
20
+ activesupport (= 7.0.8.7)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
25
- activemodel (7.0.8.6)
26
- activesupport (= 7.0.8.6)
27
- activerecord (7.0.8.6)
28
- activemodel (= 7.0.8.6)
29
- activesupport (= 7.0.8.6)
30
- activesupport (7.0.8.6)
25
+ activemodel (7.0.8.7)
26
+ activesupport (= 7.0.8.7)
27
+ activerecord (7.0.8.7)
28
+ activemodel (= 7.0.8.7)
29
+ activesupport (= 7.0.8.7)
30
+ activesupport (7.0.8.7)
31
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
32
32
  i18n (>= 1.6, < 2)
33
33
  minitest (>= 5.1)
@@ -40,11 +40,11 @@ GEM
40
40
  bundler
41
41
  rake
42
42
  thor (>= 0.14.0)
43
- ast (2.4.2)
43
+ ast (2.4.3)
44
44
  base64 (0.2.0)
45
- bigdecimal (3.1.8)
45
+ bigdecimal (3.1.9)
46
46
  builder (3.3.0)
47
- concurrent-ruby (1.3.4)
47
+ concurrent-ruby (1.3.5)
48
48
  crass (1.0.6)
49
49
  database_cleaner (2.1.0)
50
50
  database_cleaner-active_record (>= 2, < 3)
@@ -52,64 +52,70 @@ GEM
52
52
  activerecord (>= 5.a)
53
53
  database_cleaner-core (~> 2.0.0)
54
54
  database_cleaner-core (2.0.1)
55
- diff-lcs (1.5.1)
55
+ diff-lcs (1.6.1)
56
56
  drb (2.2.1)
57
- erubi (1.13.0)
58
- gem-release (2.2.2)
59
- i18n (1.14.6)
57
+ erubi (1.13.1)
58
+ gem-release (2.2.4)
59
+ i18n (1.14.7)
60
60
  concurrent-ruby (~> 1.0)
61
- json (2.7.6)
62
- language_server-protocol (3.17.0.3)
63
- logger (1.6.1)
64
- loofah (2.23.1)
61
+ json (2.10.2)
62
+ language_server-protocol (3.17.0.4)
63
+ lint_roller (1.1.0)
64
+ logger (1.7.0)
65
+ loofah (2.24.0)
65
66
  crass (~> 1.0.2)
66
67
  nokogiri (>= 1.12.0)
67
68
  method_source (1.1.0)
68
- minitest (5.25.1)
69
- mutex_m (0.2.0)
70
- nokogiri (1.16.7-aarch64-linux)
69
+ minitest (5.25.5)
70
+ mutex_m (0.3.0)
71
+ nokogiri (1.18.7-aarch64-linux-gnu)
71
72
  racc (~> 1.4)
72
- nokogiri (1.16.7-arm-linux)
73
+ nokogiri (1.18.7-aarch64-linux-musl)
73
74
  racc (~> 1.4)
74
- nokogiri (1.16.7-arm64-darwin)
75
+ nokogiri (1.18.7-arm-linux-gnu)
75
76
  racc (~> 1.4)
76
- nokogiri (1.16.7-x86-linux)
77
+ nokogiri (1.18.7-arm-linux-musl)
77
78
  racc (~> 1.4)
78
- nokogiri (1.16.7-x86_64-darwin)
79
+ nokogiri (1.18.7-arm64-darwin)
79
80
  racc (~> 1.4)
80
- nokogiri (1.16.7-x86_64-linux)
81
+ nokogiri (1.18.7-x86_64-darwin)
81
82
  racc (~> 1.4)
82
- parallel (1.26.3)
83
- parser (3.3.5.1)
83
+ nokogiri (1.18.7-x86_64-linux-gnu)
84
+ racc (~> 1.4)
85
+ nokogiri (1.18.7-x86_64-linux-musl)
86
+ racc (~> 1.4)
87
+ parallel (1.27.0)
88
+ parser (3.3.8.0)
84
89
  ast (~> 2.4.1)
85
90
  racc
86
91
  pg (1.5.9)
92
+ prism (1.4.0)
87
93
  racc (1.8.1)
88
- rack (2.2.10)
89
- rack-test (2.1.0)
94
+ rack (2.2.13)
95
+ rack-test (2.2.0)
90
96
  rack (>= 1.3)
91
97
  rails-dom-testing (2.2.0)
92
98
  activesupport (>= 5.0.0)
93
99
  minitest
94
100
  nokogiri (>= 1.6)
95
- rails-html-sanitizer (1.6.0)
101
+ rails-html-sanitizer (1.6.2)
96
102
  loofah (~> 2.21)
97
- nokogiri (~> 1.14)
98
- railties (7.0.8.6)
99
- actionpack (= 7.0.8.6)
100
- activesupport (= 7.0.8.6)
103
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
104
+ railties (7.0.8.7)
105
+ actionpack (= 7.0.8.7)
106
+ activesupport (= 7.0.8.7)
101
107
  method_source
102
108
  rake (>= 12.2)
103
109
  thor (~> 1.0)
104
110
  zeitwerk (~> 2.5)
105
111
  rainbow (3.1.1)
106
112
  rake (13.2.1)
107
- regexp_parser (2.9.2)
113
+ regexp_parser (2.10.0)
108
114
  rspec (3.13.0)
109
115
  rspec-core (~> 3.13.0)
110
116
  rspec-expectations (~> 3.13.0)
111
117
  rspec-mocks (~> 3.13.0)
112
- rspec-core (3.13.2)
118
+ rspec-core (3.13.3)
113
119
  rspec-support (~> 3.13.0)
114
120
  rspec-expectations (3.13.3)
115
121
  diff-lcs (>= 1.2.0, < 2.0)
@@ -117,7 +123,7 @@ GEM
117
123
  rspec-mocks (3.13.2)
118
124
  diff-lcs (>= 1.2.0, < 2.0)
119
125
  rspec-support (~> 3.13.0)
120
- rspec-rails (7.0.1)
126
+ rspec-rails (7.1.1)
121
127
  actionpack (>= 7.0)
122
128
  activesupport (>= 7.0)
123
129
  railties (>= 7.0)
@@ -125,48 +131,49 @@ GEM
125
131
  rspec-expectations (~> 3.13)
126
132
  rspec-mocks (~> 3.13)
127
133
  rspec-support (~> 3.13)
128
- rspec-support (3.13.1)
129
- rubocop (1.68.0)
134
+ rspec-support (3.13.2)
135
+ rubocop (1.75.2)
130
136
  json (~> 2.3)
131
- language_server-protocol (>= 3.17.0)
137
+ language_server-protocol (~> 3.17.0.2)
138
+ lint_roller (~> 1.1.0)
132
139
  parallel (~> 1.10)
133
140
  parser (>= 3.3.0.2)
134
141
  rainbow (>= 2.2.2, < 4.0)
135
- regexp_parser (>= 2.4, < 3.0)
136
- rubocop-ast (>= 1.32.2, < 2.0)
142
+ regexp_parser (>= 2.9.3, < 3.0)
143
+ rubocop-ast (>= 1.44.0, < 2.0)
137
144
  ruby-progressbar (~> 1.7)
138
- unicode-display_width (>= 2.4.0, < 3.0)
139
- rubocop-ast (1.34.0)
140
- parser (>= 3.3.1.0)
141
- rubocop-mhenrixon (3.0.0)
142
- rubocop
143
- rubocop-performance
144
- rubocop-rake
145
- rubocop-rspec
146
- rubocop-thread_safety
147
- rubocop-performance (1.22.1)
148
- rubocop (>= 1.48.1, < 2.0)
149
- rubocop-ast (>= 1.31.1, < 2.0)
150
- rubocop-rake (0.6.0)
151
- rubocop (~> 1.0)
152
- rubocop-rspec (3.2.0)
153
- rubocop (~> 1.61)
154
- rubocop-thread_safety (0.5.1)
155
- rubocop (>= 0.90.0)
145
+ unicode-display_width (>= 2.4.0, < 4.0)
146
+ rubocop-ast (1.44.1)
147
+ parser (>= 3.3.7.2)
148
+ prism (~> 1.4)
149
+ rubocop-performance (1.25.0)
150
+ lint_roller (~> 1.1)
151
+ rubocop (>= 1.75.0, < 2.0)
152
+ rubocop-ast (>= 1.38.0, < 2.0)
153
+ rubocop-rake (0.7.1)
154
+ lint_roller (~> 1.1)
155
+ rubocop (>= 1.72.1)
156
+ rubocop-rspec (3.5.0)
157
+ lint_roller (~> 1.1)
158
+ rubocop (~> 1.72, >= 1.72.1)
156
159
  ruby-progressbar (1.13.0)
157
160
  thor (1.3.2)
158
161
  tzinfo (2.0.6)
159
162
  concurrent-ruby (~> 1.0)
160
- unicode-display_width (2.6.0)
161
- zeitwerk (2.6.18)
163
+ unicode-display_width (3.1.4)
164
+ unicode-emoji (~> 4.0, >= 4.0.4)
165
+ unicode-emoji (4.0.4)
166
+ zeitwerk (2.7.2)
162
167
 
163
168
  PLATFORMS
164
- aarch64-linux
165
- arm-linux
169
+ aarch64-linux-gnu
170
+ aarch64-linux-musl
171
+ arm-linux-gnu
172
+ arm-linux-musl
166
173
  arm64-darwin
167
- x86-linux
168
174
  x86_64-darwin
169
- x86_64-linux
175
+ x86_64-linux-gnu
176
+ x86_64-linux-musl
170
177
 
171
178
  DEPENDENCIES
172
179
  activerecord (~> 7.0.0)
@@ -183,9 +190,10 @@ DEPENDENCIES
183
190
  railties (~> 7.0.0)
184
191
  rake
185
192
  rspec
186
- rubocop-mhenrixon
193
+ rubocop
194
+ rubocop-performance
187
195
  rubocop-rake
188
196
  rubocop-rspec
189
197
 
190
198
  BUNDLED WITH
191
- 2.5.20
199
+ 2.6.8
@@ -1,7 +1,10 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # This file was generated by Appraisal
2
4
 
3
5
  source "https://rubygems.org"
4
6
 
7
+ gem "activerecord", "~> 7.1.0"
5
8
  gem "ammeter"
6
9
  gem "appraisal"
7
10
  gem "base64"
@@ -11,12 +14,12 @@ gem "drb"
11
14
  gem "gem-release"
12
15
  gem "logger"
13
16
  gem "mutex_m"
17
+ gem "railties", "~> 7.1.0"
14
18
  gem "rake"
15
19
  gem "rspec"
16
- gem "rubocop-mhenrixon"
20
+ gem "rubocop"
21
+ gem "rubocop-performance"
17
22
  gem "rubocop-rake"
18
23
  gem "rubocop-rspec"
19
- gem "activerecord", "~> 7.1.0"
20
- gem "railties", "~> 7.1.0"
21
24
 
22
25
  gemspec path: "../"