File tree Expand file tree Collapse file tree 2 files changed +92
-1
lines changed Expand file tree Collapse file tree 2 files changed +92
-1
lines changed Original file line number Diff line number Diff line change 16
16
/.idea /
17
17
.ruby-version
18
18
19
- * .gemfile.lock
19
+ # The ancient version is intentionally checked-in, in an attempt to avoid
20
+ # - https://github.com/rubygems/rubygems/issues/6667#issuecomment-2372529742
21
+ # ancient.gemfile.lock
22
+ coverage.gemfile.lock
23
+ style.gemfile.lock
24
+ vanilla.gemfile.lock
20
25
21
26
# direnv - brew install direnv
22
27
.env.local
Original file line number Diff line number Diff line change
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rots (1.0.0)
5
+ date
6
+ net-http
7
+ openssl
8
+ optparse
9
+ psych (~> 5.1)
10
+ rack (>= 2)
11
+ rackup (>= 2)
12
+ ruby-openid2 (~> 3.0, >= 3.0.3)
13
+ stringio
14
+ version_gem (~> 1.1, >= 1.1.4)
15
+ webrick
16
+ yaml (~> 0.3)
17
+
18
+ GEM
19
+ remote: https://rubygems.org/
20
+ specs:
21
+ byebug (11.1.3)
22
+ date (3.3.4)
23
+ diff-lcs (1.5.1)
24
+ logger (1.6.1)
25
+ minitest (5.25.1)
26
+ net-http (0.4.1)
27
+ uri
28
+ openssl (3.2.0)
29
+ optparse (0.5.0)
30
+ psych (5.1.2)
31
+ stringio
32
+ rack (3.1.7)
33
+ rack-openid2 (2.0.1)
34
+ rack (>= 2.2)
35
+ ruby-openid2 (>= 3.0)
36
+ version_gem (~> 1.1, >= 1.1.4)
37
+ rack-session (2.0.0)
38
+ rack (>= 3.0.0)
39
+ rackup (2.1.0)
40
+ rack (>= 3)
41
+ webrick (~> 1.8)
42
+ rake (13.2.1)
43
+ rexml (3.3.7)
44
+ rspec (3.13.0)
45
+ rspec-core (~> 3.13.0)
46
+ rspec-expectations (~> 3.13.0)
47
+ rspec-mocks (~> 3.13.0)
48
+ rspec-block_is_expected (1.0.6)
49
+ rspec-core (3.13.1)
50
+ rspec-support (~> 3.13.0)
51
+ rspec-expectations (3.13.3)
52
+ diff-lcs (>= 1.2.0, < 2.0)
53
+ rspec-support (~> 3.13.0)
54
+ rspec-mocks (3.13.1)
55
+ diff-lcs (>= 1.2.0, < 2.0)
56
+ rspec-support (~> 3.13.0)
57
+ rspec-support (3.13.1)
58
+ ruby-openid2 (3.0.3)
59
+ logger (~> 1.6, >= 1.6.1)
60
+ net-http (~> 0.4, >= 0.4.1)
61
+ rexml (~> 3.3, >= 3.3.7)
62
+ version_gem (~> 1.1, >= 1.1.4)
63
+ stringio (3.1.1)
64
+ uri (0.13.1)
65
+ version_gem (1.1.4)
66
+ webrick (1.8.2)
67
+ yaml (0.3.0)
68
+
69
+ PLATFORMS
70
+ arm64-darwin-22
71
+ arm64-darwin-23
72
+ x86_64-linux
73
+
74
+ DEPENDENCIES
75
+ byebug
76
+ minitest (>= 5, < 6)
77
+ rack-openid2 (>= 2)
78
+ rack-session (>= 1)
79
+ rake
80
+ rots!
81
+ rspec
82
+ rspec-block_is_expected
83
+ version_gem (~> 1.1, >= 1.1.4)
84
+
85
+ BUNDLED WITH
86
+ 2.4.22
You can’t perform that action at this time.
0 commit comments