We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6a9a1 commit 5ebec5dCopy full SHA for 5ebec5d
propagator/google_cloud_trace_context/Gemfile
@@ -5,7 +5,15 @@ source 'https://rubygems.org'
5
gemspec
6
7
group :test do
8
+ gem 'bundler', '~> 2.4'
9
+ gem 'minitest', '~> 5.0'
10
+ gem 'rake', '~> 13.0'
11
+ gem 'rubocop', '~> 1.75.1'
12
+ gem 'rubocop-performance', '~> 1.24.0'
13
+ gem 'simplecov', '~> 0.22.0'
14
+ gem 'yard', '~> 0.9'
15
if RUBY_VERSION >= '3.4'
16
+ gem 'base64'
17
gem 'mutex_m'
18
end
-end
19
+end
0 commit comments