Skip to content

Commit

Permalink
Add explicit dependency on logger
Browse files Browse the repository at this point in the history
To work around:
excon/excon#860

And refresh the lockfile.
  • Loading branch information
edmorley committed Oct 23, 2024
1 parent 5d10635 commit 736f0f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ruby '>= 3.2', '< 3.4'

group :test, :development do
gem 'heroku_hatchet'
# Work around https://github.com/excon/excon/issues/860
gem 'logger'
gem 'parallel_split_test'
gem 'rspec-core'
gem 'rspec-expectations'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
base64 (0.2.0)
diff-lcs (1.5.1)
erubis (2.7.0)
excon (0.111.0)
excon (0.112.0)
heroics (0.1.3)
base64
erubis (~> 2.0)
Expand All @@ -21,6 +21,7 @@ GEM
threaded (~> 0)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
moneta (1.0.0)
multi_json (1.15.0)
parallel (1.26.3)
Expand Down Expand Up @@ -65,13 +66,14 @@ GEM
thor (1.3.2)
threaded (0.0.4)
unicode-display_width (2.6.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
ruby

DEPENDENCIES
heroku_hatchet
logger
parallel_split_test
rspec-core
rspec-expectations
Expand Down

0 comments on commit 736f0f4

Please sign in to comment.