Skip to content

Commit bd2d425

Browse files
committed
Updated to TRMNL Liquid 0.6.0
Not much to report except that this removes the deprecated `build_environment` method (which is not used in this app anyway). Milestone: minor
1 parent cd9f6e0 commit bd2d425

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gem "shrine", "~> 3.6"
4747
gem "sidekiq", "~> 8.0"
4848
gem "sidekiq-scheduler", "~> 6.0"
4949
gem "trmnl-api", "~> 0.14"
50-
gem "trmnl-liquid", "~> 0.5"
50+
gem "trmnl-liquid", "~> 0.6"
5151
gem "versionaire", "~> 15.0"
5252
gem "wholeable", "~> 2.1"
5353

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ GEM
555555
inspectable (~> 1.0)
556556
pipeable (~> 2.0)
557557
zeitwerk (~> 2.7)
558-
trmnl-liquid (0.5.0)
559-
liquid (~> 5.11)
558+
trmnl-liquid (0.6.0)
559+
liquid (~> 5.12)
560560
redcarpet (~> 3.6)
561561
rqrcode (~> 3.2)
562562
tzinfo (~> 2.0)
@@ -659,7 +659,7 @@ DEPENDENCIES
659659
sidekiq-scheduler (~> 6.0)
660660
simplecov (~> 0.22)
661661
trmnl-api (~> 0.14)
662-
trmnl-liquid (~> 0.5)
662+
trmnl-liquid (~> 0.6)
663663
versionaire (~> 15.0)
664664
warning (~> 1.5)
665665
wholeable (~> 2.1)
@@ -863,7 +863,7 @@ CHECKSUMS
863863
tone (3.1.0) sha256=2e2e77f4f43e77d05ae9160c5b16306502b3efc3da1e418c342051f3f4cb2995
864864
transproc (1.1.1) sha256=b2f9a85ecaf7064f0b3893ffac929de9fd713b13f5aaf822b0bd091fd6f5c8c2
865865
trmnl-api (0.14.0) sha256=cd0a80197f658871fe31e6049d6b37bb22ed09e39901b4b9f6ce86856a8af7e0
866-
trmnl-liquid (0.5.0) sha256=37f768cc0bd1155b68042b75970a2792773c7d044e26c9a0b5896907db96e1e1
866+
trmnl-liquid (0.6.0) sha256=d00fea8ca3d25452abdaec821ed4c0f8f3a952ff1e3ae264ffe4851f18109520
867867
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
868868
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
869869
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42

0 commit comments

Comments
 (0)