diff options
author | Robert Gerus <ar@is-a.cat> | 2021-10-25 11:54:22 +0200 |
---|---|---|
committer | Robert Gerus <ar@is-a.cat> | 2021-10-25 11:54:22 +0200 |
commit | 369ac676f614debbc5230ab352574cdda1c7285d (patch) | |
tree | 62a32981e442ae344f19d69813ecbb35a8dae464 /Gemfile.lock | |
download | panic-main.tar.gz panic-main.tar.bz2 panic-main.tar.xz panic-main.zip |
Initial versionmain
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..535d96e --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,24 @@ +GEM + remote: https://rubygems.org/ + specs: + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + rack (2.2.3) + rack-protection (2.1.0) + rack + ruby2_keywords (0.0.5) + sinatra (2.1.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.1.0) + tilt (~> 2.0) + tilt (2.0.10) + +PLATFORMS + ruby + +DEPENDENCIES + sinatra + +BUNDLED WITH + 2.1.4 |