fix: docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-TZINFO-2958048
This commit is contained in:
		
							parent
							
								
									ffc9b097db
								
							
						
					
					
						commit
						ebd1119e5d
					
				@ -26,7 +26,7 @@ end
 | 
				
			|||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 | 
					# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 | 
				
			||||||
# and associated library.
 | 
					# and associated library.
 | 
				
			||||||
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
 | 
					install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
 | 
				
			||||||
  gem "tzinfo", "~> 1.2"
 | 
					  gem "tzinfo", "~> 1.2", ">= 1.2.10"
 | 
				
			||||||
  gem "tzinfo-data"
 | 
					  gem "tzinfo-data"
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -60,9 +60,9 @@ GEM
 | 
				
			|||||||
      rb-fsevent (~> 0.9, >= 0.9.4)
 | 
					      rb-fsevent (~> 0.9, >= 0.9.4)
 | 
				
			||||||
      rb-inotify (~> 0.9, >= 0.9.7)
 | 
					      rb-inotify (~> 0.9, >= 0.9.7)
 | 
				
			||||||
    thread_safe (0.3.6)
 | 
					    thread_safe (0.3.6)
 | 
				
			||||||
    tzinfo (1.2.7)
 | 
					    tzinfo (1.2.11)
 | 
				
			||||||
      thread_safe (~> 0.1)
 | 
					      thread_safe (~> 0.1)
 | 
				
			||||||
    tzinfo-data (1.2020.1)
 | 
					    tzinfo-data (1.2023.3)
 | 
				
			||||||
      tzinfo (>= 1.0.0)
 | 
					      tzinfo (>= 1.0.0)
 | 
				
			||||||
    wdm (0.1.1)
 | 
					    wdm (0.1.1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -73,7 +73,7 @@ DEPENDENCIES
 | 
				
			|||||||
  jekyll (~> 3.9.0)
 | 
					  jekyll (~> 3.9.0)
 | 
				
			||||||
  jekyll-feed (~> 0.15, >= 0.15.1)
 | 
					  jekyll-feed (~> 0.15, >= 0.15.1)
 | 
				
			||||||
  jekyll-theme-slate (~> 0.1.1)
 | 
					  jekyll-theme-slate (~> 0.1.1)
 | 
				
			||||||
  tzinfo (~> 1.2)
 | 
					  tzinfo (~> 1.2, >= 1.2.10)
 | 
				
			||||||
  tzinfo-data
 | 
					  tzinfo-data
 | 
				
			||||||
  wdm (~> 0.1.0)
 | 
					  wdm (~> 0.1.0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user