diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 88b074d..2fd1efc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
@@ -2,6 +2,7 @@ PATH | |||
2 | remote: . | 2 | remote: . |
3 | specs: | 3 | specs: |
4 | wittle (0.1.0) | 4 | wittle (0.1.0) |
5 | haml | ||
5 | rails (>= 7.1.1) | 6 | rails (>= 7.1.1) |
6 | rice | 7 | rice |
7 | 8 | ||
@@ -93,6 +94,10 @@ GEM | |||
93 | erubi (1.12.0) | 94 | erubi (1.12.0) |
94 | globalid (1.2.1) | 95 | globalid (1.2.1) |
95 | activesupport (>= 6.1) | 96 | activesupport (>= 6.1) |
97 | haml (6.2.3) | ||
98 | temple (>= 0.8.2) | ||
99 | thor | ||
100 | tilt | ||
96 | i18n (1.14.1) | 101 | i18n (1.14.1) |
97 | concurrent-ruby (~> 1.0) | 102 | concurrent-ruby (~> 1.0) |
98 | io-console (0.6.0) | 103 | io-console (0.6.0) |
@@ -183,7 +188,9 @@ GEM | |||
183 | sprockets (>= 3.0.0) | 188 | sprockets (>= 3.0.0) |
184 | sqlite3 (1.6.7-x86_64-darwin) | 189 | sqlite3 (1.6.7-x86_64-darwin) |
185 | stringio (3.0.8) | 190 | stringio (3.0.8) |
191 | temple (0.10.3) | ||
186 | thor (1.3.0) | 192 | thor (1.3.0) |
193 | tilt (2.3.0) | ||
187 | timeout (0.4.0) | 194 | timeout (0.4.0) |
188 | tzinfo (2.0.6) | 195 | tzinfo (2.0.6) |
189 | concurrent-ruby (~> 1.0) | 196 | concurrent-ruby (~> 1.0) |