temporal_tables 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,78 +1,79 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- temporal_tables (1.0.3)
5
- rails (>= 6.0, < 7.1)
4
+ temporal_tables (3.0.0)
5
+ rails (>= 6.0, < 7.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.1.4.4)
11
- actionpack (= 6.1.4.4)
12
- activesupport (= 6.1.4.4)
10
+ actioncable (6.1.7.6)
11
+ actionpack (= 6.1.7.6)
12
+ activesupport (= 6.1.7.6)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (6.1.4.4)
16
- actionpack (= 6.1.4.4)
17
- activejob (= 6.1.4.4)
18
- activerecord (= 6.1.4.4)
19
- activestorage (= 6.1.4.4)
20
- activesupport (= 6.1.4.4)
15
+ actionmailbox (6.1.7.6)
16
+ actionpack (= 6.1.7.6)
17
+ activejob (= 6.1.7.6)
18
+ activerecord (= 6.1.7.6)
19
+ activestorage (= 6.1.7.6)
20
+ activesupport (= 6.1.7.6)
21
21
  mail (>= 2.7.1)
22
- actionmailer (6.1.4.4)
23
- actionpack (= 6.1.4.4)
24
- actionview (= 6.1.4.4)
25
- activejob (= 6.1.4.4)
26
- activesupport (= 6.1.4.4)
22
+ actionmailer (6.1.7.6)
23
+ actionpack (= 6.1.7.6)
24
+ actionview (= 6.1.7.6)
25
+ activejob (= 6.1.7.6)
26
+ activesupport (= 6.1.7.6)
27
27
  mail (~> 2.5, >= 2.5.4)
28
28
  rails-dom-testing (~> 2.0)
29
- actionpack (6.1.4.4)
30
- actionview (= 6.1.4.4)
31
- activesupport (= 6.1.4.4)
29
+ actionpack (6.1.7.6)
30
+ actionview (= 6.1.7.6)
31
+ activesupport (= 6.1.7.6)
32
32
  rack (~> 2.0, >= 2.0.9)
33
33
  rack-test (>= 0.6.3)
34
34
  rails-dom-testing (~> 2.0)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.1.4.4)
37
- actionpack (= 6.1.4.4)
38
- activerecord (= 6.1.4.4)
39
- activestorage (= 6.1.4.4)
40
- activesupport (= 6.1.4.4)
36
+ actiontext (6.1.7.6)
37
+ actionpack (= 6.1.7.6)
38
+ activerecord (= 6.1.7.6)
39
+ activestorage (= 6.1.7.6)
40
+ activesupport (= 6.1.7.6)
41
41
  nokogiri (>= 1.8.5)
42
- actionview (6.1.4.4)
43
- activesupport (= 6.1.4.4)
42
+ actionview (6.1.7.6)
43
+ activesupport (= 6.1.7.6)
44
44
  builder (~> 3.1)
45
45
  erubi (~> 1.4)
46
46
  rails-dom-testing (~> 2.0)
47
47
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.1.4.4)
49
- activesupport (= 6.1.4.4)
48
+ activejob (6.1.7.6)
49
+ activesupport (= 6.1.7.6)
50
50
  globalid (>= 0.3.6)
51
- activemodel (6.1.4.4)
52
- activesupport (= 6.1.4.4)
53
- activerecord (6.1.4.4)
54
- activemodel (= 6.1.4.4)
55
- activesupport (= 6.1.4.4)
56
- activestorage (6.1.4.4)
57
- actionpack (= 6.1.4.4)
58
- activejob (= 6.1.4.4)
59
- activerecord (= 6.1.4.4)
60
- activesupport (= 6.1.4.4)
61
- marcel (~> 1.0.0)
51
+ activemodel (6.1.7.6)
52
+ activesupport (= 6.1.7.6)
53
+ activerecord (6.1.7.6)
54
+ activemodel (= 6.1.7.6)
55
+ activesupport (= 6.1.7.6)
56
+ activestorage (6.1.7.6)
57
+ actionpack (= 6.1.7.6)
58
+ activejob (= 6.1.7.6)
59
+ activerecord (= 6.1.7.6)
60
+ activesupport (= 6.1.7.6)
61
+ marcel (~> 1.0)
62
62
  mini_mime (>= 1.1.0)
