# frozen_string_literal: true source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'mysql2', '~> 0.5' gem 'optparse', '~> 0.8.0'