source 'https://rubygems.org'

# Specify your gem's dependencies in device_detector.gemspec
gemspec

if RUBY_VERSION >= "2.0" && defined?(RUBY_ENGINE) && RUBY_ENGINE == "ruby"
  gem 'byebug'
end
