It didn't work, pls work now?

This commit is contained in:
redfast00 2018-07-26 17:03:36 +02:00
parent 98eb53863e
commit 86657215df
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)