1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

Merge branch 'dev' into host

This commit is contained in:
Sylvain 2019-02-25 10:08:03 +01:00
commit 0620487269
3 changed files with 12 additions and 8 deletions

View File

@ -3,7 +3,9 @@
- Refactored rake tasks to use namespaces and descriptions - Refactored rake tasks to use namespaces and descriptions
- Fix a bug: unable to create a new oAuth 2.0 provider - Fix a bug: unable to create a new oAuth 2.0 provider
- Fix a bug: application in unavailable if a SSO is active - Fix a bug: application in unavailable if a SSO is active
- Fix a security issue: dependency bootstrap < 4.3.1 has an XSS vulnerability as described in [CVE-2019-8331](https://blog.getbootstrap.com/2019/02/13/bootstrap-4-3-1-and-3-4-1/)
- Fixed missing translations in authentication providers form - Fixed missing translations in authentication providers form
- [TODO DEPLOY] `bundle install`
## v2.8.3 2019 January 29 ## v2.8.3 2019 January 29
@ -44,7 +46,7 @@
- Improved automated tests suite - Improved automated tests suite
- Added Rubocop gem to the Gemfile (ruby syntax checking) - Added Rubocop gem to the Gemfile (ruby syntax checking)
- Added badges to README - Added badges to README
- Fix a security update: dependency ActiveJob < 4.2.11 has a vulnerability as described in [CVE-2018-16476](https://nvd.nist.gov/vuln/detail/CVE-2018-16476) - Fix a security issue: dependency ActiveJob < 4.2.11 has a vulnerability as described in [CVE-2018-16476](https://nvd.nist.gov/vuln/detail/CVE-2018-16476)
- [TODO DEPLOY] `rake db:migrate` - [TODO DEPLOY] `rake db:migrate`
- [TODO DEPLOY] `bundle install` - [TODO DEPLOY] `bundle install`

View File

@ -85,7 +85,7 @@ gem 'kaminari'
gem 'figaro' gem 'figaro'
gem 'bootstrap-sass' gem 'bootstrap-sass', '>= 3.4.1'
gem 'font-awesome-rails' gem 'font-awesome-rails'
# Image processing ruby wrapper for ImageMagick # Image processing ruby wrapper for ImageMagick

View File

@ -60,9 +60,8 @@ GEM
json json
arel (6.0.4) arel (6.0.4)
ast (2.4.0) ast (2.4.0)
autoprefixer-rails (5.1.8) autoprefixer-rails (9.4.9)
execjs execjs
json
awesome_print (1.6.1) awesome_print (1.6.1)
axiom-types (0.1.1) axiom-types (0.1.1)
descendants_tracker (~> 0.0.4) descendants_tracker (~> 0.0.4)
@ -74,9 +73,9 @@ GEM
bcrypt (3.1.10) bcrypt (3.1.10)
binding_of_caller (0.7.3) binding_of_caller (0.7.3)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
bootstrap-sass (3.3.4.1) bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.0.0.1) autoprefixer-rails (>= 5.2.1)
sass (>= 3.2.19) sassc (>= 2.0.0)
buftok (0.2.0) buftok (0.2.0)
builder (3.2.3) builder (3.2.3)
byebug (8.2.3) byebug (8.2.3)
@ -395,6 +394,9 @@ GEM
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1) tilt (~> 1.1)
sassc (2.0.0)
ffi (~> 1.9.6)
rake
sdoc (0.4.1) sdoc (0.4.1)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0) rdoc (~> 4.0)
@ -516,7 +518,7 @@ DEPENDENCIES
awesome_print awesome_print
axlsx! axlsx!
axlsx_rails axlsx_rails
bootstrap-sass bootstrap-sass (>= 3.4.1)
byebug byebug
capistrano capistrano
capistrano-maintenance (= 0.0.5) capistrano-maintenance (= 0.0.5)