Skip to content

Commit 80ddd68

Browse files
committed
Upgrade to entitlements with ruby3 support
1 parent 0414e47 commit 80ddd68

32 files changed

+30
-20
lines changed

Gemfile.lock

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,50 @@ PATH
22
remote: .
33
specs:
44
entitlements-gitrepo-auditor-plugin (0.1.1)
5-
entitlements (= 0.1.8)
5+
entitlements (= 0.2.0.gcf53e66)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (7.0.3)
10+
activesupport (7.0.3.1)
1111
concurrent-ruby (~> 1.0, >= 1.0.2)
1212
i18n (>= 1.6, < 2)
1313
minitest (>= 5.1)
1414
tzinfo (~> 2.0)
15-
addressable (2.8.0)
16-
public_suffix (>= 2.0.2, < 5.0)
15+
addressable (2.8.1)
16+
public_suffix (>= 2.0.2, < 6.0)
1717
ast (2.4.2)
1818
concurrent-ruby (1.1.9)
19-
contracts (0.16.0)
2019
contracts-rspec (0.1.0)
2120
crack (0.4.5)
2221
rexml
2322
diff-lcs (1.5.0)
2423
docile (1.4.0)
25-
entitlements (0.1.8)
24+
entitlements (0.2.0.gcf53e66)
2625
concurrent-ruby (= 1.1.9)
27-
contracts (= 0.16.0)
28-
net-ldap (~> 0.17.0)
26+
faraday (~> 2.0)
27+
net-ldap (~> 0.17)
28+
octokit (~> 4.18)
2929
optimist (= 3.0.0)
30+
faraday (2.5.2)
31+
faraday-net_http (>= 2.0, < 3.1)
32+
ruby2_keywords (>= 0.0.4)
33+
faraday-net_http (3.0.0)
3034
hashdiff (1.0.1)
31-
i18n (1.10.0)
35+
i18n (1.12.0)
3236
concurrent-ruby (~> 1.0)
3337
json (2.6.2)
34-
minitest (5.15.0)
38+
minitest (5.16.3)
3539
net-ldap (0.17.1)
40+
octokit (4.25.1)
41+
faraday (>= 1, < 3)
42+
sawyer (~> 0.9)
3643
optimist (3.0.0)
3744
parallel (1.22.1)
38-
parser (3.1.2.0)
45+
parser (3.1.2.1)
3946
ast (~> 2.4.1)
40-
public_suffix (4.0.7)
41-
rack (2.2.3.1)
47+
public_suffix (5.0.0)
48+
rack (2.2.4)
4249
rainbow (3.1.1)
4350
rake (13.0.6)
4451
regexp_parser (2.5.0)
@@ -65,7 +72,7 @@ GEM
6572
rubocop-ast (>= 1.17.0, < 2.0)
6673
ruby-progressbar (~> 1.7)
6774
unicode-display_width (>= 1.4.0, < 3.0)
68-
rubocop-ast (1.18.0)
75+
rubocop-ast (1.21.0)
6976
parser (>= 3.1.1.0)
7077
rubocop-github (0.17.0)
7178
rubocop
@@ -74,22 +81,26 @@ GEM
7481
rubocop-performance (1.13.3)
7582
rubocop (>= 1.7.0, < 2.0)
7683
rubocop-ast (>= 0.4.0)
77-
rubocop-rails (2.14.2)
84+
rubocop-rails (2.15.2)
7885
activesupport (>= 4.2.0)
7986
rack (>= 1.1)
8087
rubocop (>= 1.7.0, < 2.0)
8188
ruby-progressbar (1.11.0)
89+
ruby2_keywords (0.0.5)
8290
rugged (0.27.5)
91+
sawyer (0.9.2)
92+
addressable (>= 2.3.5)
93+
faraday (>= 0.17.3, < 3)
8394
simplecov (0.16.1)
8495
docile (~> 1.1)
8596
json (>= 1.8, < 3)
8697
simplecov-html (~> 0.10.0)
8798
simplecov-erb (0.1.1)
8899
simplecov
89100
simplecov-html (0.10.2)
90-
tzinfo (2.0.4)
101+
tzinfo (2.0.5)
91102
concurrent-ruby (~> 1.0)
92-
unicode-display_width (2.1.0)
103+
unicode-display_width (2.2.0)
93104
vcr (4.0.0)
94105
webmock (3.4.2)
95106
addressable (>= 2.3.6)
@@ -98,7 +109,6 @@ GEM
98109

99110
PLATFORMS
100111
ruby
101-
x86_64-darwin-19
102112

103113
DEPENDENCIES
104114
contracts-rspec (= 0.1.0)
@@ -116,4 +126,4 @@ DEPENDENCIES
116126
webmock (= 3.4.2)
117127

118128
BUNDLED WITH
119-
2.3.9
129+
2.3.19

entitlements-gitrepo-auditor-plugin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.homepage = "https://github.com/github/entitlements-gitrepo-auditor-plugin"
1313
s.executables = %w[]
1414

15-
s.add_dependency "entitlements", "0.1.8"
15+
s.add_dependency "entitlements", "0.2.0.gcf53e66"
1616

1717
s.add_development_dependency "contracts-rspec", "= 0.1.0"
1818
s.add_development_dependency "rake", "= 13.0.6"
218 KB
Binary file not shown.

vendor/cache/activesupport-7.0.3.gem

-218 KB
Binary file not shown.

vendor/cache/addressable-2.8.0.gem

-104 KB
Binary file not shown.

vendor/cache/addressable-2.8.1.gem

104 KB
Binary file not shown.

vendor/cache/contracts-0.16.0.gem

-54 KB
Binary file not shown.

vendor/cache/entitlements-0.1.8.gem

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

vendor/cache/faraday-2.5.2.gem

67 KB
Binary file not shown.

0 commit comments

Comments
 (0)