diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-30 14:34:22 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-30 14:34:22 -0400 |
commit | e9f3ed0795b1827472337e9bd0b108dec8d7cdea (patch) | |
tree | 4956a4c359e3840c068f2c8625812bd2efd864ab /Gemfile | |
parent | 94e2fa2ac32a88dfd802653f30f536c45845159b (diff) | |
download | thoughts-e9f3ed0795b1827472337e9bd0b108dec8d7cdea.tar.gz thoughts-e9f3ed0795b1827472337e9bd0b108dec8d7cdea.tar.bz2 thoughts-e9f3ed0795b1827472337e9bd0b108dec8d7cdea.zip |
Installed Wittle
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index fd377fe..88a4899 100644 --- a/Gemfile +++ b/Gemfile | |||
@@ -7,7 +7,7 @@ end | |||
7 | 7 | ||
8 | 8 | ||
9 | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | 9 | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' |
10 | gem 'rails', '~> 7.0.3' | 10 | gem 'rails', '~> 7.1.0' |
11 | # Use sqlite3 as the database for Active Record | 11 | # Use sqlite3 as the database for Active Record |
12 | gem 'sqlite3' | 12 | gem 'sqlite3' |
13 | # Use Puma as the app server | 13 | # Use Puma as the app server |
@@ -84,3 +84,4 @@ gem 'active_storage_validations' | |||
84 | gem "image_processing", ">= 1.2" | 84 | gem "image_processing", ">= 1.2" |
85 | gem "meta-tags" | 85 | gem "meta-tags" |
86 | gem 'rails_autolink' | 86 | gem 'rails_autolink' |
87 | gem 'wittle', git: "https://git.fourisland.com/wittle", branch: "main" | ||