Skip to content

Commit f50371a

Browse files
authored
Merge pull request #18 from github/entitlements-app
Update dependency from `entitlements` to `entitlements-app`.
2 parents 7129561 + 50b6fbd commit f50371a

File tree

9 files changed

+9
-7
lines changed

9 files changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
entitlements-gitrepo-auditor-plugin (0.3.0)
4+
entitlements-gitrepo-auditor-plugin (0.4.0)
55
contracts (= 0.17)
6-
entitlements (= 0.2.0)
6+
entitlements-app (= 0.3.0)
77

88
GEM
99
remote: https://rubygems.org/
@@ -16,19 +16,21 @@ GEM
1616
addressable (2.8.5)
1717
public_suffix (>= 2.0.2, < 6.0)
1818
ast (2.4.2)
19+
base64 (0.1.1)
1920
concurrent-ruby (1.1.9)
2021
contracts (0.17)
2122
crack (0.4.5)
2223
rexml
2324
diff-lcs (1.5.0)
2425
docile (1.4.0)
25-
entitlements (0.2.0)
26+
entitlements-app (0.3.0)
2627
concurrent-ruby (= 1.1.9)
2728
faraday (~> 2.0)
2829
net-ldap (~> 0.17)
2930
octokit (~> 4.18)
3031
optimist (= 3.0.0)
31-
faraday (2.7.10)
32+
faraday (2.7.11)
33+
base64
3234
faraday-net_http (>= 2.0, < 3.1)
3335
ruby2_keywords (>= 0.0.4)
3436
faraday-net_http (3.0.2)

entitlements-gitrepo-auditor-plugin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515
s.executables = %w[]
1616

1717
s.add_dependency "contracts", "0.17"
18-
s.add_dependency "entitlements", "0.2.0"
18+
s.add_dependency "entitlements-app", "0.3.0"
1919

2020
s.add_development_dependency "rake", "= 13.0.6"
2121
s.add_development_dependency "rspec", "= 3.8.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.3.0"
5+
VERSION = "0.4.0"
66
end
77
end

spec/acceptance/support/run-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ begin_fold "Bootstrapping"
2626
cd "$DIR"
2727
mkdir -p .git/hooks # So bootstrap doesn't fail to create symlinks
2828
script/bootstrap 1>&2
29-
bundle binstubs entitlements
29+
bundle binstubs entitlements-app
3030
end_fold
3131

3232
begin_fold "Verifying network connectivity to the LDAP container"

vendor/cache/base64-0.1.1.gem

7 KB
Binary file not shown.

vendor/cache/entitlements-0.2.0.gem

-154 KB
Binary file not shown.
154 KB
Binary file not shown.

vendor/cache/faraday-2.7.10.gem

-68.5 KB
Binary file not shown.

vendor/cache/faraday-2.7.11.gem

69 KB
Binary file not shown.

0 commit comments

Comments
 (0)