Skip to content

Commit 14f2275

Browse files
committed
Bump trilogy to fix connection error translation
Until we do a new release we need to run against main on trilogy to get the latest changes from trilogy-libraries/trilogy#69
1 parent 7572a13 commit 14f2275

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ platforms :ruby, :windows do
150150
group :db do
151151
gem "pg", "~> 1.3"
152152
gem "mysql2", "~> 0.5"
153-
gem "trilogy", "~> 2.4"
153+
gem "trilogy", github: "github/trilogy", branch: "main", glob: "contrib/ruby/*.gemspec"
154154
end
155155
end
156156

Gemfile.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
GIT
2+
remote: https://github.com/github/trilogy.git
3+
revision: 8e4ae98569c12894da9bcbee5edb32b76068dbfd
4+
branch: main
5+
glob: contrib/ruby/*.gemspec
6+
specs:
7+
trilogy (2.4.0)
8+
19
GIT
210
remote: https://github.com/matthewd/websocket-client-simple.git
311
revision: e161305f1a466b9398d86df3b1731b03362da91b
@@ -338,9 +346,13 @@ GEM
338346
net-smtp (0.3.3)
339347
net-protocol
340348
nio4r (2.5.8)
341-
nokogiri (1.13.10)
349+
nokogiri (1.14.3)
342350
mini_portile2 (~> 2.8.0)
343351
racc (~> 1.4)
352+
nokogiri (1.14.3-x86_64-darwin)
353+
racc (~> 1.4)
354+
nokogiri (1.14.3-x86_64-linux)
355+
racc (~> 1.4)
344356
os (1.1.4)
345357
parallel (1.22.1)
346358
parser (3.2.1.1)
@@ -486,8 +498,10 @@ GEM
486498
actionpack (>= 5.2)
487499
activesupport (>= 5.2)
488500
sprockets (>= 3.0.0)
489-
sqlite3 (1.5.4)
501+
sqlite3 (1.6.2)
490502
mini_portile2 (~> 2.8.0)
503+
sqlite3 (1.6.2-x86_64-darwin)
504+
sqlite3 (1.6.2-x86_64-linux)
491505
stackprof (0.2.23)
492506
stimulus-rails (1.2.1)
493507
railties (>= 6.0.0)
@@ -507,7 +521,6 @@ GEM
507521
timeout (0.3.2)
508522
tomlrb (2.0.3)
509523
trailblazer-option (0.1.2)
510-
trilogy (2.4.0)
511524
turbo-rails (1.3.2)
512525
actionpack (>= 6.0.0)
513526
activejob (>= 6.0.0)
@@ -619,7 +632,7 @@ DEPENDENCIES
619632
sucker_punch
620633
tailwindcss-rails
621634
terser (>= 1.1.4)
622-
trilogy (~> 2.4)
635+
trilogy!
623636
turbo-rails
624637
tzinfo-data
625638
w3c_validators (~> 1.3.6)

0 commit comments

Comments
 (0)