Skip to content

Commit f4e46be

Browse files
committed
bump entitlements-app and version
1 parent 1663fb0 commit f4e46be

13 files changed

+11
-10
lines changed

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
entitlements-gitrepo-auditor-plugin (0.4.0)
4+
entitlements-gitrepo-auditor-plugin (0.4.1)
55
contracts (~> 0.17)
66
entitlements-app (~> 0.3)
77

@@ -31,25 +31,26 @@ GEM
3131
diff-lcs (1.5.0)
3232
docile (1.4.0)
3333
drb (2.2.1)
34-
entitlements-app (0.3.0)
34+
entitlements-app (0.3.1)
3535
concurrent-ruby (= 1.1.9)
3636
faraday (~> 2.0)
3737
net-ldap (~> 0.17)
3838
octokit (~> 4.18)
3939
optimist (= 3.0.0)
40-
faraday (2.7.11)
41-
base64
42-
faraday-net_http (>= 2.0, < 3.1)
43-
ruby2_keywords (>= 0.0.4)
44-
faraday-net_http (3.0.2)
40+
faraday (2.9.0)
41+
faraday-net_http (>= 2.0, < 3.2)
42+
faraday-net_http (3.1.0)
43+
net-http
4544
hashdiff (1.0.1)
4645
i18n (1.14.4)
4746
concurrent-ruby (~> 1.0)
4847
json (2.6.3)
4948
language_server-protocol (3.17.0.3)
5049
minitest (5.22.3)
5150
mutex_m (0.2.0)
52-
net-ldap (0.18.0)
51+
net-http (0.4.1)
52+
uri
53+
net-ldap (0.19.0)
5354
octokit (4.25.1)
5455
faraday (>= 1, < 3)
5556
sawyer (~> 0.9)
@@ -104,7 +105,6 @@ GEM
104105
rubocop (>= 1.33.0, < 2.0)
105106
rubocop-ast (>= 1.31.1, < 2.0)
106107
ruby-progressbar (1.13.0)
107-
ruby2_keywords (0.0.5)
108108
rugged (1.7.2)
109109
sawyer (0.9.2)
110110
addressable (>= 2.3.5)
@@ -119,6 +119,7 @@ GEM
119119
tzinfo (2.0.6)
120120
concurrent-ruby (~> 1.0)
121121
unicode-display_width (2.5.0)
122+
uri (0.13.0)
122123
vcr (4.0.0)
123124
webmock (3.4.2)
124125
addressable (>= 2.3.6)

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.4.0"
5+
VERSION = "0.4.1"
66
end
77
end
-154 KB
Binary file not shown.
154 KB
Binary file not shown.

vendor/cache/faraday-2.7.11.gem

-69 KB
Binary file not shown.

vendor/cache/faraday-2.9.0.gem

69.5 KB
Binary file not shown.
-8 KB
Binary file not shown.
8 KB
Binary file not shown.

vendor/cache/net-http-0.4.1.gem

50.5 KB
Binary file not shown.

vendor/cache/net-ldap-0.18.0.gem

-65.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)