forked from googleapis/google-cloud-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
18 lines (14 loc) · 688 Bytes
/
Gemfile
File metadata and controls
18 lines (14 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
source "https://rubygems.org"
gemspec
gem "google-cloud-core", path: "../google-cloud-core"
gem "google-cloud-debugger", path: "../google-cloud-debugger"
gem "google-cloud-env", path: "../google-cloud-env"
gem "google-cloud-error_reporting", path: "../google-cloud-error_reporting"
gem "google-cloud-errors", path: "../google-cloud-errors"
gem "google-cloud-logging", path: "../google-cloud-logging"
gem "google-cloud-trace", path: "../google-cloud-trace"
gem "stackdriver-core", path: "../stackdriver-core"
gem "rake", "~> 12.3"
# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"