Browse Source

Fix Gemfile

pull/548/head
baarkerlounger 3 years ago
parent
commit
6000b570a0
  1. 3
      Gemfile.lock

3
Gemfile.lock

@ -265,7 +265,7 @@ GEM
timeout timeout
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.5-arm64-darwin) nokogiri (1.13.5-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.13.5-x86_64-darwin) nokogiri (1.13.5-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.13.5-x86_64-linux) nokogiri (1.13.5-x86_64-linux)
@ -305,6 +305,7 @@ GEM
public_suffix (4.0.7) public_suffix (4.0.7)
puma (5.6.4) puma (5.6.4)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3) rack (2.2.3)
rack-attack (6.6.1) rack-attack (6.6.1)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)

Loading…
Cancel
Save