diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 14:29:21 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 14:29:21 -0400 |
commit | ce2e4c010c68527f10e0c7b3df59f1c2f22ddc6f (patch) | |
tree | b3754a2134ccdcf649409b7ff183a7beedabcab1 /Gemfile | |
parent | 6e70f376d23c21a63ff4875a1f77e19f7961b7b4 (diff) | |
download | thoughts-ce2e4c010c68527f10e0c7b3df59f1c2f22ddc6f.tar.gz thoughts-ce2e4c010c68527f10e0c7b3df59f1c2f22ddc6f.tar.bz2 thoughts-ce2e4c010c68527f10e0c7b3df59f1c2f22ddc6f.zip |
Syntax highlighting
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 1230941..e467375 100644 --- a/Gemfile +++ b/Gemfile | |||
@@ -78,3 +78,4 @@ gem 'sprockets', '3.7.2' | |||
78 | gem 'lingo', git: "https://git.fourisland.com/lingo", glob: "rails/*.gemspec", branch: "main" | 78 | gem 'lingo', git: "https://git.fourisland.com/lingo", glob: "rails/*.gemspec", branch: "main" |
79 | gem 'will_paginate', '~> 4.0' | 79 | gem 'will_paginate', '~> 4.0' |
80 | gem 'redcarpet' | 80 | gem 'redcarpet' |
81 | gem 'rouge' | ||