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

updated puma to fix xsrf issue

This commit is contained in:
Sylvain 2020-03-02 16:20:20 +01:00
parent 07b21f5094
commit c5923638f4
2 changed files with 3 additions and 4 deletions

View File

@ -4,7 +4,7 @@ gem 'compass-rails', '2.0.4'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.11.1'
# Use Puma as web server
gem 'puma', '3.12.3'
gem 'puma', '3.12.4'
# Use SCSS for stylesheets
gem 'sass-rails', '5.0.1'

View File

@ -228,7 +228,6 @@ GEM
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
naught (1.1.0)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
notify_with (0.0.2)
@ -273,7 +272,7 @@ GEM
protected_attributes (1.1.3)
activemodel (>= 4.0.1, < 5.0)
public_suffix (3.0.2)
puma (3.12.3)
puma (3.12.4)
pundit (1.0.0)
activesupport (>= 3.0.0)
raabro (1.1.6)
@ -489,7 +488,7 @@ DEPENDENCIES
prawn
prawn-table
protected_attributes
puma (= 3.12.3)
puma (= 3.12.4)
pundit
rack-protection (= 1.5.5)
railroady