1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

Merge branch 'dev' of github.com:sleede/fab-manager into dev

This commit is contained in:
Sylvain 2021-10-19 10:22:52 +02:00
commit a6bcb2bd7e
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ gem 'rails', '~> 5.2.4'
# Used by rails 5.2 to reduce the app boot time by over 50% # Used by rails 5.2 to reduce the app boot time by over 50%
gem 'bootsnap' gem 'bootsnap'
# Use Puma as web server # Use Puma as web server
gem 'puma', '4.3.8' gem 'puma', '4.3.9'
gem 'webpacker', '~> 5.x' gem 'webpacker', '~> 5.x'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder

View File

@ -216,7 +216,7 @@ GEM
multi_json (1.14.1) multi_json (1.14.1)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.1.1) multipart-post (2.1.1)
nio4r (2.5.7) nio4r (2.5.8)
nokogiri (1.12.5) nokogiri (1.12.5)
mini_portile2 (~> 2.6.1) mini_portile2 (~> 2.6.1)
racc (~> 1.4) racc (~> 1.4)
@ -264,7 +264,7 @@ GEM
prawn-table (0.2.2) prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0) prawn (>= 1.3.0, < 3.0.0)
public_suffix (4.0.6) public_suffix (4.0.6)
puma (4.3.8) puma (4.3.9)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.1.0) pundit (2.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -470,7 +470,7 @@ DEPENDENCIES
pg_search pg_search
prawn prawn
prawn-table prawn-table
puma (= 4.3.8) puma (= 4.3.9)
pundit pundit
railroady railroady
rails (~> 5.2.4) rails (~> 5.2.4)