update gemfile.lock
This commit is contained in:
parent
bb3e42efc3
commit
b11c4f1038
1 changed files with 6 additions and 1 deletions
|
|
@ -40,6 +40,9 @@ GEM
|
||||||
rack (>= 3.0.0, < 4)
|
rack (>= 3.0.0, < 4)
|
||||||
rack-session (2.0.0)
|
rack-session (2.0.0)
|
||||||
rack (>= 3.0.0)
|
rack (>= 3.0.0)
|
||||||
|
rackup (2.1.0)
|
||||||
|
rack (>= 3)
|
||||||
|
webrick (~> 1.8)
|
||||||
rake (13.2.1)
|
rake (13.2.1)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
securerandom (0.3.1)
|
securerandom (0.3.1)
|
||||||
|
|
@ -73,6 +76,7 @@ GEM
|
||||||
timeout (0.4.1)
|
timeout (0.4.1)
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
webrick (1.8.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
aarch64-linux-gnu
|
aarch64-linux-gnu
|
||||||
|
|
@ -89,6 +93,7 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
foreman
|
foreman
|
||||||
puma
|
puma
|
||||||
|
rackup (~> 2.1)
|
||||||
rake
|
rake
|
||||||
sinatra
|
sinatra
|
||||||
sinatra-activerecord
|
sinatra-activerecord
|
||||||
|
|
@ -97,4 +102,4 @@ DEPENDENCIES
|
||||||
timecop (~> 0.9.8)
|
timecop (~> 0.9.8)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.3
|
2.5.19
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue