Skip to content

Commit 1b98ca3

Browse files
committed
revert gem changes :/
1 parent c27bcba commit 1b98ca3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+52
-72
lines changed

Gemfile.lock

+47-67
Original file line numberDiff line numberDiff line change
@@ -2,76 +2,61 @@ PATH
22
remote: .
33
specs:
44
entitlements-app (0.3.4)
5-
concurrent-ruby (= 1.3.1)
6-
faraday (> 2.0, <= 2.7.10)
5+
concurrent-ruby (= 1.1.9)
6+
faraday (~> 2.0)
77
net-ldap (~> 0.17)
88
octokit (~> 4.18)
99
optimist (= 3.0.0)
1010

1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
activesupport (7.1.3.3)
15-
base64
16-
bigdecimal
14+
activesupport (7.0.7.2)
1715
concurrent-ruby (~> 1.0, >= 1.0.2)
18-
connection_pool (>= 2.2.5)
19-
drb
2016
i18n (>= 1.6, < 2)
2117
minitest (>= 5.1)
22-
mutex_m
2318
tzinfo (~> 2.0)
24-
addressable (2.8.6)
19+
addressable (2.8.5)
2520
public_suffix (>= 2.0.2, < 6.0)
2621
ast (2.4.2)
27-
base64 (0.2.0)
28-
bigdecimal (3.1.8)
29-
concurrent-ruby (1.3.1)
30-
connection_pool (2.4.1)
31-
crack (1.0.0)
32-
bigdecimal
22+
concurrent-ruby (1.1.9)
23+
crack (0.4.5)
3324
rexml
3425
debug (1.8.0)
3526
irb (>= 1.5.0)
3627
reline (>= 0.3.1)
37-
diff-lcs (1.5.1)
28+
diff-lcs (1.5.0)
3829
docile (1.4.0)
39-
drb (2.2.1)
40-
faraday (2.7.10)
41-
faraday-net_http (>= 2.0, < 3.1)
42-
ruby2_keywords (>= 0.0.4)
43-
faraday-net_http (3.0.2)
44-
hashdiff (1.1.0)
45-
i18n (1.14.5)
30+
faraday (2.9.0)
31+
faraday-net_http (>= 2.0, < 3.2)
32+
faraday-net_http (3.1.0)
33+
net-http
34+
hashdiff (1.0.1)
35+
i18n (1.14.1)
4636
concurrent-ruby (~> 1.0)
47-
io-console (0.7.2)
48-
irb (1.13.1)
49-
rdoc (>= 4.0.0)
50-
reline (>= 0.4.2)
51-
json (2.7.2)
52-
language_server-protocol (3.17.0.3)
53-
minitest (5.23.1)
54-
mutex_m (0.2.0)
37+
io-console (0.6.0)
38+
irb (1.7.4)
39+
reline (>= 0.3.6)
40+
json (2.6.3)
41+
minitest (5.19.0)
42+
net-http (0.4.1)
43+
uri
5544
net-ldap (0.19.0)
5645
octokit (4.25.1)
5746
faraday (>= 1, < 3)
5847
sawyer (~> 0.9)
5948
optimist (3.0.0)
60-
parallel (1.24.0)
61-
parser (3.3.1.0)
49+
parallel (1.23.0)
50+
parser (3.2.2.3)
6251
ast (~> 2.4.1)
6352
racc
64-
psych (5.1.2)
65-
stringio
66-
public_suffix (5.0.5)
67-
racc (1.8.0)
68-
rack (3.0.11)
53+
public_suffix (5.0.3)
54+
racc (1.7.1)
55+
rack (3.0.9.1)
6956
rainbow (3.1.1)
7057
rake (13.0.6)
71-
rdoc (6.7.0)
72-
psych (>= 4.0.0)
73-
regexp_parser (2.9.2)
74-
reline (0.5.8)
58+
regexp_parser (2.8.1)
59+
reline (0.3.8)
7560
io-console (~> 0.5)
7661
rexml (3.2.8)
7762
strscan (>= 3.0.9)
@@ -88,33 +73,29 @@ GEM
8873
diff-lcs (>= 1.2.0, < 2.0)
8974
rspec-support (~> 3.8.0)
9075
rspec-support (3.8.3)
91-
rubocop (1.64.0)
92-
json (~> 2.3)
93-
language_server-protocol (>= 3.17.0)
76+
rubocop (1.29.1)
9477
parallel (~> 1.10)
95-
parser (>= 3.3.0.2)
78+
parser (>= 3.1.0.0)
9679
rainbow (>= 2.2.2, < 4.0)
9780
regexp_parser (>= 1.8, < 3.0)
9881
rexml (>= 3.2.5, < 4.0)
99-
rubocop-ast (>= 1.31.1, < 2.0)
82+
rubocop-ast (>= 1.17.0, < 2.0)
10083
ruby-progressbar (~> 1.7)
101-
unicode-display_width (>= 2.4.0, < 3.0)
102-
rubocop-ast (1.31.3)
103-
parser (>= 3.3.1.0)
104-
rubocop-github (0.20.0)
105-
rubocop (>= 1.37)
106-
rubocop-performance (>= 1.15)
107-
rubocop-rails (>= 2.17)
108-
rubocop-performance (1.21.0)
109-
rubocop (>= 1.48.1, < 2.0)
110-
rubocop-ast (>= 1.31.1, < 2.0)
111-
rubocop-rails (2.25.0)
84+
unicode-display_width (>= 1.4.0, < 3.0)
85+
rubocop-ast (1.29.0)
86+
parser (>= 3.2.1.0)
87+
rubocop-github (0.17.0)
88+
rubocop
89+
rubocop-performance
90+
rubocop-rails
91+
rubocop-performance (1.13.3)
92+
rubocop (>= 1.7.0, < 2.0)
93+
rubocop-ast (>= 0.4.0)
94+
rubocop-rails (2.15.2)
11295
activesupport (>= 4.2.0)
11396
rack (>= 1.1)
114-
rubocop (>= 1.33.0, < 2.0)
115-
rubocop-ast (>= 1.31.1, < 2.0)
97+
rubocop (>= 1.7.0, < 2.0)
11698
ruby-progressbar (1.13.0)
117-
ruby2_keywords (0.0.5)
11899
rugged (1.7.2)
119100
sawyer (0.9.2)
120101
addressable (>= 2.3.5)
@@ -126,11 +107,11 @@ GEM
126107
simplecov-erb (1.0.1)
127108
simplecov (< 1.0)
128109
simplecov-html (0.10.2)
129-
stringio (3.1.0)
130110
strscan (3.1.0)
131111
tzinfo (2.0.6)
132112
concurrent-ruby (~> 1.0)
133-
unicode-display_width (2.5.0)
113+
unicode-display_width (2.4.2)
114+
uri (0.13.0)
134115
vcr (4.0.0)
135116
webmock (3.4.2)
136117
addressable (>= 2.3.6)
@@ -139,17 +120,16 @@ GEM
139120

