smart_initializer.gemspec in smart_initializer-0.10.0 vs smart_initializer.gemspec in smart_initializer-0.11.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true require_relative 'lib/smart_core/initializer/version' Gem::Specification.new do |spec| - spec.required_ruby_version = Gem::Requirement.new('>= 2.5') + spec.required_ruby_version = Gem::Requirement.new('>= 2.7') spec.name = 'smart_initializer' spec.version = SmartCore::Initializer::VERSION spec.authors = ['Rustam Ibragimov'] spec.email = ['iamdaiver@gmail.com']