Skip to content

Commit b3b4183

Browse files
committed
build(gemfile.lock): add lock to trigger medn
1 parent 7771db8 commit b3b4183

File tree

2 files changed

+128
-1
lines changed

2 files changed

+128
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/pkg/
77
/spec/reports/
88
/tmp/
9-
Gemfile.lock
109
*.gem
1110

1211
# rspec failure tracking

Gemfile.lock

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
PATH
2+
remote: .
3+
specs:
4+
omniauth-open-edx (1.1.0)
5+
jwt (>= 2.0)
6+
omniauth (>= 1.9, < 3)
7+
omniauth-oauth2 (>= 1.4)
8+
9+
GEM
10+
remote: https://rubygems.org/
11+
specs:
12+
addressable (2.8.7)
13+
public_suffix (>= 2.0.2, < 7.0)
14+
base64 (0.2.0)
15+
bigdecimal (3.1.8)
16+
crack (1.0.0)
17+
bigdecimal
18+
rexml
19+
diff-lcs (1.5.1)
20+
docile (1.4.0)
21+
faraday (2.10.0)
22+
faraday-net_http (>= 2.0, < 3.2)
23+
logger
24+
faraday-net_http (3.1.0)
25+
net-http
26+
haml (6.3.0)
27+
temple (>= 0.8.2)
28+
thor
29+
tilt
30+
hashdiff (1.1.0)
31+
hashie (5.0.0)
32+
jwt (2.8.2)
33+
base64
34+
logger (1.6.0)
35+
multi_xml (0.7.1)
36+
bigdecimal (~> 3.1)
37+
net-http (0.4.1)
38+
uri
39+
oauth2 (2.0.9)
40+
faraday (>= 0.17.3, < 3.0)
41+
jwt (>= 1.0, < 3.0)
42+
multi_xml (~> 0.5)
43+
rack (>= 1.2, < 4)
44+
snaky_hash (~> 2.0)
45+
version_gem (~> 1.1)
46+
omniauth (2.1.2)
47+
hashie (>= 3.4.6)
48+
rack (>= 2.2.3)
49+
rack-protection
50+
omniauth-oauth2 (1.8.0)
51+
oauth2 (>= 1.4, < 3)
52+
omniauth (~> 2.0)
53+
prettier (4.0.4)
54+
syntax_tree (>= 4.0.1)
55+
syntax_tree-haml (>= 2.0.0)
56+
syntax_tree-rbs (>= 0.2.0)
57+
prettier_print (1.2.1)
58+
public_suffix (6.0.0)
59+
rack (3.1.7)
60+
rack-protection (4.0.0)
61+
base64 (>= 0.1.0)
62+
rack (>= 3.0.0, < 4)
63+
rack-test (2.1.0)
64+
rack (>= 1.3)
65+
rake (13.2.1)
66+
rbs (3.5.2)
67+
logger
68+
rexml (3.3.2)
69+
strscan
70+
rspec (3.13.0)
71+
rspec-core (~> 3.13.0)
72+
rspec-expectations (~> 3.13.0)
73+
rspec-mocks (~> 3.13.0)
74+
rspec-core (3.13.0)
75+
rspec-support (~> 3.13.0)
76+
rspec-expectations (3.13.1)
77+
diff-lcs (>= 1.2.0, < 2.0)
78+
rspec-support (~> 3.13.0)
79+
rspec-mocks (3.13.1)
80+
diff-lcs (>= 1.2.0, < 2.0)
81+
rspec-support (~> 3.13.0)
82+
rspec-support (3.13.1)
83+
simplecov (0.22.0)
84+
docile (~> 1.1)
85+
simplecov-html (~> 0.11)
86+
simplecov_json_formatter (~> 0.1)
87+
simplecov-html (0.12.3)
88+
simplecov_json_formatter (0.1.4)
89+
snaky_hash (2.0.1)
90+
hashie
91+
version_gem (~> 1.1, >= 1.1.1)
92+
strscan (3.1.0)
93+
syntax_tree (6.2.0)
94+
prettier_print (>= 1.2.0)
95+
syntax_tree-haml (4.0.3)
96+
haml (>= 5.2)
97+
prettier_print (>= 1.2.1)
98+
syntax_tree (>= 6.0.0)
99+
syntax_tree-rbs (1.0.0)
100+
prettier_print
101+
rbs
102+
syntax_tree (>= 2.0.1)
103+
temple (0.10.3)
104+
thor (1.3.1)
105+
tilt (2.4.0)
106+
uri (0.13.0)
107+
version_gem (1.1.4)
108+
webmock (3.23.1)
109+
addressable (>= 2.8.0)
110+
crack (>= 0.3.2)
111+
hashdiff (>= 0.4.0, < 2.0.0)
112+
113+
PLATFORMS
114+
arm64-darwin-22
115+
ruby
116+
117+
DEPENDENCIES
118+
bundler (>= 2.0)
119+
omniauth-open-edx!
120+
prettier
121+
rack-test
122+
rake
123+
rspec (>= 3.0)
124+
simplecov
125+
webmock
126+
127+
BUNDLED WITH
128+
2.5.4

0 commit comments

Comments
 (0)