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 4c370cf commit 4aa4ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusuma-plugin-wmctrl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ 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'
end

0 comments on commit 4aa4ca1

Please sign in to comment.