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 14f1b06 commit b2fd156Copy full SHA for b2fd156
appengine/metadata_server/Gemfile
@@ -14,11 +14,11 @@
14
15
source "https://rubygems.org"
16
17
-gem "sinatra", "~> 3.2"
+gem "sinatra"
18
+gem "puma"
19
20
group :test do
21
gem "faraday"
- gem "puma"
22
gem "rspec"
23
gem "rspec_junit_formatter"
24
end
appengine/metadata_server/Gemfile.lock
@@ -50,7 +50,7 @@ DEPENDENCIES
50
puma
51
rspec
52
rspec_junit_formatter
53
- sinatra (~> 3.2)
+ sinatra
54
55
BUNDLED WITH
56
2.4.22
0 commit comments