Skip to content

Commit 40afe72

Browse files
committed
🙈 track Gemfile.lock
1 parent 9bceeca commit 40afe72

File tree

2 files changed

+108
-1
lines changed

2 files changed

+108
-1
lines changed

‎.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.bundle
44
.config
55
.yardoc
6-
Gemfile.lock
76
InstalledFiles
87
_yardoc
98
coverage

‎Gemfile.lock

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
PATH
2+
remote: .
3+
specs:
4+
ruby-openid (2.9.2)
5+
6+
GEM
7+
remote: https://rubygems.org/
8+
specs:
9+
ast (2.4.2)
10+
byebug (11.1.3)
11+
diff-lcs (1.5.1)
12+
diffy (3.4.2)
13+
json (2.7.2)
14+
language_server-protocol (3.17.0.3)
15+
lint_roller (1.1.0)
16+
minitest (5.25.1)
17+
parallel (1.26.3)
18+
parser (3.3.4.2)
19+
ast (~> 2.4.1)
20+
racc
21+
racc (1.8.1)
22+
rainbow (3.1.1)
23+
rake (13.2.1)
24+
regexp_parser (2.9.2)
25+
rexml (3.3.6)
26+
strscan
27+
rspec-block_is_expected (1.0.6)
28+
rubocop (1.64.1)
29+
json (~> 2.3)
30+
language_server-protocol (>= 3.17.0)
31+
parallel (~> 1.10)
32+
parser (>= 3.3.0.2)
33+
rainbow (>= 2.2.2, < 4.0)
34+
regexp_parser (>= 1.8, < 3.0)
35+
rexml (>= 3.2.5, < 4.0)
36+
rubocop-ast (>= 1.31.1, < 2.0)
37+
ruby-progressbar (~> 1.7)
38+
unicode-display_width (>= 2.4.0, < 3.0)
39+
rubocop-ast (1.32.2)
40+
parser (>= 3.3.1.0)
41+
rubocop-gradual (0.3.6)
42+
diff-lcs (>= 1.2.0, < 2.0)
43+
diffy (~> 3.0)
44+
parallel (~> 1.10)
45+
rainbow (>= 2.2.2, < 4.0)
46+
rubocop (~> 1.0)
47+
rubocop-lts (18.2.1)
48+
rubocop-ruby2_7 (>= 2.0.4, < 3)
49+
standard-rubocop-lts (>= 1.0.3, < 3)
50+
version_gem (>= 1.1.2, < 3)
51+
rubocop-md (1.2.2)
52+
rubocop (>= 1.0)
53+
rubocop-performance (1.21.1)
54+
rubocop (>= 1.48.1, < 2.0)
55+
rubocop-ast (>= 1.31.1, < 2.0)
56+
rubocop-rake (0.6.0)
57+
rubocop (~> 1.0)
58+
rubocop-ruby2_7 (2.0.6)
59+
rubocop-gradual (~> 0.3, >= 0.3.1)
60+
rubocop-md (~> 1.2)
61+
rubocop-rake (~> 0.6)
62+
rubocop-shopify (~> 2.14)
63+
rubocop-thread_safety (~> 0.5, >= 0.5.1)
64+
standard-rubocop-lts (~> 1.0, >= 1.0.7)
65+
version_gem (>= 1.1.3, < 3)
66+
rubocop-shopify (2.15.1)
67+
rubocop (~> 1.51)
68+
rubocop-thread_safety (0.5.1)
69+
rubocop (>= 0.90.0)
70+
ruby-progressbar (1.13.0)
71+
standard (1.37.0)
72+
language_server-protocol (~> 3.17.0.2)
73+
lint_roller (~> 1.0)
74+
rubocop (~> 1.64.0)
75+
standard-custom (~> 1.0.0)
76+
standard-performance (~> 1.4)
77+
standard-custom (1.0.2)
78+
lint_roller (~> 1.0)
79+
rubocop (~> 1.50)
80+
standard-performance (1.4.0)
81+
lint_roller (~> 1.1)
82+
rubocop-performance (~> 1.21.0)
83+
standard-rubocop-lts (1.0.10)
84+
rspec-block_is_expected (~> 1.0, >= 1.0.5)
85+
standard (>= 1.35.1, < 2)
86+
standard-custom (>= 1.0.2, < 2)
87+
standard-performance (>= 1.3.1, < 2)
88+
version_gem (>= 1.1.4, < 3)
89+
strscan (3.1.0)
90+
unicode-display_width (2.5.0)
91+
version_gem (1.1.4)
92+
webrick (1.8.1)
93+
94+
PLATFORMS
95+
arm64-darwin-22
96+
arm64-darwin-23
97+
98+
DEPENDENCIES
99+
byebug
100+
minitest (>= 5)
101+
rake
102+
rexml (~> 3.2)
103+
rubocop-lts (~> 18.2, >= 18.2.1)
104+
ruby-openid!
105+
webrick (~> 1.8)
106+
107+
BUNDLED WITH
108+
2.4.22

0 commit comments

Comments
 (0)