Skip to content

Commit

Permalink
[DO NOT MERGE] Testing if mono_logger PR fixes Ruby HEAD support
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Feb 15, 2023
1 parent 120f17a commit 8ec1eb0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ gemspec
gem "sidekiq"
gem "resque"

# DO NOT MERGE! Testing if this fixes Ruby HEAD support.
gem "mono_logger", github: "sambostock/mono_logger", branch: "ruby-head-support"
##############

gem "mysql2", github: "brianmario/mysql2"
gem "globalid"
gem "i18n"
Expand Down
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ GIT
specs:
mysql2 (0.5.4)

GIT
remote: https://github.com/sambostock/mono_logger
revision: caac3a470e6f393cf89485c388cbcb57e44b94cd
branch: ruby-head-support
specs:
mono_logger (1.1.0)

PATH
remote: .
specs:
Expand Down Expand Up @@ -39,7 +46,6 @@ GEM
minitest (5.16.3)
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
mono_logger (1.1.1)
multi_json (1.15.0)
parallel (1.22.1)
parser (3.2.0.0)
Expand Down Expand Up @@ -103,6 +109,7 @@ DEPENDENCIES
i18n
job-iteration!
mocha
mono_logger!
mysql2!
pry
rake
Expand Down

0 comments on commit 8ec1eb0

Please sign in to comment.