Skip to content

Commit 2ba2e5e

Browse files
committed
gem fixes for tests
1 parent 770775f commit 2ba2e5e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

spec/acceptance/Dockerfile.entitlements-github-plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
1717
pkg-config
1818

1919
# Install bundler
20-
RUN gem install bundler
20+
RUN gem install bundler -v 2.3.19
2121

2222
# Bootstrap files and caching for speed
2323
COPY "vendor/cache/" "/data/entitlements/vendor/cache/"

spec/acceptance/github-server/Gemfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# frozen_string_literal: true
2+
23
source "https://rubygems.org"
34

4-
gem "rack", "~>2.2.8"
5-
gem "rack-test"
6-
gem "sinatra", "~>3.2.0"
7-
gem "webrick"
5+
gem "rack", "= 2.2.8"
6+
gem "rack-test", "~> 2.1"
7+
gem "sinatra", "= 3.2.0"
8+
gem "webrick", "~> 1.8"

0 commit comments

Comments
 (0)