mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	chore(synk): Upgrade administrate to fix 2 vulnerabilities (#8625)
Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Gemfile
									
									
									
									
									
								
							| @@ -75,8 +75,8 @@ gem 'jwt' | ||||
| gem 'pundit' | ||||
| # super admin | ||||
| gem 'administrate', '>= 0.19.0' | ||||
| gem 'administrate-field-active_storage', '>= 1.0.0' | ||||
| gem 'administrate-field-belongs_to_search' | ||||
| gem 'administrate-field-active_storage', '>= 1.0.1' | ||||
| gem 'administrate-field-belongs_to_search', '>= 0.9.0' | ||||
|  | ||||
| ##--- gems for pubsub service ---## | ||||
| # https://karolgalanciak.com/blog/2019/11/30/from-activerecord-callbacks-to-publish-slash-subscribe-pattern-and-event-driven-design/ | ||||
|   | ||||
							
								
								
									
										14
									
								
								Gemfile.lock
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								Gemfile.lock
									
									
									
									
									
								
							| @@ -113,13 +113,13 @@ GEM | ||||
|       kaminari (>= 1.0) | ||||
|       sassc-rails (~> 2.1) | ||||
|       selectize-rails (~> 0.6) | ||||
|     administrate-field-active_storage (1.0.0) | ||||
|     administrate-field-active_storage (1.0.1) | ||||
|       administrate (>= 0.2.2) | ||||
|       rails (>= 7.0) | ||||
|     administrate-field-belongs_to_search (0.8.0) | ||||
|     administrate-field-belongs_to_search (0.9.0) | ||||
|       administrate (>= 0.3, < 1.0) | ||||
|       jbuilder (~> 2) | ||||
|       rails (>= 4.2, < 7.1) | ||||
|       rails (>= 4.2, < 7.2) | ||||
|       selectize-rails (~> 0.6) | ||||
|     annotate (3.2.0) | ||||
|       activerecord (>= 3.2, < 8.0) | ||||
| @@ -472,7 +472,7 @@ GEM | ||||
|       activerecord (>= 5.2) | ||||
|     net-http-persistent (4.0.2) | ||||
|       connection_pool (~> 2.2) | ||||
|     net-imap (0.4.5) | ||||
|     net-imap (0.4.9) | ||||
|       date | ||||
|       net-protocol | ||||
|     net-pop (0.1.2) | ||||
| @@ -487,7 +487,7 @@ GEM | ||||
|       sidekiq | ||||
|     newrelic_rpm (9.6.0) | ||||
|       base64 | ||||
|     nio4r (2.6.0) | ||||
|     nio4r (2.7.0) | ||||
|     nokogiri (1.16.0) | ||||
|       mini_portile2 (~> 2.8.2) | ||||
|       racc (~> 1.4) | ||||
| @@ -841,8 +841,8 @@ DEPENDENCIES | ||||
|   activerecord-import | ||||
|   acts-as-taggable-on | ||||
|   administrate (>= 0.19.0) | ||||
|   administrate-field-active_storage (>= 1.0.0) | ||||
|   administrate-field-belongs_to_search | ||||
|   administrate-field-active_storage (>= 1.0.1) | ||||
|   administrate-field-belongs_to_search (>= 0.9.0) | ||||
|   annotate | ||||
|   attr_extras | ||||
|   audited (~> 5.4, >= 5.4.1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sojan Jose
					Sojan Jose