Skip to content

Commit fe4d589

Browse files
committed
Add meta-tags gem
1 parent 2e1170a commit fe4d589

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ gem "phlex-rails", group: [:default, :wasm] # An object-oriented alternative to
3737
gem "commonmarker", require: false
3838
gem "invisible_captcha", group: [:default, :wasm] # Unobtrusive and flexible spam protection for Rails apps [https://github.com/markets/invisible_captcha]
3939
gem "color_conversion", group: [:default, :wasm] # A ruby gem to perform color conversions [https://github.com/devrieda/color_conversion]
40+
gem "meta-tags", group: [:default, :wasm] # Search Engine Optimization (SEO) for Ruby on Rails applications. [https://github.com/kpumuk/meta-tags]
4041

4142
gem "bootsnap", require: false # Reduces boot times through caching; required in config/boot.rb [https://github.com/Shopify/bootsnap]
4243

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ GEM
271271
net-smtp
272272
marcel (1.0.4)
273273
matrix (0.4.2)
274+
meta-tags (2.22.0)
275+
actionpack (>= 6.0.0, < 8.1)
274276
mime-types (3.5.2)
275277
mime-types-data (~> 3.2015)
276278
mime-types-data (3.2024.0305)
@@ -571,6 +573,7 @@ DEPENDENCIES
571573
js
572574
letter_opener
573575
litestream
576+
meta-tags
574577
mission_control-jobs
575578
phlex-rails
576579
postmark-rails

0 commit comments

Comments
 (0)