File tree Expand file tree Collapse file tree 4 files changed +981
-872
lines changed
Expand file tree Collapse file tree 4 files changed +981
-872
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ gem 'sprockets', '~> 3.7.2'
6767gem 'prawn' , '~> 2.4.0'
6868# Create docx documents
6969gem 'caracal' , '~> 1.4.0'
70- gem 'net-imap' , require : false # For Ruby 3 and Rails 6 mail compatibility
70+ gem 'net-imap' , '~> 0.5.7' , require : false # For Ruby 3 and Rails 6 mail compatibility
7171gem 'net-pop' , require : false # For Ruby 3 and Rails 6 mail compatibility
7272gem 'net-smtp' , require : false # For Ruby 3 and Rails 6 mail compatibility
7373# Until the incompatibility issue with ruby 3 is fixed, limit psych to < 4
Original file line number Diff line number Diff line change 165165 rubocop
166166 smart_properties
167167 erubi (1.13.1 )
168- etda_utilities (0.20.2 )
168+ etda_utilities (0.21.0 )
169169 factory_bot (6.5.1 )
170170 activesupport (>= 6.1.0 )
171171 factory_bot_rails (6.4.4 )
209209 rails-dom-testing (>= 1 , < 3 )
210210 railties (>= 4.2.0 )
211211 thor (>= 0.14 , < 2.0 )
212- json (2.10.1 )
212+ json (2.12.2 )
213213 jwt (2.10.1 )
214214 base64
215215 language_server-protocol (3.17.0.4 )
@@ -247,15 +247,15 @@ GEM
247247 benchmark
248248 logger
249249 mini_mime (1.1.5 )
250- mini_portile2 (2.8.8 )
250+ mini_portile2 (2.8.9 )
251251 minitest (5.25.4 )
252252 multi_xml (0.7.1 )
253253 bigdecimal (~> 3.1 )
254254 mutex_m (0.3.0 )
255255 mysql2 (0.5.6 )
256256 net-http (0.6.0 )
257257 uri
258- net-imap (0.5.6 )
258+ net-imap (0.5.8 )
259259 date
260260 net-protocol
261261 net-ldap (0.16.3 )
@@ -277,10 +277,10 @@ GEM
277277 rubocop-rspec (~> 2 )
278278 scss_lint (~> 0.55 )
279279 nio4r (2.7.4 )
280- nokogiri (1.18.2 )
280+ nokogiri (1.18.8 )
281281 mini_portile2 (~> 2.8.2 )
282282 racc (~> 1.4 )
283- nokogiri (1.18.2 -x86_64-linux-gnu )
283+ nokogiri (1.18.8 -x86_64-linux-gnu )
284284 racc (~> 1.4 )
285285 oauth2 (2.0.9 )
286286 faraday (>= 0.17.3 , < 3.0 )
308308 puma (6.6.0 )
309309 nio4r (~> 2.0 )
310310 racc (1.8.1 )
311- rack (2.2.11 )
311+ rack (2.2.17 )
312312 rack-proxy (0.7.7 )
313313 rack
314314 rack-session (1.0.2 )
500500 unicode-display_width (3.1.4 )
501501 unicode-emoji (~> 4.0 , >= 4.0.4 )
502502 unicode-emoji (4.0.4 )
503- uri (1.0.2 )
503+ uri (1.0.3 )
504504 useragent (0.16.11 )
505505 version_gem (1.1.4 )
506506 warden (1.2.9 )
@@ -562,7 +562,7 @@ DEPENDENCIES
562562 mini_magick (>= 4.9.4 )
563563 mutex_m
564564 mysql2
565- net-imap
565+ net-imap ( ~> 0.5.7 )
566566 net-ldap (~> 0.16.1 )
567567 net-pop
568568 net-sftp (~> 4.0 )
Original file line number Diff line number Diff line change 77 "@babel/plugin-proposal-object-rest-spread" : " ^7.20.7" ,
88 "@babel/plugin-transform-runtime" : " 7" ,
99 "@babel/preset-env" : " 7" ,
10- "@babel/runtime" : " 7 " ,
10+ "@babel/runtime" : " ^7.26.10 " ,
1111 "babel-loader" : " 8" ,
1212 "babel-plugin-macros" : " ^3.1.0" ,
1313 "bootstrap" : " >=4.0" ,
2323 "datatables.net-buttons-bs4" : " ^2.0" ,
2424 "datatables.net-fixedheader-bs4" : " ^3.0" ,
2525 "datatables.net-select-bs4" : " ^1.0" ,
26- "elliptic" : " ^6.5.4 " ,
26+ "elliptic" : " ^6.6.1 " ,
2727 "erb-loader" : " ^0.1.2" ,
2828 "file-loader" : " ^6.2.0" ,
2929 "font-awesome" : " ^4.7.0" ,
3838 "node-sass" : " ^8.0.0" ,
3939 "popper.js" : " ^1.16.0" ,
4040 "sass-loader" : " ^13.3.2" ,
41- "shakapacker" : " 7.0.3 " ,
41+ "shakapacker" : " ^8.3.0 " ,
4242 "tag-it" : " ^2.0.0" ,
4343 "terser-webpack-plugin" : " 5" ,
4444 "url-loader" : " ^4.1.0" ,
4545 "webpack" : " 5" ,
4646 "webpack-assets-manifest" : " 5" ,
4747 "webpack-cli" : " 4" ,
48- "webpack-dev-server" : " 4 " ,
48+ "webpack-dev-server" : " 5.2.1 " ,
4949 "webpack-merge" : " 5" ,
5050 "websocket-extensions" : " 0.1.4" ,
5151 "yargs-parser" : " ^18.1.2"
You can’t perform that action at this time.
0 commit comments