Add ruby version and mysql2

This commit is contained in:
Tom Naessens 2015-09-08 14:24:54 +02:00
parent b993c99d50
commit 8928c08938
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
2.2.3
2.2.2

View File

@ -64,3 +64,6 @@ group :development do
gem 'capistrano-passenger'
end
group :development do
gem 'mysql2'
end