Add ruby version and mysql2
This commit is contained in:
parent
b993c99d50
commit
8928c08938
2 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
|||
2.2.3
|
||||
2.2.2
|
||||
|
|
3
Gemfile
3
Gemfile
|
@ -64,3 +64,6 @@ group :development do
|
|||
gem 'capistrano-passenger'
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem 'mysql2'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue