Commit 25b8285ad8aba89bb22054dee353eb9b5bc9043a
1 parent
41f7c284
Exists in
master
and in
1 other branch
add mysql gem to gem list
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
config/environment.rb
... | ... | @@ -15,6 +15,8 @@ Rails::Initializer.run do |config| |
15 | 15 | config.action_mailer.delivery_method = :smtp |
16 | 16 | #config.action_mailer.delivery_method = :sendmail |
17 | 17 | |
18 | + config.gem 'mysql', | |
19 | + :version => '2.8.1' | |
18 | 20 | config.gem 'hoptoad_notifier', |
19 | 21 | :version => '2.3.4' |
20 | 22 | config.gem "ambethia-smtp-tls", | ... | ... |