It didn't work, pls work now?
This commit is contained in:
parent
98eb53863e
commit
86657215df
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -23,7 +23,7 @@ group :doc do
|
|||
end
|
||||
|
||||
group :production do
|
||||
gem 'mysql2' # Database
|
||||
gem 'mysql2', '< 0.5', '>= 0.3.13' # Database
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
@ -159,7 +159,7 @@ GEM
|
|||
multi_json (1.13.1)
|
||||
multi_xml (0.6.0)
|
||||
multipart-post (2.0.0)
|
||||
mysql2 (0.5.2)
|
||||
mysql2 (0.4.10)
|
||||
net-scp (1.2.1)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh (5.0.2)
|
||||
|
@ -318,7 +318,7 @@ DEPENDENCIES
|
|||
httparty
|
||||
identicon
|
||||
jquery-rails
|
||||
mysql2
|
||||
mysql2 (>= 0.3.13, < 0.5)
|
||||
omniauth-oauth2 (= 1.3.1)
|
||||
paperclip
|
||||
rails (~> 4.2.8)
|
||||
|
|
Loading…
Reference in a new issue