mirror of
				https://github.com/cmur2/dyndnsd.git
				synced 2025-10-31 10:25:05 +01:00 
			
		
		
		
	gem: drop support for Rubies < 3
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -17,7 +17,6 @@ jobs: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         ruby-version: | ||||
|         - '2.7' | ||||
|         - '3.0' | ||||
|         - '3.1' | ||||
|         - '3.2' | ||||
|   | ||||
| @@ -3,7 +3,7 @@ require: | ||||
| - rubocop-rspec | ||||
|  | ||||
| AllCops: | ||||
|   TargetRubyVersion: '2.7' | ||||
|   TargetRubyVersion: '3.0' | ||||
|   NewCops: enable | ||||
|  | ||||
| Gemspec/DevelopmentDependencies: | ||||
|   | ||||
| @@ -1,5 +1,11 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 3.9.0 | ||||
|  | ||||
| IMPROVEMENTS: | ||||
|  | ||||
| - Drop EOL Ruby 2.7 support, now minimum version supported is Ruby 3.0 | ||||
|  | ||||
| ## 3.8.2 (April 1st, 2023) | ||||
|  | ||||
| OTHER: | ||||
|   | ||||
| @@ -25,7 +25,7 @@ Gem::Specification.new do |s| | ||||
|   s.executables = ['dyndnsd'] | ||||
|   s.extra_rdoc_files = Dir['README.md', 'CHANGELOG.md', 'LICENSE'] | ||||
|  | ||||
|   s.required_ruby_version = '>= 2.7' | ||||
|   s.required_ruby_version = '>= 3.0' | ||||
|  | ||||
|   s.add_runtime_dependency 'async', '~> 1.31.0' | ||||
|   s.add_runtime_dependency 'async-dns', '~> 1.3.0' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Christian Nicolai
					Christian Nicolai