63
- activesupport (6.1.4.4)
63
+ activesupport (6.1.7.6)
64
64
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
65
  i18n (>= 1.6, < 2)
66
66
  minitest (>= 5.1)
67
67
  tzinfo (~> 2.0)
68
68
  zeitwerk (~> 2.3)
69
+ ast (2.4.2)
69
70
  builder (3.2.4)
70
71
  byebug (11.1.3)
71
- combustion (1.3.5)
72
+ combustion (1.3.7)
72
73
  activesupport (>= 3.0.0)
73
74
  railties (>= 3.0.0)
74
75
  thor (>= 0.14.6)
75
- concurrent-ruby (1.1.9)
76
+ concurrent-ruby (1.2.2)
76
77
  crass (1.0.6)
77
78
  database_cleaner (2.0.1)
78
79
  database_cleaner-active_record (~> 2.0.0)
@@ -80,59 +81,85 @@ GEM
80
81
  activerecord (>= 5.a)
81
82
  database_cleaner-core (~> 2.0.0)
82
83
  database_cleaner-core (2.0.1)
84
+ date (3.3.4)
83
85
  diff-lcs (1.5.0)
84
- erubi (1.10.0)
85
- gemika (0.6.1)
86
- globalid (1.0.0)
87
- activesupport (>= 5.0)
88
- i18n (1.8.11)
86
+ erubi (1.12.0)
87
+ gemika (0.8.2)
88
+ globalid (1.2.1)
89
+ activesupport (>= 6.1)
90
+ i18n (1.14.1)
89
91
  concurrent-ruby (~> 1.0)
90
- loofah (2.13.0)
92
+ json (2.7.1)
93
+ language_server-protocol (3.17.0.3)
94
+ loofah (2.22.0)
91
95
  crass (~> 1.0.2)
92
- nokogiri (>= 1.5.9)
93
- mail (2.7.1)
96
+ nokogiri (>= 1.12.0)
97
+ mail (2.8.1)
94
98
  mini_mime (>= 0.1.1)
99
+ net-imap
100
+ net-pop
101
+ net-smtp
95
102
  marcel (1.0.2)
96
103
  method_source (1.0.0)
97
- mini_mime (1.1.2)
98
- minitest (5.15.0)
99
- nio4r (2.5.8)
100
- nokogiri (1.12.5-arm64-darwin)
104
+ mini_mime (1.1.5)
105
+ minitest (5.20.0)
106
+ net-imap (0.4.9)
107
+ date
108
+ net-protocol
109
+ net-pop (0.1.2)
110
+ net-protocol
111
+ net-protocol (0.2.2)
112
+ timeout
113
+ net-smtp (0.4.0)
114
+ net-protocol
115
+ nio4r (2.7.0)
116
+ nokogiri (1.16.0-arm64-darwin)
101
117
  racc (~> 1.4)
102
- nokogiri (1.12.5-x86_64-darwin)
118
+ nokogiri (1.16.0-x86_64-darwin)
103
119
  racc (~> 1.4)
