mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	fix: sidekiq cron deprecation warnings (#4581)
Updates sidekiq-cron to fix the deprecation warnings Fixes #4090
This commit is contained in:
		
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							| @@ -104,7 +104,7 @@ gem 'sentry-sidekiq' | ||||
| ##-- background job processing --## | ||||
| gem 'sidekiq', '~> 6.4.0' | ||||
| # We want cron jobs | ||||
| gem 'sidekiq-cron' | ||||
| gem 'sidekiq-cron', '~> 1.3' | ||||
|  | ||||
| ##-- Push notification service --## | ||||
| gem 'fcm' | ||||
|   | ||||
							
								
								
									
										12
									
								
								Gemfile.lock
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								Gemfile.lock
									
									
									
									
									
								
							| @@ -183,7 +183,7 @@ GEM | ||||
|     email_reply_trimmer (0.1.13) | ||||
|     erubi (1.10.0) | ||||
|     erubis (2.7.0) | ||||
|     et-orbi (1.2.6) | ||||
|     et-orbi (1.2.7) | ||||
|       tzinfo | ||||
|     execjs (2.8.1) | ||||
|     facebook-messenger (2.0.1) | ||||
| @@ -210,8 +210,8 @@ GEM | ||||
|       ruby_parser (~> 3.0) | ||||
|       sexp_processor (~> 4.0) | ||||
|     foreman (0.87.2) | ||||
|     fugit (1.5.2) | ||||
|       et-orbi (~> 1.1, >= 1.1.8) | ||||
|     fugit (1.5.3) | ||||
|       et-orbi (~> 1, >= 1.2.7) | ||||
|       raabro (~> 1.4) | ||||
|     gapic-common (0.3.4) | ||||
|       google-protobuf (~> 3.12, >= 3.12.2) | ||||
| @@ -551,8 +551,8 @@ GEM | ||||
|       connection_pool (>= 2.2.2) | ||||
|       rack (~> 2.0) | ||||
|       redis (>= 4.2.0) | ||||
|     sidekiq-cron (1.2.0) | ||||
|       fugit (~> 1.1) | ||||
|     sidekiq-cron (1.4.0) | ||||
|       fugit (~> 1) | ||||
|       sidekiq (>= 4.2.1) | ||||
|     signet (0.16.0) | ||||
|       addressable (~> 2.8) | ||||
| @@ -731,7 +731,7 @@ DEPENDENCIES | ||||
|   sentry-sidekiq | ||||
|   shoulda-matchers | ||||
|   sidekiq (~> 6.4.0) | ||||
|   sidekiq-cron | ||||
|   sidekiq-cron (~> 1.3) | ||||
|   simplecov (= 0.17.1) | ||||
|   slack-ruby-client | ||||
|   spring | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Chahar
					Shivam Chahar