aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
blob: a40894befbc4a357e8dae5f9467cdfa69ebe61a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'pg', '~> 1.6'
gem 'mysql2', '~> 0.5'

gem 'rubyzip', '~> 3.2'

gem 'optparse', '~> 0.8.0'
gem 'term-ansicolor', '~> 1.11'