Skip to content

Commit 5ebec5d

Browse files
committed
Copy gemfile from xray
1 parent 6b6a9a1 commit 5ebec5d

File tree

1 file changed

+9
-1
lines changed
  • propagator/google_cloud_trace_context

1 file changed

+9
-1
lines changed

propagator/google_cloud_trace_context/Gemfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ source 'https://rubygems.org'
55
gemspec
66

77
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'
815
if RUBY_VERSION >= '3.4'
16+
gem 'base64'
917
gem 'mutex_m'
1018
end
11-
end
19+
end

0 commit comments

Comments
 (0)