Skip to content

Commit f1068b9

Browse files
committed
fix: use specific version of concurrent-ruby gem
According to [this stackoverflow post](https://stackoverflow.com/a/79361034) by using the 1.3.4 version of concurrent-ruby gem, this should fix our logging issues. Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 1b537b0 commit f1068b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gemspec
55
rails_version = ENV["RAILS_VERSION"] == "edge" ? { github: "rails/rails" } : ENV["RAILS_VERSION"]
66
gem "actionpack", rails_version
77
gem "activesupport", rails_version
8+
gem "concurrent-ruby", "1.3.4"
89

910
graphql_version = ENV["GRAPHQL_VERSION"] == "edge" ? { github: "rmosolgo/graphql-ruby", ref: "interpreter-without-legacy" } : ENV["GRAPHQL_VERSION"]
1011
gem "graphql", graphql_version

0 commit comments

Comments
 (0)