diff options
| -rw-r--r-- | Gemfile | 4 | ||||
| -rw-r--r-- | Gemfile.lock | 2 | 
2 files changed, 6 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 | ||
| diff --git a/Gemfile.lock b/Gemfile.lock index 2ff3777..66508c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
| @@ -126,6 +126,7 @@ GEM | |||
| 126 | mini_portile2 (2.2.0) | 126 | mini_portile2 (2.2.0) | 
| 127 | minitest (5.10.2) | 127 | minitest (5.10.2) | 
| 128 | multi_json (1.12.1) | 128 | multi_json (1.12.1) | 
| 129 | mysql2 (0.4.6) | ||
| 129 | net-scp (1.2.1) | 130 | net-scp (1.2.1) | 
| 130 | net-ssh (>= 2.6.5) | 131 | net-ssh (>= 2.6.5) | 
| 131 | net-ssh (4.1.0) | 132 | net-ssh (4.1.0) | 
| @@ -250,6 +251,7 @@ DEPENDENCIES | |||
| 250 | jbuilder (~> 2.5) | 251 | jbuilder (~> 2.5) | 
| 251 | jquery-rails | 252 | jquery-rails | 
| 252 | listen (>= 3.0.5, < 3.2) | 253 | listen (>= 3.0.5, < 3.2) | 
| 254 | mysql2 | ||
| 253 | normalize-rails | 255 | normalize-rails | 
| 254 | paperclip | 256 | paperclip | 
| 255 | puma (~> 3.7) | 257 | puma (~> 3.7) | 
