Gui improvements and ideas
This commit is contained in:
parent
3f4c7d17bf
commit
2ae0b55e42
54 changed files with 639 additions and 237 deletions
15
Gemfile.lock
15
Gemfile.lock
|
|
@ -96,6 +96,14 @@ GEM
|
|||
rack-test (>= 0.6.3)
|
||||
regexp_parser (>= 1.5, < 3.0)
|
||||
xpath (~> 3.2)
|
||||
caxlsx (4.1.0)
|
||||
htmlentities (~> 4.3, >= 4.3.4)
|
||||
marcel (~> 1.0)
|
||||
nokogiri (~> 1.10, >= 1.10.4)
|
||||
rubyzip (>= 1.3.0, < 3)
|
||||
caxlsx_rails (0.6.4)
|
||||
actionpack (>= 3.1)
|
||||
caxlsx (>= 3.0)
|
||||
concurrent-ruby (1.3.3)
|
||||
connection_pool (2.4.1)
|
||||
crass (1.0.6)
|
||||
|
|
@ -115,6 +123,7 @@ GEM
|
|||
ffi (1.17.0-x86_64-linux-gnu)
|
||||
globalid (1.2.1)
|
||||
activesupport (>= 6.1)
|
||||
htmlentities (4.3.4)
|
||||
i18n (1.14.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
image_processing (1.12.2)
|
||||
|
|
@ -270,6 +279,9 @@ GEM
|
|||
ruby-vips (2.2.1)
|
||||
ffi (~> 1.12)
|
||||
rubyzip (2.3.2)
|
||||
sablon (0.4.1)
|
||||
nokogiri (>= 1.8.5)
|
||||
rubyzip (>= 1.3.0)
|
||||
selenium-webdriver (4.22.0)
|
||||
base64 (~> 0.2)
|
||||
logger (~> 1.4)
|
||||
|
|
@ -331,6 +343,8 @@ DEPENDENCIES
|
|||
bootsnap
|
||||
bootstrap_form
|
||||
capybara
|
||||
caxlsx
|
||||
caxlsx_rails
|
||||
cssbundling-rails
|
||||
debug
|
||||
image_processing (~> 1.2)
|
||||
|
|
@ -344,6 +358,7 @@ DEPENDENCIES
|
|||
rubocop-rails
|
||||
ruby-lsp
|
||||
ruby-lsp-rails
|
||||
sablon
|
||||
selenium-webdriver
|
||||
sprockets-rails
|
||||
sqlite3 (~> 1.4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue