Remove the draper gem
This commit is contained in:
parent
d77530c461
commit
564ece37d9
2 changed files with 0 additions and 14 deletions
3
Gemfile
3
Gemfile
|
@ -35,9 +35,6 @@ gem 'active_link_to'
|
||||||
# Pagination
|
# Pagination
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
|
|
||||||
# Decorators
|
|
||||||
gem 'draper'
|
|
||||||
|
|
||||||
# Gestion des comptes utilisateurs
|
# Gestion des comptes utilisateurs
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'devise-async'
|
gem 'devise-async'
|
||||||
|
|
11
Gemfile.lock
11
Gemfile.lock
|
@ -58,10 +58,6 @@ GEM
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.2.2)
|
activemodel (5.2.2)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.2)
|
||||||
activemodel-serializers-xml (1.0.2)
|
|
||||||
activemodel (> 5.x)
|
|
||||||
activesupport (> 5.x)
|
|
||||||
builder (~> 3.1)
|
|
||||||
activerecord (5.2.2)
|
activerecord (5.2.2)
|
||||||
activemodel (= 5.2.2)
|
activemodel (= 5.2.2)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.2)
|
||||||
|
@ -194,12 +190,6 @@ GEM
|
||||||
dotenv-rails (2.5.0)
|
dotenv-rails (2.5.0)
|
||||||
dotenv (= 2.5.0)
|
dotenv (= 2.5.0)
|
||||||
railties (>= 3.2, < 6.0)
|
railties (>= 3.2, < 6.0)
|
||||||
draper (3.0.1)
|
|
||||||
actionpack (~> 5.0)
|
|
||||||
activemodel (~> 5.0)
|
|
||||||
activemodel-serializers-xml (~> 1.0)
|
|
||||||
activesupport (~> 5.0)
|
|
||||||
request_store (~> 1.0)
|
|
||||||
em-websocket (0.5.1)
|
em-websocket (0.5.1)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
|
@ -696,7 +686,6 @@ DEPENDENCIES
|
||||||
devise
|
devise
|
||||||
devise-async
|
devise-async
|
||||||
dotenv-rails
|
dotenv-rails
|
||||||
draper
|
|
||||||
factory_bot
|
factory_bot
|
||||||
flipflop
|
flipflop
|
||||||
fog-openstack
|
fog-openstack
|
||||||
|
|
Loading…
Reference in a new issue