Pin mysql

This commit is contained in:
Tom Naessens 2015-09-08 15:01:29 +02:00
parent 02f36f5750
commit 8b41c5dc5d
2 changed files with 2 additions and 2 deletions

View File

@ -65,5 +65,5 @@ group :development do
end
group :production do
gem 'mysql2' # Database
gem 'mysql2', '~> 0.3' # Database
end

View File

@ -236,7 +236,7 @@ DEPENDENCIES
faker
jbuilder (~> 2.0)
jquery-rails
mysql2
mysql2 (~> 0.3)
omniauth-oauth2
rails (= 4.2.4)
rspec-rails