Skip to content

Commit 6b8e2a0

Browse files
committed
pin excon because excon 1.2.6 is broken?
1 parent 9f52d04 commit 6b8e2a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ end
1414
# Changed from a default gem to a bundled gem in Ruby 3.4
1515
# See: https://stdgems.org/new-in/3.4/
1616
gem 'syslog' if RUBY_VERSION >= '3.4'
17+
18+
# FIXME: just to run the tests for now. Excon 1.2.6 broke all tests.
19+
gem 'excon', '<1.2.6'

0 commit comments

Comments
 (0)