diff options
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" | ||
