Pin mysql again
This commit is contained in:
parent
ef9ca50b01
commit
9cbd5a141c
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -71,7 +71,7 @@ group :development do
|
|||
end
|
||||
|
||||
group :production do
|
||||
gem 'mysql2'
|
||||
gem 'mysql2', '~> 0.3.0'
|
||||
end
|
||||
|
||||
gem 'high_voltage', '~> 2.4.0'
|
||||
|
|
|
@ -118,7 +118,7 @@ GEM
|
|||
multi_json (1.11.2)
|
||||
multi_xml (0.5.5)
|
||||
multipart-post (2.0.0)
|
||||
mysql2 (0.4.0)
|
||||
mysql2 (0.3.20)
|
||||
net-scp (1.2.1)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh (2.9.2)
|
||||
|
@ -246,7 +246,7 @@ DEPENDENCIES
|
|||
jbuilder (~> 2.0)
|
||||
jquery-datatables-rails (~> 3.3.0)
|
||||
jquery-rails
|
||||
mysql2
|
||||
mysql2 (~> 0.3.0)
|
||||
omniauth-oauth2
|
||||
purecss-rails
|
||||
rails (= 4.2.4)
|
||||
|
|
Loading…
Reference in a new issue