departure 6.6.0 → 6.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +16 -51
- data/.gitignore +0 -1
- data/.rubocop.yml +5 -8
- data/.rubocop_todo.yml +168 -41
- data/Appraisals +35 -0
- data/CHANGELOG.md +5 -0
- data/Gemfile +2 -1
- data/Gemfile.lock +196 -0
- data/README.md +2 -2
- data/departure.gemspec +5 -8
- data/gemfiles/rails_6_0.gemfile +10 -0
- data/gemfiles/rails_6_0.gemfile.lock +238 -0
- data/gemfiles/rails_6_1.gemfile +10 -0
- data/gemfiles/rails_6_1.gemfile.lock +241 -0
- data/gemfiles/rails_7_0.gemfile +10 -0
- data/gemfiles/rails_7_0.gemfile.lock +240 -0
- data/gemfiles/rails_7_1.gemfile +10 -0
- data/gemfiles/rails_7_1.gemfile.lock +274 -0
- data/gemfiles/ruby_2.7_rails_6_0.gemfile +11 -0
- data/gemfiles/ruby_2.7_rails_6_0.gemfile.lock +239 -0
- data/gemfiles/ruby_2.7_rails_6_1.gemfile +11 -0
- data/gemfiles/ruby_2.7_rails_6_1.gemfile.lock +242 -0
- data/gemfiles/ruby_2.7_rails_7_0.gemfile +11 -0
- data/gemfiles/ruby_2.7_rails_7_0.gemfile.lock +241 -0
- data/gemfiles/ruby_2.7_rails_7_1.gemfile +11 -0
- data/gemfiles/ruby_2.7_rails_7_1.gemfile.lock +275 -0
- data/lib/departure/version.rb +1 -1
- metadata +44 -12
@@ -0,0 +1,239 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
departure (6.7.0)
|
5
|
+
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
|
6
|
+
mysql2 (>= 0.4.0, < 0.6.0)
|
7
|
+
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
actioncable (6.0.6.1)
|
13
|
+
actionpack (= 6.0.6.1)
|
14
|
+
nio4r (~> 2.0)
|
15
|
+
websocket-driver (>= 0.6.1)
|
16
|
+
actionmailbox (6.0.6.1)
|
17
|
+
actionpack (= 6.0.6.1)
|
18
|
+
activejob (= 6.0.6.1)
|
19
|
+
activerecord (= 6.0.6.1)
|
20
|
+
activestorage (= 6.0.6.1)
|
21
|
+
activesupport (= 6.0.6.1)
|
22
|
+
mail (>= 2.7.1)
|
23
|
+
actionmailer (6.0.6.1)
|
24
|
+
actionpack (= 6.0.6.1)
|
25
|
+
actionview (= 6.0.6.1)
|
26
|
+
activejob (= 6.0.6.1)
|
27
|
+
mail (~> 2.5, >= 2.5.4)
|
28
|
+
rails-dom-testing (~> 2.0)
|
29
|
+
actionpack (6.0.6.1)
|
30
|
+
actionview (= 6.0.6.1)
|
31
|
+
activesupport (= 6.0.6.1)
|
32
|
+
rack (~> 2.0, >= 2.0.8)
|
33
|
+
rack-test (>= 0.6.3)
|
34
|
+
rails-dom-testing (~> 2.0)
|
35
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
+
actiontext (6.0.6.1)
|
37
|
+
actionpack (= 6.0.6.1)
|
38
|
+
activerecord (= 6.0.6.1)
|
39
|
+
activestorage (= 6.0.6.1)
|
40
|
+
activesupport (= 6.0.6.1)
|
41
|
+
nokogiri (>= 1.8.5)
|
42
|
+
actionview (6.0.6.1)
|
43
|
+
activesupport (= 6.0.6.1)
|
44
|
+
builder (~> 3.1)
|
45
|
+
erubi (~> 1.4)
|
46
|
+
rails-dom-testing (~> 2.0)
|
47
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
+
activejob (6.0.6.1)
|
49
|
+
activesupport (= 6.0.6.1)
|
50
|
+
globalid (>= 0.3.6)
|
51
|
+
activemodel (6.0.6.1)
|
52
|
+
activesupport (= 6.0.6.1)
|
53
|
+
activerecord (6.0.6.1)
|
54
|
+
activemodel (= 6.0.6.1)
|
55
|
+
activesupport (= 6.0.6.1)
|
56
|
+
activestorage (6.0.6.1)
|
57
|
+
actionpack (= 6.0.6.1)
|
58
|
+
activejob (= 6.0.6.1)
|
59
|
+
activerecord (= 6.0.6.1)
|
60
|
+
marcel (~> 1.0)
|
61
|
+
activesupport (6.0.6.1)
|
62
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
63
|
+
i18n (>= 0.7, < 2)
|
64
|
+
minitest (~> 5.1)
|
65
|
+
tzinfo (~> 1.1)
|
66
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
67
|
+
appraisal (2.4.1)
|
68
|
+
bundler
|
69
|
+
rake
|
70
|
+
thor (>= 0.14.0)
|
71
|
+
ast (2.4.2)
|
72
|
+
builder (3.2.4)
|
73
|
+
byebug (11.1.3)
|
74
|
+
climate_control (0.0.4)
|
75
|
+
activesupport (>= 3.0)
|
76
|
+
codeclimate-test-reporter (1.0.9)
|
77
|
+
simplecov (<= 0.13)
|
78
|
+
coderay (1.1.3)
|
79
|
+
concurrent-ruby (1.2.3)
|
80
|
+
crass (1.0.6)
|
81
|
+
date (3.3.4)
|
82
|
+
diff-lcs (1.5.1)
|
83
|
+
docile (1.1.5)
|
84
|
+
erubi (1.12.0)
|
85
|
+
globalid (1.1.0)
|
86
|
+
activesupport (>= 5.0)
|
87
|
+
i18n (1.14.1)
|
88
|
+
concurrent-ruby (~> 1.0)
|
89
|
+
json (2.7.1)
|
90
|
+
language_server-protocol (3.17.0.3)
|
91
|
+
loofah (2.22.0)
|
92
|
+
crass (~> 1.0.2)
|
93
|
+
nokogiri (>= 1.12.0)
|
94
|
+
mail (2.8.1)
|
95
|
+
mini_mime (>= 0.1.1)
|
96
|
+
net-imap
|
97
|
+
net-pop
|
98
|
+
net-smtp
|
99
|
+
marcel (1.0.2)
|
100
|
+
method_source (1.0.0)
|
101
|
+
mini_mime (1.1.5)
|
102
|
+
minitest (5.22.2)
|
103
|
+
mysql2 (0.5.6)
|
104
|
+
net-imap (0.4.10)
|
105
|
+
date
|
106
|
+
net-protocol
|
107
|
+
net-pop (0.1.2)
|
108
|
+
net-protocol
|
109
|
+
net-protocol (0.2.2)
|
110
|
+
timeout
|
111
|
+
net-smtp (0.4.0.1)
|
112
|
+
net-protocol
|
113
|
+
nio4r (2.7.0)
|
114
|
+
nokogiri (1.15.5-arm64-darwin)
|
115
|
+
racc (~> 1.4)
|
116
|
+
nokogiri (1.15.5-x86_64-linux)
|
117
|
+
racc (~> 1.4)
|
118
|
+
parallel (1.24.0)
|
119
|
+
parser (3.3.0.5)
|
120
|
+
ast (~> 2.4.1)
|
121
|
+
racc
|
122
|
+
pry (0.14.2)
|
123
|
+
coderay (~> 1.1)
|
124
|
+
method_source (~> 1.0)
|
125
|
+
pry-byebug (3.10.1)
|
126
|
+
byebug (~> 11.0)
|
127
|
+
pry (>= 0.13, < 0.15)
|
128
|
+
racc (1.7.3)
|
129
|
+
rack (2.2.8)
|
130
|
+
rack-test (2.1.0)
|
131
|
+
rack (>= 1.3)
|
132
|
+
rails (6.0.6.1)
|
133
|
+
actioncable (= 6.0.6.1)
|
134
|
+
actionmailbox (= 6.0.6.1)
|
135
|
+
actionmailer (= 6.0.6.1)
|
136
|
+
actionpack (= 6.0.6.1)
|
137
|
+
actiontext (= 6.0.6.1)
|
138
|
+
actionview (= 6.0.6.1)
|
139
|
+
activejob (= 6.0.6.1)
|
140
|
+
activemodel (= 6.0.6.1)
|
141
|
+
activerecord (= 6.0.6.1)
|
142
|
+
activestorage (= 6.0.6.1)
|
143
|
+
activesupport (= 6.0.6.1)
|
144
|
+
bundler (>= 1.3.0)
|
145
|
+
railties (= 6.0.6.1)
|
146
|
+
sprockets-rails (>= 2.0.0)
|
147
|
+
rails-dom-testing (2.2.0)
|
148
|
+
activesupport (>= 5.0.0)
|
149
|
+
minitest
|
150
|
+
nokogiri (>= 1.6)
|
151
|
+
rails-html-sanitizer (1.6.0)
|
152
|
+
loofah (~> 2.21)
|
153
|
+
nokogiri (~> 1.14)
|
154
|
+
railties (6.0.6.1)
|
155
|
+
actionpack (= 6.0.6.1)
|
156
|
+
activesupport (= 6.0.6.1)
|
157
|
+
method_source
|
158
|
+
rake (>= 0.8.7)
|
159
|
+
thor (>= 0.20.3, < 2.0)
|
160
|
+
rainbow (3.1.1)
|
161
|
+
rake (13.1.0)
|
162
|
+
regexp_parser (2.9.0)
|
163
|
+
rexml (3.2.6)
|
164
|
+
rspec (3.13.0)
|
165
|
+
rspec-core (~> 3.13.0)
|
166
|
+
rspec-expectations (~> 3.13.0)
|
167
|
+
rspec-mocks (~> 3.13.0)
|
168
|
+
rspec-core (3.13.0)
|
169
|
+
rspec-support (~> 3.13.0)
|
170
|
+
rspec-expectations (3.13.0)
|
171
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
172
|
+
rspec-support (~> 3.13.0)
|
173
|
+
rspec-its (1.3.0)
|
174
|
+
rspec-core (>= 3.0.0)
|
175
|
+
rspec-expectations (>= 3.0.0)
|
176
|
+
rspec-mocks (3.13.0)
|
177
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
178
|
+
rspec-support (~> 3.13.0)
|
179
|
+
rspec-support (3.13.0)
|
180
|
+
rubocop (1.60.2)
|
181
|
+
json (~> 2.3)
|
182
|
+
language_server-protocol (>= 3.17.0)
|
183
|
+
parallel (~> 1.10)
|
184
|
+
parser (>= 3.3.0.2)
|
185
|
+
rainbow (>= 2.2.2, < 4.0)
|
186
|
+
regexp_parser (>= 1.8, < 3.0)
|
187
|
+
rexml (>= 3.2.5, < 4.0)
|
188
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
189
|
+
ruby-progressbar (~> 1.7)
|
190
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
191
|
+
rubocop-ast (1.30.0)
|
192
|
+
parser (>= 3.2.1.0)
|
193
|
+
rubocop-performance (1.20.2)
|
194
|
+
rubocop (>= 1.48.1, < 2.0)
|
195
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
196
|
+
ruby-progressbar (1.13.0)
|
197
|
+
simplecov (0.13.0)
|
198
|
+
docile (~> 1.1.0)
|
199
|
+
json (>= 1.8, < 3)
|
200
|
+
simplecov-html (~> 0.10.0)
|
201
|
+
simplecov-html (0.10.2)
|
202
|
+
sprockets (4.2.1)
|
203
|
+
concurrent-ruby (~> 1.0)
|
204
|
+
rack (>= 2.2.4, < 4)
|
205
|
+
sprockets-rails (3.4.2)
|
206
|
+
actionpack (>= 5.2)
|
207
|
+
activesupport (>= 5.2)
|
208
|
+
sprockets (>= 3.0.0)
|
209
|
+
thor (1.3.0)
|
210
|
+
thread_safe (0.3.6)
|
211
|
+
timeout (0.4.1)
|
212
|
+
tzinfo (1.2.11)
|
213
|
+
thread_safe (~> 0.1)
|
214
|
+
unicode-display_width (2.5.0)
|
215
|
+
websocket-driver (0.7.6)
|
216
|
+
websocket-extensions (>= 0.1.0)
|
217
|
+
websocket-extensions (0.1.5)
|
218
|
+
zeitwerk (2.6.13)
|
219
|
+
|
220
|
+
PLATFORMS
|
221
|
+
arm64-darwin-23
|
222
|
+
x86_64-linux
|
223
|
+
|
224
|
+
DEPENDENCIES
|
225
|
+
appraisal (~> 2.4.1)
|
226
|
+
climate_control (~> 0.0.3)
|
227
|
+
codeclimate-test-reporter (~> 1.0.3)
|
228
|
+
departure!
|
229
|
+
nokogiri (< 1.16)
|
230
|
+
pry-byebug
|
231
|
+
rails (= 6.0.6.1)
|
232
|
+
rake (>= 10.0)
|
233
|
+
rspec (~> 3.4, >= 3.4.0)
|
234
|
+
rspec-its (~> 1.2)
|
235
|
+
rubocop (~> 1.60.2)
|
236
|
+
rubocop-performance (~> 1.20.2)
|
237
|
+
|
238
|
+
BUNDLED WITH
|
239
|
+
2.4.22
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# This file was generated by Appraisal
|
2
|
+
|
3
|
+
source 'https://rubygems.org'
|
4
|
+
|
5
|
+
gem 'codeclimate-test-reporter', '~> 1.0.3', group: :test, require: nil
|
6
|
+
gem 'nokogiri', '< 1.16'
|
7
|
+
gem 'rails', '6.1.7.6'
|
8
|
+
gem 'rubocop', '~> 1.60.2', require: false
|
9
|
+
gem 'rubocop-performance', '~> 1.20.2', require: false
|
10
|
+
|
11
|
+
gemspec path: '../'
|
@@ -0,0 +1,242 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
departure (6.7.0)
|
5
|
+
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
|
6
|
+
mysql2 (>= 0.4.0, < 0.6.0)
|
7
|
+
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
actioncable (6.1.7.6)
|
13
|
+
actionpack (= 6.1.7.6)
|
14
|
+
activesupport (= 6.1.7.6)
|
15
|
+
nio4r (~> 2.0)
|
16
|
+
websocket-driver (>= 0.6.1)
|
17
|
+
actionmailbox (6.1.7.6)
|
18
|
+
actionpack (= 6.1.7.6)
|
19
|
+
activejob (= 6.1.7.6)
|
20
|
+
activerecord (= 6.1.7.6)
|
21
|
+
activestorage (= 6.1.7.6)
|
22
|
+
activesupport (= 6.1.7.6)
|
23
|
+
mail (>= 2.7.1)
|
24
|
+
actionmailer (6.1.7.6)
|
25
|
+
actionpack (= 6.1.7.6)
|
26
|
+
actionview (= 6.1.7.6)
|
27
|
+
activejob (= 6.1.7.6)
|
28
|
+
activesupport (= 6.1.7.6)
|
29
|
+
mail (~> 2.5, >= 2.5.4)
|
30
|
+
rails-dom-testing (~> 2.0)
|
31
|
+
actionpack (6.1.7.6)
|
32
|
+
actionview (= 6.1.7.6)
|
33
|
+
activesupport (= 6.1.7.6)
|
34
|
+
rack (~> 2.0, >= 2.0.9)
|
35
|
+
rack-test (>= 0.6.3)
|
36
|
+
rails-dom-testing (~> 2.0)
|
37
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
38
|
+
actiontext (6.1.7.6)
|
39
|
+
actionpack (= 6.1.7.6)
|
40
|
+
activerecord (= 6.1.7.6)
|
41
|
+
activestorage (= 6.1.7.6)
|
42
|
+
activesupport (= 6.1.7.6)
|
43
|
+
nokogiri (>= 1.8.5)
|
44
|
+
actionview (6.1.7.6)
|
45
|
+
activesupport (= 6.1.7.6)
|
46
|
+
builder (~> 3.1)
|
47
|
+
erubi (~> 1.4)
|
48
|
+
rails-dom-testing (~> 2.0)
|
49
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
50
|
+
activejob (6.1.7.6)
|
51
|
+
activesupport (= 6.1.7.6)
|
52
|
+
globalid (>= 0.3.6)
|
53
|
+
activemodel (6.1.7.6)
|
54
|
+
activesupport (= 6.1.7.6)
|
55
|
+
activerecord (6.1.7.6)
|
56
|
+
activemodel (= 6.1.7.6)
|
57
|
+
activesupport (= 6.1.7.6)
|
58
|
+
activestorage (6.1.7.6)
|
59
|
+
actionpack (= 6.1.7.6)
|
60
|
+
activejob (= 6.1.7.6)
|
61
|
+
activerecord (= 6.1.7.6)
|
62
|
+
activesupport (= 6.1.7.6)
|
63
|
+
marcel (~> 1.0)
|
64
|
+
mini_mime (>= 1.1.0)
|
65
|
+
activesupport (6.1.7.6)
|
66
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
67
|
+
i18n (>= 1.6, < 2)
|
68
|
+
minitest (>= 5.1)
|
69
|
+
tzinfo (~> 2.0)
|
70
|
+
zeitwerk (~> 2.3)
|
71
|
+
appraisal (2.4.1)
|
72
|
+
bundler
|
73
|
+
rake
|
74
|
+
thor (>= 0.14.0)
|
75
|
+
ast (2.4.2)
|
76
|
+
builder (3.2.4)
|
77
|
+
byebug (11.1.3)
|
78
|
+
climate_control (0.0.4)
|
79
|
+
activesupport (>= 3.0)
|
80
|
+
codeclimate-test-reporter (1.0.9)
|
81
|
+
simplecov (<= 0.13)
|
82
|
+
coderay (1.1.3)
|
83
|
+
concurrent-ruby (1.2.3)
|
84
|
+
crass (1.0.6)
|
85
|
+
date (3.3.4)
|
86
|
+
diff-lcs (1.5.1)
|
87
|
+
docile (1.1.5)
|
88
|
+
erubi (1.12.0)
|
89
|
+
globalid (1.2.1)
|
90
|
+
activesupport (>= 6.1)
|
91
|
+
i18n (1.14.1)
|
92
|
+
concurrent-ruby (~> 1.0)
|
93
|
+
json (2.7.1)
|
94
|
+
language_server-protocol (3.17.0.3)
|
95
|
+
loofah (2.22.0)
|
96
|
+
crass (~> 1.0.2)
|
97
|
+
nokogiri (>= 1.12.0)
|
98
|
+
mail (2.8.1)
|
99
|
+
mini_mime (>= 0.1.1)
|
100
|
+
net-imap
|
101
|
+
net-pop
|
102
|
+
net-smtp
|
103
|
+
marcel (1.0.2)
|
104
|
+
method_source (1.0.0)
|
105
|
+
mini_mime (1.1.5)
|
106
|
+
minitest (5.22.2)
|
107
|
+
mysql2 (0.5.6)
|
108
|
+
net-imap (0.4.10)
|
109
|
+
date
|
110
|
+
net-protocol
|
111
|
+
net-pop (0.1.2)
|
112
|
+
net-protocol
|
113
|
+
net-protocol (0.2.2)
|
114
|
+
timeout
|
115
|
+
net-smtp (0.4.0.1)
|
116
|
+
net-protocol
|
117
|
+
nio4r (2.7.0)
|
118
|
+
nokogiri (1.15.5-arm64-darwin)
|
119
|
+
racc (~> 1.4)
|
120
|
+
nokogiri (1.15.5-x86_64-linux)
|
121
|
+
racc (~> 1.4)
|
122
|
+
parallel (1.24.0)
|
123
|
+
parser (3.3.0.5)
|
124
|
+
ast (~> 2.4.1)
|
125
|
+
racc
|
126
|
+
pry (0.14.2)
|
127
|
+
coderay (~> 1.1)
|
128
|
+
method_source (~> 1.0)
|
129
|
+
pry-byebug (3.10.1)
|
130
|
+
byebug (~> 11.0)
|
131
|
+
pry (>= 0.13, < 0.15)
|
132
|
+
racc (1.7.3)
|
133
|
+
rack (2.2.8)
|
134
|
+
rack-test (2.1.0)
|
135
|
+
rack (>= 1.3)
|
136
|
+
rails (6.1.7.6)
|
137
|
+
actioncable (= 6.1.7.6)
|
138
|
+
actionmailbox (= 6.1.7.6)
|
139
|
+
actionmailer (= 6.1.7.6)
|
140
|
+
actionpack (= 6.1.7.6)
|
141
|
+
actiontext (= 6.1.7.6)
|
142
|
+
actionview (= 6.1.7.6)
|
143
|
+
activejob (= 6.1.7.6)
|
144
|
+
activemodel (= 6.1.7.6)
|
145
|
+
activerecord (= 6.1.7.6)
|
146
|
+
activestorage (= 6.1.7.6)
|
147
|
+
activesupport (= 6.1.7.6)
|
148
|
+
bundler (>= 1.15.0)
|
149
|
+
railties (= 6.1.7.6)
|
150
|
+
sprockets-rails (>= 2.0.0)
|
151
|
+
rails-dom-testing (2.2.0)
|
152
|
+
activesupport (>= 5.0.0)
|
153
|
+
minitest
|
154
|
+
nokogiri (>= 1.6)
|
155
|
+
rails-html-sanitizer (1.6.0)
|
156
|
+
loofah (~> 2.21)
|
157
|
+
nokogiri (~> 1.14)
|
158
|
+
railties (6.1.7.6)
|
159
|
+
actionpack (= 6.1.7.6)
|
160
|
+
activesupport (= 6.1.7.6)
|
161
|
+
method_source
|
162
|
+
rake (>= 12.2)
|
163
|
+
thor (~> 1.0)
|
164
|
+
rainbow (3.1.1)
|
165
|
+
rake (13.1.0)
|
166
|
+
regexp_parser (2.9.0)
|
167
|
+
rexml (3.2.6)
|
168
|
+
rspec (3.13.0)
|
169
|
+
rspec-core (~> 3.13.0)
|
170
|
+
rspec-expectations (~> 3.13.0)
|
171
|
+
rspec-mocks (~> 3.13.0)
|
172
|
+
rspec-core (3.13.0)
|
173
|
+
rspec-support (~> 3.13.0)
|
174
|
+
rspec-expectations (3.13.0)
|
175
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
176
|
+
rspec-support (~> 3.13.0)
|
177
|
+
rspec-its (1.3.0)
|
178
|
+
rspec-core (>= 3.0.0)
|
179
|
+
rspec-expectations (>= 3.0.0)
|
180
|
+
rspec-mocks (3.13.0)
|
181
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
182
|
+
rspec-support (~> 3.13.0)
|
183
|
+
rspec-support (3.13.0)
|
184
|
+
rubocop (1.60.2)
|
185
|
+
json (~> 2.3)
|
186
|
+
language_server-protocol (>= 3.17.0)
|
187
|
+
parallel (~> 1.10)
|
188
|
+
parser (>= 3.3.0.2)
|
189
|
+
rainbow (>= 2.2.2, < 4.0)
|
190
|
+
regexp_parser (>= 1.8, < 3.0)
|
191
|
+
rexml (>= 3.2.5, < 4.0)
|
192
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
193
|
+
ruby-progressbar (~> 1.7)
|
194
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
195
|
+
rubocop-ast (1.30.0)
|
196
|
+
parser (>= 3.2.1.0)
|
197
|
+
rubocop-performance (1.20.2)
|
198
|
+
rubocop (>= 1.48.1, < 2.0)
|
199
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
200
|
+
ruby-progressbar (1.13.0)
|
201
|
+
simplecov (0.13.0)
|
202
|
+
docile (~> 1.1.0)
|
203
|
+
json (>= 1.8, < 3)
|
204
|
+
simplecov-html (~> 0.10.0)
|
205
|
+
simplecov-html (0.10.2)
|
206
|
+
sprockets (4.2.1)
|
207
|
+
concurrent-ruby (~> 1.0)
|
208
|
+
rack (>= 2.2.4, < 4)
|
209
|
+
sprockets-rails (3.4.2)
|
210
|
+
actionpack (>= 5.2)
|
211
|
+
activesupport (>= 5.2)
|
212
|
+
sprockets (>= 3.0.0)
|
213
|
+
thor (1.3.0)
|
214
|
+
timeout (0.4.1)
|
215
|
+
tzinfo (2.0.6)
|
216
|
+
concurrent-ruby (~> 1.0)
|
217
|
+
unicode-display_width (2.5.0)
|
218
|
+
websocket-driver (0.7.6)
|
219
|
+
websocket-extensions (>= 0.1.0)
|
220
|
+
websocket-extensions (0.1.5)
|
221
|
+
zeitwerk (2.6.13)
|
222
|
+
|
223
|
+
PLATFORMS
|
224
|
+
arm64-darwin-23
|
225
|
+
x86_64-linux
|
226
|
+
|
227
|
+
DEPENDENCIES
|
228
|
+
appraisal (~> 2.4.1)
|
229
|
+
climate_control (~> 0.0.3)
|
230
|
+
codeclimate-test-reporter (~> 1.0.3)
|
231
|
+
departure!
|
232
|
+
nokogiri (< 1.16)
|
233
|
+
pry-byebug
|
234
|
+
rails (= 6.1.7.6)
|
235
|
+
rake (>= 10.0)
|
236
|
+
rspec (~> 3.4, >= 3.4.0)
|
237
|
+
rspec-its (~> 1.2)
|
238
|
+
rubocop (~> 1.60.2)
|
239
|
+
rubocop-performance (~> 1.20.2)
|
240
|
+
|
241
|
+
BUNDLED WITH
|
242
|
+
2.4.22
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# This file was generated by Appraisal
|
2
|
+
|
3
|
+
source 'https://rubygems.org'
|
4
|
+
|
5
|
+
gem 'codeclimate-test-reporter', '~> 1.0.3', group: :test, require: nil
|
6
|
+
gem 'nokogiri', '< 1.16'
|
7
|
+
gem 'rails', '7.0.8'
|
8
|
+
gem 'rubocop', '~> 1.60.2', require: false
|
9
|
+
gem 'rubocop-performance', '~> 1.20.2', require: false
|
10
|
+
|
11
|
+
gemspec path: '../'
|