104
- pg (1.2.3)
105
- racc (1.6.0)
106
- rack (2.2.3)
107
- rack-test (1.1.0)
108
- rack (>= 1.0, < 3)
109
- rails (6.1.4.4)
110
- actioncable (= 6.1.4.4)
111
- actionmailbox (= 6.1.4.4)
112
- actionmailer (= 6.1.4.4)
113
- actionpack (= 6.1.4.4)
114
- actiontext (= 6.1.4.4)
115
- actionview (= 6.1.4.4)
116
- activejob (= 6.1.4.4)
117
- activemodel (= 6.1.4.4)
118
- activerecord (= 6.1.4.4)
119
- activestorage (= 6.1.4.4)
120
- activesupport (= 6.1.4.4)
120
+ nokogiri (1.16.0-x86_64-linux)
121
+ racc (~> 1.4)
122
+ parallel (1.24.0)
123
+ parser (3.3.0.0)
124
+ ast (~> 2.4.1)
125
+ racc
126
+ pg (1.5.4)
127
+ racc (1.7.3)
128
+ rack (2.2.8)
129
+ rack-test (2.1.0)
130
+ rack (>= 1.3)
131
+ rails (6.1.7.6)
132
+ actioncable (= 6.1.7.6)
133
+ actionmailbox (= 6.1.7.6)
134
+ actionmailer (= 6.1.7.6)
135
+ actionpack (= 6.1.7.6)
136
+ actiontext (= 6.1.7.6)
137
+ actionview (= 6.1.7.6)
138
+ activejob (= 6.1.7.6)
139
+ activemodel (= 6.1.7.6)
140
+ activerecord (= 6.1.7.6)
141
+ activestorage (= 6.1.7.6)
142
+ activesupport (= 6.1.7.6)
121
143
  bundler (>= 1.15.0)
122
- railties (= 6.1.4.4)
144
+ railties (= 6.1.7.6)
123
145
  sprockets-rails (>= 2.0.0)
124
- rails-dom-testing (2.0.3)
125
- activesupport (>= 4.2.0)
146
+ rails-dom-testing (2.2.0)
147
+ activesupport (>= 5.0.0)
148
+ minitest
126
149
  nokogiri (>= 1.6)
127
- rails-html-sanitizer (1.4.2)
128
- loofah (~> 2.3)
129
- railties (6.1.4.4)
130
- actionpack (= 6.1.4.4)
131
- activesupport (= 6.1.4.4)
150
+ rails-html-sanitizer (1.6.0)
151
+ loofah (~> 2.21)
152
+ nokogiri (~> 1.14)
153
+ railties (6.1.7.6)
154
+ actionpack (= 6.1.7.6)
155
+ activesupport (= 6.1.7.6)
132
156
  method_source
133
- rake (>= 0.13)
157
+ rake (>= 12.2)
134
158
  thor (~> 1.0)
135
- rake (13.0.6)
159
+ rainbow (3.1.1)
160
+ rake (13.1.0)
161
+ regexp_parser (2.8.3)
162
+ rexml (3.2.6)
136
163
  rspec (3.10.0)
137
164
  rspec-core (~> 3.10.0)
138
165
  rspec-expectations (~> 3.10.0)
@@ -146,24 +173,54 @@ GEM
146
173
  diff-lcs (>= 1.2.0, < 2.0)
147
174
  rspec-support (~> 3.10.0)
148
175
  rspec-support (3.10.3)
149
- sprockets (4.0.2)
176
+ rubocop (1.59.0)
177
+ json (~> 2.3)
178
+ language_server-protocol (>= 3.17.0)
179
+ parallel (~> 1.10)
180
+ parser (>= 3.2.2.4)
181
+ rainbow (>= 2.2.2, < 4.0)
182
+ regexp_parser (>= 1.8, < 3.0)
183
+ rexml (>= 3.2.5, < 4.0)
184
+ rubocop-ast (>= 1.30.0, < 2.0)
185
+ ruby-progressbar (~> 1.7)
186
+ unicode-display_width (>= 2.4.0, < 3.0)
187
+ rubocop-ast (1.30.0)
188
+ parser (>= 3.2.1.0)
189
+ rubocop-capybara (2.20.0)
190
+ rubocop (~> 1.41)
191
+ rubocop-factory_bot (2.25.0)
192
+ rubocop (~> 1.33)
193
+ rubocop-rails (2.23.1)
194
+ activesupport (>= 4.2.0)
195
+ rack (>= 1.1)
196
+ rubocop (>= 1.33.0, < 2.0)
197
+ rubocop-ast (>= 1.30.0, < 2.0)
198
+ rubocop-rspec (2.26.1)
199
+ rubocop (~> 1.40)
200
+ rubocop-capybara (~> 2.17)
201
+ rubocop-factory_bot (~> 2.22)
202
+ ruby-progressbar (1.13.0)
203
+ sprockets (4.2.1)
150
204
  concurrent-ruby (~> 1.0)
