change ruby version

This commit is contained in:
viletyy 2022-06-26 08:47:57 +08:00
parent db67771b84
commit 625474f044
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
gitea-client (0.8.1)
gitea-client (0.8.2)
rest-client (~> 2.1.0)
GEM

View File

@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = ""
spec.homepage = "https://github.com/viletyy/gitea-client"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"
spec.required_ruby_version = ">= 2.4.0"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/viletyy/gitea-client"

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Gitea
VERSION = "0.8.1"
VERSION = "0.8.2"
end