Fix version of mysql2 to deploy

This commit is contained in:
benji 2016-02-04 16:57:33 +01:00
parent 36bb7b5fda
commit bcfa1670dd
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ group :doc do
end
group :production do
gem 'mysql2' # Database
gem 'mysql2', '~> 0.3.18' # Database
end
group :test do

View file

@ -161,7 +161,7 @@ GEM
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
mysql2 (0.4.2)
mysql2 (0.3.20)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.0.2)
@ -318,7 +318,7 @@ DEPENDENCIES
httparty
identicon
jquery-rails
mysql2
mysql2 (~> 0.3.18)
omniauth-oauth2 (= 1.3.1)
paperclip
rails (= 4.2.4)