Skip to content

Commit 1111936

Browse files
Merge pull request #32 from github/jasonmacgowan/acceptance
Pin rack version for acceptance test mock servers
2 parents 1e87a3c + 4b01b87 commit 1111936

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
entitlements-github-plugin (0.5.1)
4+
entitlements-github-plugin (0.5.2)
55
contracts (~> 0.17.0)
66
faraday (~> 2.0)
77
faraday-retry (~> 2.0)

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Entitlements
44
module Version
5-
VERSION = "0.5.1"
5+
VERSION = "0.5.2"
66
end
77
end

spec/acceptance/github-server/Gemfile

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

4-
gem "rack"
4+
gem "rack", "~>2.2.8"
55
gem "rack-test"
6-
gem "sinatra"
6+
gem "sinatra", "~>3.2.0"
77
gem "webrick"

0 commit comments

Comments
 (0)