ray.gemspec in ruby-ray-0.1.0 vs ray.gemspec in ruby-ray-0.2.0

- old
+ new

@@ -3,12 +3,12 @@ require_relative "lib/ray/version" Gem::Specification.new do |spec| spec.name = "ruby-ray" spec.version = Ray::VERSION - spec.authors = ["Chris Oliver"] - spec.email = ["excid3@gmail.com"] + spec.authors = ["Freek Van der Herten", "Chris Oliver"] + spec.email = ["freek@spatie.be"] spec.summary = "Debug with Ray to fix problems faster" spec.homepage = "https://myray.app" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0") @@ -27,10 +27,9 @@ spec.bindir = "exe" spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] # Uncomment to register a new dependency of your gem - spec.add_dependency "active_support", "~> 6.1" - + spec.add_dependency "activesupport", ">= 4.2" # For more information and examples about making a new gem, checkout our # guide at: https://bundler.io/guides/creating_gem.html end