ruby-lokalise-api.gemspec in ruby-lokalise-api-8.0.1 vs ruby-lokalise-api.gemspec in ruby-lokalise-api-9.0.0

- old
+ new

@@ -10,10 +10,10 @@ spec.summary = 'Ruby interface to the Lokalise API' spec.description = 'Opinionated Ruby client for the Lokalise platform API allowing to work with translations, projects, users and other resources as with Ruby objects.' spec.homepage = 'https://github.com/lokalise/ruby-lokalise-api' spec.license = 'BSD-3-Clause' spec.platform = Gem::Platform::RUBY - spec.required_ruby_version = '>= 2.7' + spec.required_ruby_version = '>= 3.0' spec.files = Dir['README.md', 'LICENSE', 'CHANGELOG.md', 'lib/**/*.rb', 'lib/ruby_lokalise_api/data/*.yml', 'ruby-lokalise-api.gemspec', '.github/*.md', 'Gemfile', 'Rakefile']