Skip to content

Commit 5005e60

Browse files
committed
Use custom marksmith repo before PR is accepted
1 parent d9109d7 commit 5005e60

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ gem "sitemap_generator", "~> 6.3"
8484
gem "httpx", "~> 1.6"
8585
gem "carrierwave", "~> 3.0"
8686
gem "watu_table_builder", require: "table_builder"
87-
gem "marksmith", "~> 0.4.7"
87+
gem "marksmith", github: "jschwindt/marksmith", branch: "main"
8888

8989
gem "dartsass-rails", "~> 0.5.1"
9090

Gemfile.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ GIT
1010
responders
1111
warden (~> 1.2.3)
1212

13+
GIT
14+
remote: https://github.com/jschwindt/marksmith.git
15+
revision: 3e0f0751bb544a97201e181f1955b938641113c1
16+
branch: main
17+
specs:
18+
marksmith (0.4.7)
19+
activesupport
20+
1321
GEM
1422
remote: https://rubygems.org/
1523
specs:
@@ -256,8 +264,6 @@ GEM
256264
net-pop
257265
net-smtp
258266
marcel (1.0.4)
259-
marksmith (0.4.7)
260-
activesupport
261267
matrix (0.4.3)
262268
meilisearch (0.32.0)
263269
httparty (~> 0.22)
@@ -536,7 +542,7 @@ DEPENDENCIES
536542
jbuilder
537543
kaminari (~> 1.2)
538544
letter_opener
539-
marksmith (~> 0.4.7)
545+
marksmith!
540546
meilisearch-rails (~> 0.16.0)
541547
mysql2 (~> 0.5)
542548
propshaft

0 commit comments

Comments
 (0)