about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-07-02 22:04:48 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-07-02 22:04:48 -0400
commit48577e0ffaeaf67b8cce4984521ece4fdd2ba047 (patch)
treec4510f8455a7ee3fe7766a6b956db74fe51bbde6 /Gemfile
parent7e556409c7f66005b2281f1db85667205147b85b (diff)
downloadthoughts-48577e0ffaeaf67b8cce4984521ece4fdd2ba047.tar.gz
thoughts-48577e0ffaeaf67b8cce4984521ece4fdd2ba047.tar.bz2
thoughts-48577e0ffaeaf67b8cce4984521ece4fdd2ba047.zip
Added mysql2 gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 134b325..869e0f5 100644 --- a/Gemfile +++ b/Gemfile
@@ -55,6 +55,10 @@ group :development do
55 gem 'highline', require: false 55 gem 'highline', require: false
56end 56end
57 57
58group :production do
59 gem 'mysql2'
60end
61
58# Windows does not include zoneinfo files, so bundle the tzinfo-data gem 62# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
59gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] 63gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
60 64