about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 00:25:50 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 00:25:50 -0400
commit96813a5e508a54257ef03be613a704f1f71af53d (patch)
treea50f5c8dc27304a3ca27366b6268a72804727e16 /Gemfile.lock
parent2a7a19c93ee0e0d77e4e388d43f36a721c7ab715 (diff)
downloadthoughts-96813a5e508a54257ef03be613a704f1f71af53d.tar.gz
thoughts-96813a5e508a54257ef03be613a704f1f71af53d.tar.bz2
thoughts-96813a5e508a54257ef03be613a704f1f71af53d.zip
Added quotes database
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 18f75fe..07908ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -264,6 +264,10 @@ GEM
264 rails-html-sanitizer (1.6.0) 264 rails-html-sanitizer (1.6.0)
265 loofah (~> 2.21) 265 loofah (~> 2.21)
266 nokogiri (~> 1.14) 266 nokogiri (~> 1.14)
267 rails_autolink (1.1.8)
268 actionview (> 3.1)
269 activesupport (> 3.1)
270 railties (> 3.1)
267 railties (7.0.8) 271 railties (7.0.8)
268 actionpack (= 7.0.8) 272 actionpack (= 7.0.8)
269 activesupport (= 7.0.8) 273 activesupport (= 7.0.8)
@@ -382,6 +386,7 @@ DEPENDENCIES
382 paperclip 386 paperclip
383 pokeviewer! 387 pokeviewer!
384 rails (~> 7.0.3) 388 rails (~> 7.0.3)
389 rails_autolink
385 redcarpet 390 redcarpet
386 rouge 391 rouge
387 sassc-rails 392 sassc-rails