Update Ruby to v3.3

This commit is contained in:
Wilson Silva
2024-03-14 19:46:15 +00:00
parent c8d633dbea
commit 0f83b8071a
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = 'Client and relay implementation of the Nostr protocol.'
spec.homepage = 'https://nostr-ruby.com/'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.2.0'
spec.required_ruby_version = '>= 3.3.0'
spec.metadata['rubygems_mfa_required'] = 'true'
spec.metadata['homepage_uri'] = spec.homepage