Skip to content

Commit

Permalink
feat(gemspec): update fusuma dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Aug 19, 2023
1 parent b8098d1 commit b181120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusuma-plugin-keypress.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.5.1" # https://packages.ubuntu.com/search?keywords=ruby&searchon=names&exact=1&suite=all&section=main
# support bionic (18.04LTS) 2.5.1
spec.add_dependency "fusuma", "~> 2.0"
spec.add_dependency "fusuma", ">= 2.0"
spec.metadata = {
"rubygems_mfa_required" => "true"
}
Expand Down

0 comments on commit b181120

Please sign in to comment.