# frozen_string_literal: true source 'https://rubygems.org' gem 'tox', path: '../tox.rb' group :development, :test do gem 'rubocop', '~> 0.49.1' end