summary refs log tree commit diff stats
path: root/web/Gemfile.lock
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-30 04:12:45 +0000
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-30 04:12:45 +0000
commit460edd4191229635e86c0e3781a361126c140ca9 (patch)
tree019e4e087cd1535125d99ab3cf3a430ed63fce76 /web/Gemfile.lock
parent9fc4c06bb40ff3d74031f1dd07e0352f965fc01e (diff)
parent83437f5895fd4f110694e66c9d939ff492bc2e1b (diff)
downloadlingo-460edd4191229635e86c0e3781a361126c140ca9.tar.gz
lingo-460edd4191229635e86c0e3781a361126c140ca9.tar.bz2
lingo-460edd4191229635e86c0e3781a361126c140ca9.zip
Merge branch 'main' of /srv/git/lingo into main
Diffstat (limited to 'web/Gemfile.lock')
-rw-r--r--web/Gemfile.lock48
1 files changed, 48 insertions, 0 deletions
diff --git a/web/Gemfile.lock b/web/Gemfile.lock new file mode 100644 index 0000000..9869d49 --- /dev/null +++ b/web/Gemfile.lock
@@ -0,0 +1,48 @@
1GEM
2 remote: https://rubygems.org/
3 specs:
4 bigdecimal (3.1.4)
5 ffi (1.16.3)
6 haml (6.2.3)
7 temple (>= 0.8.2)
8 thor
9 tilt
10 mustermann (3.0.0)
11 ruby2_keywords (~> 0.0.1)
12 nio4r (2.6.1)
13 puma (6.4.0)
14 nio4r (~> 2.0)
15 rack (2.2.8)
16 rack-cache (1.14.0)
17 rack (>= 0.4)
18 rack-protection (3.1.0)
19 rack (~> 2.2, >= 2.2.4)
20 ruby2_keywords (0.0.5)
21 sassc (2.4.0)
22 ffi (~> 1.9)
23 sequel (5.74.0)
24 bigdecimal
25 sinatra (3.1.0)
26 mustermann (~> 3.0)
27 rack (~> 2.2, >= 2.2.4)
28 rack-protection (= 3.1.0)
29 tilt (~> 2.0)
30 sqlite3 (1.6.9-x86_64-darwin)
31 temple (0.10.3)
32 thor (1.3.0)
33 tilt (2.3.0)
34
35PLATFORMS
36 x86_64-darwin-22
37
38DEPENDENCIES
39 haml
40 puma
41 rack-cache
42 sassc
43 sequel
44 sinatra
45 sqlite3
46
47BUNDLED WITH
48 2.4.21