Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.13.1
ruby 3.3.3
nodejs lts
ruby 3.4
33 changes: 18 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
motor-admin (0.4.32)
motor-admin (0.4.37)
ar_lazy_preload (~> 1.0)
audited (~> 5.0)
cancancan (~> 3.0)
Expand Down Expand Up @@ -105,6 +105,7 @@ GEM
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.18)
bigdecimal (3.3.1)
bootsnap (1.15.0)
msgpack (~> 1.2)
brakeman (5.4.0)
Expand All @@ -124,7 +125,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
csv (3.3.0)
csv (3.3.5)
cuprite (0.14.3)
capybara (~> 3.0)
ferrum (~> 0.13.0)
Expand All @@ -138,7 +139,7 @@ GEM
diff-lcs (1.5.0)
docile (1.4.0)
erubi (1.12.0)
et-orbi (1.2.11)
et-orbi (1.4.0)
tzinfo
factory_bot (6.2.1)
activesupport (>= 5.0.0)
Expand All @@ -152,11 +153,11 @@ GEM
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86_64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
fugit (1.12.1)
et-orbi (~> 1.4)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -188,7 +189,8 @@ GEM
mini_portile2 (2.8.6)
minitest (5.23.1)
msgpack (1.6.0)
mysql2 (0.5.6)
mysql2 (0.5.7)
bigdecimal
net-imap (0.4.11)
date
net-protocol
Expand All @@ -199,11 +201,8 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oj (3.13.23)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -310,7 +309,10 @@ GEM
mini_portile2 (~> 2.8.0)
thor (1.3.1)
timeout (0.4.1)
tiny_tds (2.1.5)
tiny_tds (3.3.0)
bigdecimal (~> 3)
tiny_tds (3.3.0-x86_64-linux-gnu)
bigdecimal (~> 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
Expand All @@ -334,6 +336,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-20
x86_64-darwin-22
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.0.1",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "^7.0.1",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^7.6.0",
"sass": "^1.93.0",
"sass-loader": "^13.0.0",
"stylelint": "^14.8.5",
"stylelint-config-sass-guidelines": "^9.0.1",
Expand Down
Loading