Files
kazbek/Gemfile

12 lines
189 B
Ruby

# 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'