Skip to content

Commit 7459392

Browse files
committed
Use the released version of trilogy
1 parent a21c40b commit 7459392

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ platforms :ruby, :windows do
155155
group :db do
156156
gem "pg", "~> 1.3"
157157
gem "mysql2", "~> 0.5"
158-
gem "trilogy", github: "github/trilogy", branch: "main", glob: "contrib/ruby/*.gemspec"
158+
gem "trilogy", ">= 2.5.0"
159159
end
160160
end
161161

Gemfile.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
GIT
2-
remote: https://github.com/github/trilogy.git
3-
revision: a1f46bbb79f866c157ead6d483474670bdb17334
4-
branch: main
5-
glob: contrib/ruby/*.gemspec
6-
specs:
7-
trilogy (2.4.1)
8-
91
GIT
102
remote: https://github.com/matthewd/websocket-client-simple.git
113
revision: e161305f1a466b9398d86df3b1731b03362da91b
@@ -533,6 +525,7 @@ GEM
533525
timeout (0.4.0)
534526
tomlrb (2.0.3)
535527
trailblazer-option (0.1.2)
528+
trilogy (2.5.0)
536529
turbo-rails (1.3.2)
537530
actionpack (>= 6.0.0)
538531
activejob (>= 6.0.0)
@@ -640,7 +633,7 @@ DEPENDENCIES
640633
sucker_punch
641634
tailwindcss-rails
642635
terser (>= 1.1.4)
643-
trilogy!
636+
trilogy (>= 2.5.0)
644637
turbo-rails
645638
tzinfo-data
646639
w3c_validators (~> 1.3.6)

0 commit comments

Comments
 (0)