Skip to content

Commit

Permalink
Update required Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Jan 10, 2016
1 parent 1361173 commit 2a1a872
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airplayer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}).map { |f| File.basename(f) }
spec.require_paths = ['lib']

# This gem will work with 2.2.0 or greater...
spec.required_ruby_version = '>= 2.2.0'

spec.add_runtime_dependency 'thor'
spec.add_runtime_dependency 'ruby-progressbar'
spec.add_runtime_dependency 'mime-types', '~> 2.4.0'
Expand Down

0 comments on commit 2a1a872

Please sign in to comment.