did about and start on forms (index)

This commit is contained in:
2022-12-09 00:55:50 +02:00
parent a99b33d236
commit 4c4b660d58
7 changed files with 184 additions and 3 deletions

View File

@ -1,11 +1,11 @@
GIT
remote: https://github.com/HubFeenixMakers/merged
revision: c83558f8d59a30db8516b75549c0a623e804332b
PATH
remote: ../merged
specs:
merged (0.1.0)
git
haml-rails
rails (>= 7.0.4)
redcarpet
GEM
remote: https://rubygems.org/
@ -91,18 +91,35 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (4.1.0)
coderay (1.1.3)
concurrent-ruby (1.1.10)
crass (1.0.6)
debug (1.6.3)
irb (>= 1.3.6)
reline (>= 0.3.1)
diff-lcs (1.5.0)
erubi (1.11.0)
ffi (1.15.5)
formatador (1.1.0)
git (1.12.0)
addressable (~> 2.8)
rchardet (~> 1.8)
globalid (1.0.0)
activesupport (>= 5.0)
guard (2.18.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.13.0)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-rspec (4.7.3)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
haml (6.0.12)
temple (>= 0.8.2)
thor
@ -120,9 +137,13 @@ GEM
io-console (0.5.11)
irb (1.5.0)
reline (>= 0.3.0)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
mail (2.8.0)
mini_mime (>= 0.1.1)
net-imap
@ -134,6 +155,7 @@ GEM
mini_mime (1.1.2)
minitest (5.16.3)
msgpack (1.6.0)
nenv (0.3.0)
net-imap (0.3.1)
net-protocol
net-pop (0.1.2)
@ -145,10 +167,16 @@ GEM
nio4r (2.5.8)
nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
passenger (6.0.15)
rack
rake (>= 0.8.1)
pg (1.4.5)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
puma (5.6.5)
nio4r (~> 2.0)
@ -183,11 +211,28 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rchardet (1.8.0)
redcarpet (3.5.1)
regexp_parser (2.6.1)
reline (0.3.1)
io-console (~> 0.5)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
@ -202,6 +247,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shellany (0.0.1)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
@ -241,6 +287,7 @@ DEPENDENCIES
bootsnap
capybara
debug
guard-rspec
haml-rails
importmap-rails
merged!