bundle update

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2021-05-12 18:43:50 +02:00
parent 67873b3e39
commit 657d4dd05e
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -1,23 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.2)
method_source (0.9.2)
mustermann (1.0.3)
nio4r (2.5.2)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
puma (4.3.1)
coderay (1.1.3)
method_source (1.0.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.7)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
puma (5.3.1)
nio4r (~> 2.0)
rack (2.0.7)
rack-protection (2.0.7)
rack (2.2.3)
rack-protection (2.1.0)
rack
rake (13.0.1)
sinatra (2.0.7)
rake (13.0.3)
ruby2_keywords (0.0.4)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.7)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
tilt (2.0.10)
@ -31,4 +33,4 @@ DEPENDENCIES
sinatra
BUNDLED WITH
2.0.2
2.2.16