File tree 4 files changed +21
-0
lines changed
4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ rubrowser.html
2
+ tmp /
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ gem 'guard'
6
6
gem 'guard-rspec' , require : false
7
7
gem 'rspec'
8
8
gem 'rubocop'
9
+ gem 'rubrowser'
9
10
gem 'zeitwerk'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ anyway_config (2.4.2 )
5
+ ruby-next-core (>= 0.14.0 )
4
6
ast (2.4.2 )
5
7
coderay (1.1.3 )
6
8
diff-lcs (1.5.0 )
25
27
listen (3.8.0 )
26
28
rb-fsevent (~> 0.10 , >= 0.10.3 )
27
29
rb-inotify (~> 0.9 , >= 0.9.10 )
30
+ litecable (0.8.0 )
31
+ anyway_config (>= 1.0 )
28
32
lumberjack (1.2.8 )
29
33
method_source (1.0.0 )
30
34
nenv (0.3.0 )
35
+ nio4r (2.5.9 )
31
36
notiffany (0.1.3 )
32
37
nenv (~> 0.1 )
33
38
shellany (~> 0.0 )
38
43
pry (0.14.2 )
39
44
coderay (~> 1.1 )
40
45
method_source (~> 1.0 )
46
+ puma (6.3.0 )
47
+ nio4r (~> 2.0 )
41
48
racc (1.7.1 )
42
49
rainbow (3.1.1 )
43
50
rb-fsevent (0.11.2 )
71
78
unicode-display_width (>= 2.4.0 , < 3.0 )
72
79
rubocop-ast (1.29.0 )
73
80
parser (>= 3.2.1.0 )
81
+ rubrowser (2.11 )
82
+ litecable
83
+ parser
84
+ puma
85
+ websocket
86
+ ruby-next-core (0.15.3 )
74
87
ruby-progressbar (1.13.0 )
75
88
shellany (0.0.1 )
76
89
thor (1.2.2 )
77
90
unicode-display_width (2.4.2 )
91
+ websocket (1.2.9 )
78
92
zeitwerk (2.6.8 )
79
93
80
94
PLATFORMS
@@ -85,6 +99,7 @@ DEPENDENCIES
85
99
guard-rspec
86
100
rspec
87
101
rubocop
102
+ rubrowser
88
103
zeitwerk
89
104
90
105
BUNDLED WITH
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ bundle exec rubrowser > rubrowser.html
You can’t perform that action at this time.
0 commit comments