151
- rack (> 1, < 3)
205
+ rack (>= 2.2.4, < 4)
152
206
  sprockets-rails (3.4.2)
153
207
  actionpack (>= 5.2)
154
208
  activesupport (>= 5.2)
155
209
  sprockets (>= 3.0.0)
156
- thor (1.1.0)
157
- tzinfo (2.0.4)
210
+ thor (1.3.0)
211
+ timeout (0.4.1)
212
+ tzinfo (2.0.6)
158
213
  concurrent-ruby (~> 1.0)
159
- websocket-driver (0.7.5)
214
+ unicode-display_width (2.5.0)
215
+ websocket-driver (0.7.6)
160
216
  websocket-extensions (>= 0.1.0)
161
217
  websocket-extensions (0.1.5)
162
- zeitwerk (2.5.3)
218
+ zeitwerk (2.6.12)
163
219
 
164
220
  PLATFORMS
165
221
  arm64-darwin-20
166
222
  x86_64-darwin-19
223
+ x86_64-linux
167
224
 
168
225
  DEPENDENCIES
169
226
  byebug
@@ -174,6 +231,9 @@ DEPENDENCIES
174
231
  rails (~> 6.1.0)
175
232
  rake
176
233
  rspec (~> 3.4)
234
+ rubocop
235
+ rubocop-rails
236
+ rubocop-rspec
177
237
  temporal_tables!
178
238
 
179
239
  BUNDLED WITH
@@ -11,6 +11,9 @@ gem 'byebug'
11
11
  gem 'database_cleaner'
12
12
  gem 'combustion'
13
13
  gem 'gemika'
14
+ gem 'rubocop'
15
+ gem 'rubocop-rails'
16
+ gem 'rubocop-rspec'
14
17
 
15
18
  # Gem under test
16
19
  gem 'temporal_tables', :path => '..'
