Commit 4d0ce33a45965903154ca63c80e7baefeb4e56da
1 parent
8b4d4cd7
Exists in
master
and in
1 other branch
move mysql gem requirement to dev environment
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
config/environment.rb
... | ... | @@ -15,8 +15,6 @@ 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' | |
20 | 18 | config.gem 'hoptoad_notifier', |
21 | 19 | :version => '2.3.4' |
22 | 20 | config.gem "ambethia-smtp-tls", | ... | ... |
config/environments/development.rb