aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 48768fa..a40894b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,10 @@
source 'https://rubygems.org'
-gem 'rubyzip', '~> 3.2'
gem 'pg', '~> 1.6'
-gem "term-ansicolor", "~> 1.11"
+gem 'mysql2', '~> 0.5'
+
+gem 'rubyzip', '~> 3.2'
+
+gem 'optparse', '~> 0.8.0'
+gem 'term-ansicolor', '~> 1.11'