140121
PLATFORMS
141122
ruby
142-
x86_64-linux
143123

144124
DEPENDENCIES
145125
debug (<= 1.8.0)
146126
entitlements-app!
147127
rake (= 13.0.6)
148128
rspec (= 3.8.0)
149129
rspec-core (= 3.8.0)
150-
rubocop (~> 1.64)
151-
rubocop-github (~> 0.20)
152-
rubocop-performance (~> 1.21)
130+
rubocop (= 1.29.1)
131+
rubocop-github (= 0.17.0)
132+
rubocop-performance (= 1.13.3)
153133
rugged (~> 1.7, >= 1.7.2)
154134
simplecov (= 0.16.1)
155135
simplecov-erb (= 1.0.1)

entitlements-app.gemspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Gem::Specification.new do |s|
1414
s.homepage = "https://github.com/github/entitlements-app"
1515
s.executables = %w[deploy-entitlements]
1616

17-
s.add_dependency "concurrent-ruby", "= 1.3.1"
18-
s.add_dependency "faraday", "> 2.0", "<= 2.7.10"
17+
s.add_dependency "concurrent-ruby", "= 1.1.9"
18+
s.add_dependency "faraday", "~> 2.0"
1919
s.add_dependency "net-ldap", "~> 0.17"
2020
s.add_dependency "octokit", "~> 4.18"
2121
s.add_dependency "optimist", "= 3.0.0"
@@ -24,9 +24,9 @@ Gem::Specification.new do |s|
2424
s.add_development_dependency "rake", "= 13.0.6"
2525
s.add_development_dependency "rspec", "= 3.8.0"
2626
s.add_development_dependency "rspec-core", "= 3.8.0"
27-
s.add_development_dependency "rubocop", "~> 1.64"
28-
s.add_development_dependency "rubocop-github", "~> 0.20"
29-
s.add_development_dependency "rubocop-performance", "~> 1.21"
27+
s.add_development_dependency "rubocop", "= 1.29.1"
28+
s.add_development_dependency "rubocop-github", "= 0.17.0"
29+
s.add_development_dependency "rubocop-performance", "= 1.13.3"
3030
s.add_development_dependency "rugged", "~> 1.7", ">= 1.7.2"
3131
s.add_development_dependency "simplecov", "= 0.16.1"
3232
s.add_development_dependency "simplecov-erb", "= 1.0.1"
221 KB
Binary file not shown.
-252 KB
Binary file not shown.

