Skip to content

Commit

Permalink
Merge pull request #18 from github/entitlements-app
Browse files Browse the repository at this point in the history
Update dependency from `entitlements` to `entitlements-app`.
  • Loading branch information
chrisgavin authored Sep 22, 2023
2 parents 7129561 + 50b6fbd commit f50371a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
entitlements-gitrepo-auditor-plugin (0.3.0)
entitlements-gitrepo-auditor-plugin (0.4.0)
contracts (= 0.17)
entitlements (= 0.2.0)
entitlements-app (= 0.3.0)

GEM
remote: https://rubygems.org/
Expand All @@ -16,19 +16,21 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
concurrent-ruby (1.1.9)
contracts (0.17)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
docile (1.4.0)
entitlements (0.2.0)
entitlements-app (0.3.0)
concurrent-ruby (= 1.1.9)
faraday (~> 2.0)
net-ldap (~> 0.17)
octokit (~> 4.18)
optimist (= 3.0.0)
faraday (2.7.10)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand Down
2 changes: 1 addition & 1 deletion entitlements-gitrepo-auditor-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = %w[]

s.add_dependency "contracts", "0.17"
s.add_dependency "entitlements", "0.2.0"
s.add_dependency "entitlements-app", "0.3.0"

s.add_development_dependency "rake", "= 13.0.6"
s.add_development_dependency "rspec", "= 3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Entitlements
module Version
VERSION = "0.3.0"
VERSION = "0.4.0"
end
end
2 changes: 1 addition & 1 deletion spec/acceptance/support/run-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ begin_fold "Bootstrapping"
cd "$DIR"
mkdir -p .git/hooks # So bootstrap doesn't fail to create symlinks
script/bootstrap 1>&2
bundle binstubs entitlements
bundle binstubs entitlements-app
end_fold

begin_fold "Verifying network connectivity to the LDAP container"
Expand Down
Binary file added vendor/cache/base64-0.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/entitlements-0.2.0.gem
Binary file not shown.
Binary file added vendor/cache/entitlements-app-0.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-2.7.10.gem
Binary file not shown.
Binary file added vendor/cache/faraday-2.7.11.gem
Binary file not shown.

0 comments on commit f50371a

Please sign in to comment.