@@ -1,78 +1,85 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- temporal_tables (1.0.3)
5
- rails (>= 6.0, < 7.1)
4
+ temporal_tables (3.0.0)
5
+ rails (>= 6.0, < 7.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (7.0.0)
11
- actionpack (= 7.0.0)
12
- activesupport (= 7.0.0)
10
+ actioncable (7.0.8)
11
+ actionpack (= 7.0.8)
12
+ activesupport (= 7.0.8)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (7.0.0)
16
- actionpack (= 7.0.0)
17
- activejob (= 7.0.0)
18
- activerecord (= 7.0.0)
19
- activestorage (= 7.0.0)
20
- activesupport (= 7.0.0)
15
+ actionmailbox (7.0.8)
16
+ actionpack (= 7.0.8)
17
+ activejob (= 7.0.8)
18
+ activerecord (= 7.0.8)
19
+ activestorage (= 7.0.8)
20
+ activesupport (= 7.0.8)
21
21
  mail (>= 2.7.1)
22
- actionmailer (7.0.0)
23
- actionpack (= 7.0.0)
24
- actionview (= 7.0.0)
25
- activejob (= 7.0.0)
26
- activesupport (= 7.0.0)
22
+ net-imap
23
+ net-pop
24
+ net-smtp
25
+ actionmailer (7.0.8)
26
+ actionpack (= 7.0.8)
27
+ actionview (= 7.0.8)
28
+ activejob (= 7.0.8)
29
+ activesupport (= 7.0.8)
27
30
  mail (~> 2.5, >= 2.5.4)
31
+ net-imap
32
+ net-pop
33
+ net-smtp
28
34
  rails-dom-testing (~> 2.0)
29
- actionpack (7.0.0)
30
- actionview (= 7.0.0)
31
- activesupport (= 7.0.0)
32
- rack (~> 2.0, >= 2.2.0)
35
+ actionpack (7.0.8)
36
+ actionview (= 7.0.8)
37
+ activesupport (= 7.0.8)
38
+ rack (~> 2.0, >= 2.2.4)
33
39
  rack-test (>= 0.6.3)
34
40
  rails-dom-testing (~> 2.0)
35
41
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (7.0.0)
37
- actionpack (= 7.0.0)
38
- activerecord (= 7.0.0)
39
- activestorage (= 7.0.0)
40
- activesupport (= 7.0.0)
42
+ actiontext (7.0.8)
43
+ actionpack (= 7.0.8)
44
+ activerecord (= 7.0.8)
45
+ activestorage (= 7.0.8)
46
+ activesupport (= 7.0.8)
41
47
  globalid (>= 0.6.0)
42
48
  nokogiri (>= 1.8.5)
43
- actionview (7.0.0)
44
- activesupport (= 7.0.0)
49
+ actionview (7.0.8)
50
+ activesupport (= 7.0.8)
45
51
  builder (~> 3.1)
46
52
  erubi (~> 1.4)
47
53
  rails-dom-testing (~> 2.0)
48
54
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (7.0.0)
50
- activesupport (= 7.0.0)
55
+ activejob (7.0.8)
56
+ activesupport (= 7.0.8)
51
57
  globalid (>= 0.3.6)
52
- activemodel (7.0.0)
53
- activesupport (= 7.0.0)
54
- activerecord (7.0.0)
55
- activemodel (= 7.0.0)
56
- activesupport (= 7.0.0)
57
- activestorage (7.0.0)
58
- actionpack (= 7.0.0)
59
- activejob (= 7.0.0)
60
- activerecord (= 7.0.0)
61
- activesupport (= 7.0.0)
58
+ activemodel (7.0.8)
59
+ activesupport (= 7.0.8)
60
+ activerecord (7.0.8)
61
+ activemodel (= 7.0.8)
62
+ activesupport (= 7.0.8)
63
+ activestorage (7.0.8)
64
+ actionpack (= 7.0.8)
65
+ activejob (= 7.0.8)
66
+ activerecord (= 7.0.8)
67
+ activesupport (= 7.0.8)
62
68
  marcel (~> 1.0)
63
69
  mini_mime (>= 1.1.0)
64
- activesupport (7.0.0)
70
+ activesupport (7.0.8)
65
71
  concurrent-ruby (~> 1.0, >= 1.0.2)
66
72
  i18n (>= 1.6, < 2)
67
73
  minitest (>= 5.1)
68
74
  tzinfo (~> 2.0)
75
+ ast (2.4.2)
69
76
  builder (3.2.4)
70
77
  byebug (11.1.3)
71
- combustion (1.3.5)
78
+ combustion (1.3.7)
72
79
  activesupport (>= 3.0.0)
73
80
  railties (>= 3.0.0)
74
81
  thor (>= 0.14.6)
75
- concurrent-ruby (1.1.9)
82
+ concurrent-ruby (1.2.2)
76
83
  crass (1.0.6)
77
84
  database_cleaner (2.0.1)
78
85
  database_cleaner-active_record (~> 2.0.0)
@@ -80,59 +87,85 @@ GEM
80
87
  activerecord (>= 5.a)
81
88
  database_cleaner-core (~> 2.0.0)
82
89
  database_cleaner-core (2.0.1)
90
+ date (3.3.4)
83
91
  diff-lcs (1.5.0)
84
- erubi (1.10.0)
85
- gemika (0.6.1)
86
- globalid (1.0.0)
87
- activesupport (>= 5.0)
88
- i18n (1.8.11)
92
+ erubi (1.12.0)
93
+ gemika (0.8.2)
94
+ globalid (1.2.1)
95
+ activesupport (>= 6.1)
96
+ i18n (1.14.1)
89
97
  concurrent-ruby (~> 1.0)
90
- loofah (2.13.0)
98
+ json (2.7.1)
99
+ language_server-protocol (3.17.0.3)
100
+ loofah (2.22.0)
91
101
  crass (~> 1.0.2)
92
- nokogiri (>= 1.5.9)
93
- mail (2.7.1)
102
+ nokogiri (>= 1.12.0)
103
+ mail (2.8.1)
94
104
  mini_mime (>= 0.1.1)
105
+ net-imap
106
+ net-pop
107
+ net-smtp
95
108
  marcel (1.0.2)
96
109
  method_source (1.0.0)
97
- mini_mime (1.1.2)
98
- minitest (5.15.0)
110
+ mini_mime (1.1.5)
111
+ minitest (5.20.0)
99
112
  mysql2 (0.5.3)
100
- nio4r (2.5.8)
101
- nokogiri (1.12.5-arm64-darwin)
113
+ net-imap (0.4.9)
114
+ date
115
+ net-protocol
116
+ net-pop (0.1.2)
117
+ net-protocol
118
+ net-protocol (0.2.2)
119
+ timeout
120
+ net-smtp (0.4.0)
121
+ net-protocol
122
+ nio4r (2.7.0)
123
+ nokogiri (1.16.0-arm64-darwin)
102
124
  racc (~> 1.4)
103
- nokogiri (1.12.5-x86_64-darwin)
125
+ nokogiri (1.16.0-x86_64-darwin)
104
126
  racc (~> 1.4)
105
- racc (1.6.0)
106
- rack (2.2.3)
107
- rack-test (1.1.0)
108
- rack (>= 1.0, < 3)
109
- rails (7.0.0)
110
- actioncable (= 7.0.0)
111
- actionmailbox (= 7.0.0)
112
- actionmailer (= 7.0.0)
113
- actionpack (= 7.0.0)
114
- actiontext (= 7.0.0)
115
- actionview (= 7.0.0)
116
- activejob (= 7.0.0)
117
- activemodel (= 7.0.0)
118
- activerecord (= 7.0.0)
119
- activestorage (= 7.0.0)
120
- activesupport (= 7.0.0)
127
+ nokogiri (1.16.0-x86_64-linux)
128
+ racc (~> 1.4)
129
+ parallel (1.24.0)
130
+ parser (3.3.0.0)
131
+ ast (~> 2.4.1)
132
+ racc
133
+ racc (1.7.3)
134
+ rack (2.2.8)
135
+ rack-test (2.1.0)
136
+ rack (>= 1.3)
137
+ rails (7.0.8)
138
+ actioncable (= 7.0.8)
139
+ actionmailbox (= 7.0.8)
140
+ actionmailer (= 7.0.8)
141
+ actionpack (= 7.0.8)
142
+ actiontext (= 7.0.8)
143
+ actionview (= 7.0.8)
144
+ activejob (= 7.0.8)
145
+ activemodel (= 7.0.8)
146
+ activerecord (= 7.0.8)
147
+ activestorage (= 7.0.8)
148
+ activesupport (= 7.0.8)
121
149
  bundler (>= 1.15.0)
122
- railties (= 7.0.0)
123
- rails-dom-testing (2.0.3)
124
- activesupport (>= 4.2.0)
150
+ railties (= 7.0.8)
151
+ rails-dom-testing (2.2.0)
152
+ activesupport (>= 5.0.0)
153
+ minitest
125
154
  nokogiri (>= 1.6)
126
- rails-html-sanitizer (1.4.2)
127
- loofah (~> 2.3)
128
- railties (7.0.0)
129
- actionpack (= 7.0.0)
130
- activesupport (= 7.0.0)
155
+ rails-html-sanitizer (1.6.0)
156
+ loofah (~> 2.21)
157
+ nokogiri (~> 1.14)
158
+ railties (7.0.8)
159
+ actionpack (= 7.0.8)
160
+ activesupport (= 7.0.8)
131
161
  method_source
132
162
  rake (>= 12.2)
133
163
  thor (~> 1.0)
134
164
  zeitwerk (~> 2.5)
135
- rake (13.0.6)
165
+ rainbow (3.1.1)
166
+ rake (13.1.0)
167
+ regexp_parser (2.8.3)
168
+ rexml (3.2.6)
136
169
  rspec (3.10.0)
137
170
  rspec-core (~> 3.10.0)
138
171
  rspec-expectations (~> 3.10.0)
@@ -146,17 +179,47 @@ GEM
146
179
  diff-lcs (>= 1.2.0, < 2.0)
147
180
  rspec-support (~> 3.10.0)
148
181
  rspec-support (3.10.3)
149
- thor (1.1.0)
150
- tzinfo (2.0.4)
182
+ rubocop (1.59.0)
183
+ json (~> 2.3)
184
+ language_server-protocol (>= 3.17.0)
185
+ parallel (~> 1.10)
186
+ parser (>= 3.2.2.4)
187
+ rainbow (>= 2.2.2, < 4.0)
188
+ regexp_parser (>= 1.8, < 3.0)
189
+ rexml (>= 3.2.5, < 4.0)
190
+ rubocop-ast (>= 1.30.0, < 2.0)
191
+ ruby-progressbar (~> 1.7)
192
+ unicode-display_width (>= 2.4.0, < 3.0)
193
+ rubocop-ast (1.30.0)
194
+ parser (>= 3.2.1.0)
195
+ rubocop-capybara (2.20.0)
196
+ rubocop (~> 1.41)
197
+ rubocop-factory_bot (2.25.0)
198
+ rubocop (~> 1.33)
199
+ rubocop-rails (2.23.1)
200
+ activesupport (>= 4.2.0)
201
+ rack (>= 1.1)
202
+ rubocop (>= 1.33.0, < 2.0)
203
+ rubocop-ast (>= 1.30.0, < 2.0)
204
+ rubocop-rspec (2.26.1)
205
+ rubocop (~> 1.40)
206
+ rubocop-capybara (~> 2.17)
207
+ rubocop-factory_bot (~> 2.22)
208
+ ruby-progressbar (1.13.0)
209
+ thor (1.3.0)
210
+ timeout (0.4.1)
211
+ tzinfo (2.0.6)
151
212
  concurrent-ruby (~> 1.0)
152
- websocket-driver (0.7.5)
213
+ unicode-display_width (2.5.0)
214
+ websocket-driver (0.7.6)
153
215
  websocket-extensions (>= 0.1.0)
154
216
  websocket-extensions (0.1.5)
155
- zeitwerk (2.5.3)
217
+ zeitwerk (2.6.12)
156
218
 
157
219
  PLATFORMS
158
220
  arm64-darwin-20
159
221
  x86_64-darwin-19
222
+ x86_64-linux
160
223
 
161
224
  DEPENDENCIES
162
225
  byebug
@@ -167,6 +230,9 @@ DEPENDENCIES
167
230
  rails (~> 7.0.0)
168
231
  rake
169
232
  rspec (~> 3.4)
233
+ rubocop
234
+ rubocop-rails
235
+ rubocop-rspec
170
236
  temporal_tables!
171
237
 
172
238
  BUNDLED WITH
@@ -11,6 +11,9 @@ gem 'byebug'
11
11
  gem 'database_cleaner'
12
12
  gem 'combustion'
13
13
  gem 'gemika'
14
+ gem 'rubocop'
15
+ gem 'rubocop-rails'
16
+ gem 'rubocop-rspec'
14
17
 
15
18
  # Gem under test
16
19
  gem 'temporal_tables', :path => '..'