vendor/cache/addressable-2.8.5.gem

104 KB
Binary file not shown.

vendor/cache/addressable-2.8.6.gem

-105 KB
Binary file not shown.

vendor/cache/base64-0.2.0.gem

-8.5 KB
Binary file not shown.

vendor/cache/bigdecimal-3.1.8.gem

-86.5 KB
Binary file not shown.
350 KB
Binary file not shown.
-341 KB
Binary file not shown.
-11.5 KB
Binary file not shown.

vendor/cache/crack-0.4.5.gem

9 KB
Binary file not shown.

vendor/cache/crack-1.0.0.gem

-10.5 KB
Binary file not shown.

vendor/cache/diff-lcs-1.5.0.gem

51.5 KB
Binary file not shown.

vendor/cache/diff-lcs-1.5.1.gem

-52 KB
Binary file not shown.

vendor/cache/drb-2.2.1.gem

-30 KB
Binary file not shown.

vendor/cache/faraday-2.7.10.gem

-68.5 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/hashdiff-1.0.1.gem

20 KB
Binary file not shown.

vendor/cache/hashdiff-1.1.0.gem

-20.5 KB
Binary file not shown.

vendor/cache/i18n-1.14.1.gem

45 KB
Binary file not shown.

vendor/cache/i18n-1.14.5.gem

-45.5 KB
Binary file not shown.

vendor/cache/io-console-0.6.0.gem

23 KB
Binary file not shown.

vendor/cache/io-console-0.7.2.gem

-24 KB
Binary file not shown.

vendor/cache/irb-1.13.1.gem

-92.5 KB
Binary file not shown.

vendor/cache/irb-1.7.4.gem

76.5 KB
Binary file not shown.

vendor/cache/json-2.6.3.gem

65.5 KB
Binary file not shown.

vendor/cache/json-2.7.2.gem

-67 KB
Binary file not shown.
Binary file not shown.

vendor/cache/minitest-5.19.0.gem

93.5 KB
Binary file not shown.

vendor/cache/minitest-5.23.1.gem

-98 KB
Binary file not shown.

vendor/cache/mutex_m-0.2.0.gem

-7 KB
Binary file not shown.

vendor/cache/net-http-0.4.1.gem

50.5 KB
Binary file not shown.

vendor/cache/parallel-1.23.0.gem

10 KB
Binary file not shown.

vendor/cache/parallel-1.24.0.gem

-10.5 KB
Binary file not shown.

vendor/cache/parser-3.2.2.3.gem

879 KB
Binary file not shown.

vendor/cache/parser-3.3.1.0.gem

-933 KB
Binary file not shown.

vendor/cache/psych-5.1.2.gem

-37 KB
Binary file not shown.

vendor/cache/public_suffix-5.0.3.gem

111 KB
Binary file not shown.

vendor/cache/public_suffix-5.0.5.gem

-102 KB
Binary file not shown.

vendor/cache/racc-1.7.1.gem

68 KB
Binary file not shown.

vendor/cache/racc-1.8.0.gem

-63 KB
Binary file not shown.

vendor/cache/rack-3.0.11.gem

-107 KB
Binary file not shown.

vendor/cache/rack-3.0.9.1.gem

107 KB
Binary file not shown.

vendor/cache/rdoc-6.7.0.gem

-637 KB
Binary file not shown.

vendor/cache/regexp_parser-2.8.1.gem

72.5 KB
Binary file not shown.

vendor/cache/regexp_parser-2.9.2.gem

-57 KB
Binary file not shown.

vendor/cache/reline-0.3.8.gem

56.5 KB
Binary file not shown.

vendor/cache/reline-0.5.8.gem

-56 KB
Binary file not shown.

vendor/cache/rubocop-1.29.1.gem

528 KB
Binary file not shown.

vendor/cache/rubocop-1.64.0.gem

-626 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.29.0.gem

56 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.31.3.gem

-56.5 KB
Binary file not shown.
18 KB
Binary file not shown.
-25.5 KB
Binary file not shown.
40 KB
Binary file not shown.
-42.5 KB
Binary file not shown.

vendor/cache/rubocop-rails-2.15.2.gem

85.5 KB
Binary file not shown.

vendor/cache/rubocop-rails-2.25.0.gem

-107 KB
Binary file not shown.

vendor/cache/ruby2_keywords-0.0.5.gem

-10.5 KB
Binary file not shown.

vendor/cache/stringio-3.1.0.gem

-16 KB
Binary file not shown.
13 KB
Binary file not shown.
-13 KB
Binary file not shown.

vendor/cache/uri-0.13.0.gem

37 KB
Binary file not shown.

0 commit comments

Comments
 (0)