Fix version of mysql2 to deploy
This commit is contained in:
parent
36bb7b5fda
commit
bcfa1670dd
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -22,7 +22,7 @@ group :doc do
|
|||
end
|
||||
|
||||
group :production do
|
||||
gem 'mysql2' # Database
|
||||
gem 'mysql2', '~> 0.3.18' # Database
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue