mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
gem: update spring and mina
This commit is contained in:
parent
cc5ff4efc4
commit
aa4a711048
3 changed files with 12 additions and 3 deletions
5
Gemfile
5
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue