File tree 2 files changed +16
-12
lines changed 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ gem 'rails', '~> 6.1'
4
4
5
5
gem 'listen'
6
6
gem 'sqlite3'
7
- gem 'split' , '~> 4.0.1 ' , :require => 'split/dashboard'
7
+ gem 'split' , '~> 4.0.2 ' , :require => 'split/dashboard'
Original file line number Diff line number Diff line change 62
62
zeitwerk (~> 2.3 )
63
63
builder (3.2.4 )
64
64
concurrent-ruby (1.1.9 )
65
+ connection_pool (2.3.0 )
65
66
crass (1.0.6 )
66
67
erubi (1.10.0 )
67
68
ffi (1.15.5 )
82
83
mini_mime (1.1.0 )
83
84
mini_portile2 (2.8.0 )
84
85
minitest (5.14.4 )
85
- mustermann (1.1.1 )
86
+ mustermann (3.0.0 )
86
87
ruby2_keywords (~> 0.0.1 )
87
88
nio4r (2.5.7 )
88
89
nokogiri (1.13.6 )
91
92
nokogiri (1.13.6-x86_64-darwin )
92
93
racc (~> 1.4 )
93
94
racc (1.6.0 )
94
- rack (2.2.3.1 )
95
- rack-protection (2.2.0 )
95
+ rack (2.2.4 )
96
+ rack-protection (3.0.4 )
96
97
rack
97
98
rack-test (1.1.0 )
98
99
rack (>= 1.0 , < 3 )
@@ -126,15 +127,18 @@ GEM
126
127
rb-fsevent (0.11.0 )
127
128
rb-inotify (0.10.1 )
128
129
ffi (~> 1.0 )
129
- redis (4.6.0 )
130
+ redis (5.0.5 )
131
+ redis-client (>= 0.9.0 )
132
+ redis-client (0.11.2 )
133
+ connection_pool
130
134
ruby2_keywords (0.0.5 )
131
135
rubystats (0.3.0 )
132
- sinatra (2.2.0 )
133
- mustermann (~> 1 .0 )
134
- rack (~> 2.2 )
135
- rack-protection (= 2.2.0 )
136
+ sinatra (3.0.4 )
137
+ mustermann (~> 3 .0 )
138
+ rack (~> 2.2 , >= 2.2.4 )
139
+ rack-protection (= 3.0.4 )
136
140
tilt (~> 2.0 )
137
- split (4.0.1 )
141
+ split (4.0.2 )
138
142
redis (>= 4.2 )
139
143
rubystats (>= 0.3.0 )
140
144
sinatra (>= 1.2.6 )
147
151
sprockets (>= 3.0.0 )
148
152
sqlite3 (1.4.2 )
149
153
thor (1.1.0 )
150
- tilt (2.0.10 )
154
+ tilt (2.0.11 )
151
155
tzinfo (2.0.4 )
152
156
concurrent-ruby (~> 1.0 )
153
157
websocket-driver (0.7.5 )
@@ -163,7 +167,7 @@ PLATFORMS
163
167
DEPENDENCIES
164
168
listen
165
169
rails (~> 6.1 )
166
- split (~> 4.0.1 )
170
+ split (~> 4.0.2 )
167
171
sqlite3
168
172
169
173
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments