diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 | 
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 | 
| 56 | end | 56 | end | 
| 57 | 57 | ||
| 58 | group :production do | ||
| 59 | gem 'mysql2' | ||
| 60 | end | ||
| 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 | 
| 59 | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | 63 | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | 
| 60 | 64 | ||
