Skip to content

Commit ef8f478

Browse files
committed
wip
1 parent 86f95e8 commit ef8f478

File tree

6 files changed

+859
-1
lines changed

6 files changed

+859
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
pull_request:
1515
branches:
1616
- master
17+
schedule:
18+
- cron: '0 0 * * 0'
1719

1820
permissions:
1921
contents: read

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010
/spec/reports/
1111
/tmp/
1212
/.ruby-version
13-
gemfiles/*.lock

gemfiles/rails_6.0.gemfile.lock

Lines changed: 205 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
settings_on_rails (0.4.0)
5+
rails (>= 6)
6+
7+
GEM
8+
remote: https://rubygems.org/
9+
specs:
10+
actioncable (6.0.6.1)
11+
actionpack (= 6.0.6.1)
12+
nio4r (~> 2.0)
13+
websocket-driver (>= 0.6.1)
14+
actionmailbox (6.0.6.1)
15+
actionpack (= 6.0.6.1)
16+
activejob (= 6.0.6.1)
17+
activerecord (= 6.0.6.1)
18+
activestorage (= 6.0.6.1)
19+
activesupport (= 6.0.6.1)
20+
mail (>= 2.7.1)
21+
actionmailer (6.0.6.1)
22+
actionpack (= 6.0.6.1)
23+
actionview (= 6.0.6.1)
24+
activejob (= 6.0.6.1)
25+
mail (~> 2.5, >= 2.5.4)
26+
rails-dom-testing (~> 2.0)
27+
actionpack (6.0.6.1)
28+
actionview (= 6.0.6.1)
29+
activesupport (= 6.0.6.1)
30+
rack (~> 2.0, >= 2.0.8)
31+
rack-test (>= 0.6.3)
32+
rails-dom-testing (~> 2.0)
33+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
34+
actiontext (6.0.6.1)
35+
actionpack (= 6.0.6.1)
36+
activerecord (= 6.0.6.1)
37+
activestorage (= 6.0.6.1)
38+
activesupport (= 6.0.6.1)
39+
nokogiri (>= 1.8.5)
40+
actionview (6.0.6.1)
41+
activesupport (= 6.0.6.1)
42+
builder (~> 3.1)
43+
erubi (~> 1.4)
44+
rails-dom-testing (~> 2.0)
45+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
46+
activejob (6.0.6.1)
47+
activesupport (= 6.0.6.1)
48+
globalid (>= 0.3.6)
49+
activemodel (6.0.6.1)
50+
activesupport (= 6.0.6.1)
51+
activerecord (6.0.6.1)
52+
activemodel (= 6.0.6.1)
53+
activesupport (= 6.0.6.1)
54+
activestorage (6.0.6.1)
55+
actionpack (= 6.0.6.1)
56+
activejob (= 6.0.6.1)
57+
activerecord (= 6.0.6.1)
58+
marcel (~> 1.0)
59+
activesupport (6.0.6.1)
60+
concurrent-ruby (~> 1.0, >= 1.0.2)
61+
i18n (>= 0.7, < 2)
62+
minitest (~> 5.1)
63+
tzinfo (~> 1.1)
64+
zeitwerk (~> 2.2, >= 2.2.2)
65+
appraisal (2.5.0)
66+
bundler
67+
rake
68+
thor (>= 0.14.0)
69+
bigdecimal (3.1.8)
70+
builder (3.3.0)
71+
concurrent-ruby (1.3.3)
72+
coveralls_reborn (0.28.0)
73+
simplecov (~> 0.22.0)
74+
term-ansicolor (~> 1.7)
75+
thor (~> 1.2)
76+
tins (~> 1.32)
77+
crass (1.0.6)
78+
date (3.3.4)
79+
diff-lcs (1.5.1)
80+
docile (1.4.1)
81+
erubi (1.13.0)
82+
globalid (1.1.0)
83+
activesupport (>= 5.0)
84+
i18n (1.14.5)
85+
concurrent-ruby (~> 1.0)
86+
loofah (2.22.0)
87+
crass (~> 1.0.2)
88+
nokogiri (>= 1.12.0)
89+
mail (2.8.1)
90+
mini_mime (>= 0.1.1)
91+
net-imap
92+
net-pop
93+
net-smtp
94+
marcel (1.0.4)
95+
method_source (1.1.0)
96+
mini_mime (1.1.5)
97+
minitest (5.24.1)
98+
net-imap (0.4.14)
99+
date
100+
net-protocol
101+
net-pop (0.1.2)
102+
net-protocol
103+
net-protocol (0.2.2)
104+
timeout
105+
net-smtp (0.5.0)
106+
net-protocol
107+
nio4r (2.7.3)
108+
nokogiri (1.16.7-arm64-darwin)
109+
racc (~> 1.4)
110+
racc (1.8.1)
111+
rack (2.2.9)
112+
rack-test (2.1.0)
113+
rack (>= 1.3)
114+
rails (6.0.6.1)
115+
actioncable (= 6.0.6.1)
116+
actionmailbox (= 6.0.6.1)
117+
actionmailer (= 6.0.6.1)
118+
actionpack (= 6.0.6.1)
119+
actiontext (= 6.0.6.1)
120+
actionview (= 6.0.6.1)
121+
activejob (= 6.0.6.1)
122+
activemodel (= 6.0.6.1)
123+
activerecord (= 6.0.6.1)
124+
activestorage (= 6.0.6.1)
125+
activesupport (= 6.0.6.1)
126+
bundler (>= 1.3.0)
127+
railties (= 6.0.6.1)
128+
sprockets-rails (>= 2.0.0)
129+
rails-dom-testing (2.2.0)
130+
activesupport (>= 5.0.0)
131+
minitest
132+
nokogiri (>= 1.6)
133+
rails-html-sanitizer (1.6.0)
134+
loofah (~> 2.21)
135+
nokogiri (~> 1.14)
136+
railties (6.0.6.1)
137+
actionpack (= 6.0.6.1)
138+
activesupport (= 6.0.6.1)
139+
method_source
140+
rake (>= 0.8.7)
141+
thor (>= 0.20.3, < 2.0)
142+
rake (13.2.1)
143+
rspec-core (3.13.0)
144+
rspec-support (~> 3.13.0)
145+
rspec-expectations (3.13.1)
146+
diff-lcs (>= 1.2.0, < 2.0)
147+
rspec-support (~> 3.13.0)
148+
rspec-mocks (3.13.1)
149+
diff-lcs (>= 1.2.0, < 2.0)
150+
rspec-support (~> 3.13.0)
151+
rspec-rails (5.1.2)
152+
actionpack (>= 5.2)
153+
activesupport (>= 5.2)
154+
railties (>= 5.2)
155+
rspec-core (~> 3.10)
156+
rspec-expectations (~> 3.10)
157+
rspec-mocks (~> 3.10)
158+
rspec-support (~> 3.10)
159+
rspec-support (3.13.1)
160+
simplecov (0.22.0)
161+
docile (~> 1.1)
162+
simplecov-html (~> 0.11)
163+
simplecov_json_formatter (~> 0.1)
164+
simplecov-html (0.12.3)
165+
simplecov_json_formatter (0.1.4)
166+
sprockets (4.2.1)
167+
concurrent-ruby (~> 1.0)
168+
rack (>= 2.2.4, < 4)
169+
sprockets-rails (3.4.2)
170+
actionpack (>= 5.2)
171+
activesupport (>= 5.2)
172+
sprockets (>= 3.0.0)
173+
sqlite3 (1.7.3-arm64-darwin)
174+
sync (0.5.0)
175+
term-ansicolor (1.11.2)
176+
tins (~> 1.0)
177+
thor (1.3.1)
178+
thread_safe (0.3.6)
179+
timeout (0.4.1)
180+
tins (1.33.0)
181+
bigdecimal
182+
sync
183+
tzinfo (1.2.11)
184+
thread_safe (~> 0.1)
185+
websocket-driver (0.7.6)
186+
websocket-extensions (>= 0.1.0)
187+
websocket-extensions (0.1.5)
188+
zeitwerk (2.6.17)
189+
190+
PLATFORMS
191+
arm64-darwin
192+
x86_64-linux
193+
194+
DEPENDENCIES
195+
appraisal (~> 2.1)
196+
bundler (>= 1.6)
197+
coveralls_reborn
198+
rails (= 6.0.6.1)
199+
rake
200+
rspec-rails (~> 5)
201+
settings_on_rails!
202+
sqlite3 (~> 1.7)
203+
204+
BUNDLED WITH
205+
2.5.9

0 commit comments

Comments
 (0)