instrumental_agent.gemspec in instrumental_agent-3.0.0.alpha vs instrumental_agent.gemspec in instrumental_agent-3.0.0.beta

- old
+ new

@@ -8,10 +8,10 @@ s.email = ["support@instrumentalapp.com"] s.homepage = "http://github.com/instrumental/instrumental_agent-ruby" s.summary = %q{Custom metric monitoring for Ruby applications via Instrumental} s.description = %q{This agent supports Instrumental custom metric monitoring for Ruby applications. It provides high-data reliability at high scale, without ever blocking your process or causing an exception.} s.license = "MIT" - s.required_ruby_version = '>= 2.4.6' + s.required_ruby_version = '>= 2.5.7' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]