File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ gem 'parslet'
8686gem 'rack-maintenance' , '~> 3.0'
8787
8888# For parsing and manipulating excel docs
89- gem 'rubyXL' , '~> 3.4' , '>= 3.4.26 '
89+ gem 'rubyXL' , '~> 3.4' , '>= 3.4.28 '
9090
9191# SOAP-related libraries for Workday integration
9292gem 'lolsoap' , '>= 0.11.0' , require : false
@@ -97,7 +97,7 @@ gem 'http', '>= 4.0.0'
9797gem 'hashdiff' , require : false
9898
9999# Manually set Nokgiri version, to update version.
100- gem 'nokogiri' , '>= 1.18.8 '
100+ gem 'nokogiri' , '>= 1.18.9 '
101101
102102# Fix for already initialized constant warning, see: https://stackoverflow.com/questions/67773514/getting-warning-already-initialized-constant-on-assets-precompile-at-the-time
103103gem 'net-http' , '>= 0.4.0'
Original file line number Diff line number Diff line change 521521 rubocop-ast (>= 1.44.0 , < 2.0 )
522522 ruby-progressbar (1.13.0 )
523523 ruby2_keywords (0.0.5 )
524- rubyXL (3.4.27 )
524+ rubyXL (3.4.34 )
525525 nokogiri (>= 1.10.8 )
526- rubyzip (>= 1.3.0 )
526+ rubyzip (~> 2.4 )
527527 ruby_event_store (2.17.1 )
528528 concurrent-ruby (~> 1.0 , >= 1.1.6 )
529529 ruby_event_store-active_record (2.17.1 )
534534 ruby_event_store (= 2.17.1 )
535535 ruby_event_store-rspec (2.14.0 )
536536 rspec (~> 3.0 )
537- rubyzip (2.3.2 )
537+ rubyzip (2.4.1 )
538538 sass-rails (6.0.0 )
539539 sassc-rails (~> 2.1 , >= 2.1.1 )
540540 sassc (2.4.0 )
@@ -654,7 +654,7 @@ DEPENDENCIES
654654 lolsoap (>= 0.11.0 )
655655 mutex_m (~> 0.3.0 )
656656 net-http (>= 0.4.0 )
657- nokogiri (>= 1.18.8 )
657+ nokogiri (>= 1.18.9 )
658658 omniauth-google-oauth2 (>= 1.2.0 )
659659 omniauth-rails_csrf_protection (~> 1.0 , >= 1.0.2 )
660660 parslet
@@ -671,7 +671,7 @@ DEPENDENCIES
671671 rspec-rails (~> 7.0 , >= 7.0.0 )
672672 rubocop (>= 1.66.0 )
673673 rubocop-rails (~> 2.31 , >= 2.31.0 )
674- rubyXL (~> 3.4 , >= 3.4.26 )
674+ rubyXL (~> 3.4 , >= 3.4.28 )
675675 ruby_event_store-rspec
676676 sass-rails (~> 6.0 , >= 6.0.0 )
677677 shoulda-matchers (~> 6.0 , >= 6.0.0 )
You can’t perform that action at this time.
0 commit comments