change ruby version
This commit is contained in:
parent
db67771b84
commit
625474f044
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
gitea-client (0.8.1)
|
||||
gitea-client (0.8.2)
|
||||
rest-client (~> 2.1.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Gitea
|
||||
VERSION = "0.8.1"
|
||||
VERSION = "0.8.2"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue