mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-06 01:08:21 +01:00
This commit is contained in:
parent
ca7a50bacc
commit
b18bc2a97e
@ -1,6 +1,7 @@
|
|||||||
# Changelog Fab-manager
|
# Changelog Fab-manager
|
||||||
|
|
||||||
- Prevent admins from leaving their dedicated group
|
- Prevent admins from leaving their dedicated group
|
||||||
|
- Downgraded faraday from 1.0 to 0.17 for better compatibility with elasticsearch-ruby 5 (#205 #196)
|
||||||
- Fix a bug: when an admin logs on the subscription page, his view is broken
|
- Fix a bug: when an admin logs on the subscription page, his view is broken
|
||||||
- Fix a bug: admin's members list shows the same members multiple times
|
- Fix a bug: admin's members list shows the same members multiple times
|
||||||
|
|
||||||
|
1
Gemfile
1
Gemfile
@ -115,6 +115,7 @@ gem 'prawn-table'
|
|||||||
gem 'elasticsearch-model', '~> 5'
|
gem 'elasticsearch-model', '~> 5'
|
||||||
gem 'elasticsearch-persistence', '~> 5'
|
gem 'elasticsearch-persistence', '~> 5'
|
||||||
gem 'elasticsearch-rails', '~> 5'
|
gem 'elasticsearch-rails', '~> 5'
|
||||||
|
gem 'faraday', '~> 0.17'
|
||||||
|
|
||||||
gem 'notify_with'
|
gem 'notify_with'
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@ GEM
|
|||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
faker (2.10.2)
|
faker (2.10.2)
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
faraday (1.0.0)
|
faraday (0.17.3)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
ffi (1.12.2)
|
ffi (1.12.2)
|
||||||
font-awesome-rails (4.7.0.5)
|
font-awesome-rails (4.7.0.5)
|
||||||
@ -484,6 +484,7 @@ DEPENDENCIES
|
|||||||
elasticsearch-persistence (~> 5)
|
elasticsearch-persistence (~> 5)
|
||||||
elasticsearch-rails (~> 5)
|
elasticsearch-rails (~> 5)
|
||||||
faker
|
faker
|
||||||
|
faraday (~> 0.17)
|
||||||
font-awesome-rails
|
font-awesome-rails
|
||||||
foreman
|
foreman
|
||||||
forgery
|
forgery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user