Skip to content

Commit

Permalink
fix: Pin sinatra to 3.2 in metadata server test (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Feb 7, 2024
1 parent 4e9c846 commit 706d63e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
2 changes: 1 addition & 1 deletion appengine/metadata_server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

source "https://rubygems.org"

gem "sinatra"
gem "sinatra", "~> 3.2"

group :test do
gem "faraday"
Expand Down
49 changes: 27 additions & 22 deletions appengine/metadata_server/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,38 +1,43 @@
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.5.0)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
base64 (0.2.0)
diff-lcs (1.5.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
net-http (0.4.1)
uri
rack (2.2.8)
rack-protection (3.1.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
ruby2_keywords (0.0.5)
sinatra (3.1.0)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
rack-protection (= 3.2.0)
tilt (~> 2.0)
tilt (2.2.0)
tilt (2.3.0)
uri (0.13.0)

PLATFORMS
ruby
Expand All @@ -41,7 +46,7 @@ DEPENDENCIES
faraday
rspec
rspec_junit_formatter
sinatra
sinatra (~> 3.2)

BUNDLED WITH
2.4.19
2.4.22

0 comments on commit 706d63e

Please sign in to comment.