gem: update spring and mina

This commit is contained in:
Priit Tamboom 2014-12-02 17:47:46 +02:00
parent cc5ff4efc4
commit aa4a711048
3 changed files with 12 additions and 3 deletions

View file

@ -132,7 +132,7 @@ group :development, :test do
# Spring speeds up development by keeping your application running in the background.
# Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring', '~> 1.2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0'
@ -153,4 +153,7 @@ group :development, :test do
# faster dev load time
gem 'unicorn'
# for fast deployment
gem 'mina', '~> 0.3.1'
end