Skip to content

Commit

Permalink
Require supported ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aesthetikx committed Oct 19, 2022
1 parent b43ab13 commit 3b03a07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airplay-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/elcuervo/airplay"
s.files = %w(bin/air lib/airplay/cli.rb)

s.required_ruby_version = ">= 2.7.0"

s.add_dependency("airplay", ">= 1.0.5")
s.add_dependency("clap", "~> 1.0.0")
s.add_dependency("ruby-progressbar", "~> 1.2.0")
Expand Down
2 changes: 2 additions & 0 deletions airplay.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files test`.split("\n")

s.required_ruby_version = ">= 2.7.0"

s.add_dependency("dnssd", "~> 3.0")
s.add_dependency("CFPropertyList", "~> 2.2")
s.add_dependency("mime-types", ">= 1.16")
Expand Down

0 comments on commit 3b03a07

Please sign in to comment.