# frozen_string_literal: true

source "http://rubygems.org"

gemspec

gem "sqlite3", "~> 1.3.13"

if RUBY_VERSION.to_f < 2.3
  gem "i18n",     "< 1.6"
  gem "nio4r",    "< 2.4"
  gem "nokogiri", "< 1.10.3"
end
