mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update rails to address CVE-2014-3514. Fix the deployment
This commit is contained in:
parent
3581edf58c
commit
f2bbb68ad9
3 changed files with 32 additions and 27 deletions
3
Gemfile
3
Gemfile
|
|
@ -102,6 +102,9 @@ gem 'activeuuid'
|
|||
# We use whenever for recurring jobs
|
||||
gem 'whenever', :require => false
|
||||
|
||||
# We use daemons to run scripts
|
||||
gem 'daemons'
|
||||
|
||||
# Use guard and spring for testing in development
|
||||
group :development do
|
||||
# rspec Guard rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue