File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ gem 'rails', '~> 6.1'
44
55gem 'listen'
66gem '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 6262 zeitwerk (~> 2.3 )
6363 builder (3.2.4 )
6464 concurrent-ruby (1.1.9 )
65+ connection_pool (2.3.0 )
6566 crass (1.0.6 )
6667 erubi (1.10.0 )
6768 ffi (1.15.5 )
8283 mini_mime (1.1.0 )
8384 mini_portile2 (2.8.0 )
8485 minitest (5.14.4 )
85- mustermann (1.1.1 )
86+ mustermann (3.0.0 )
8687 ruby2_keywords (~> 0.0.1 )
8788 nio4r (2.5.7 )
8889 nokogiri (1.13.6 )
9293 racc (~> 1.4 )
9394 racc (1.6.0 )
9495 rack (2.2.6.3 )
95- rack-protection (2.2.0 )
96+ rack-protection (3.0.5 )
9697 rack
9798 rack-test (1.1.0 )
9899 rack (>= 1.0 , < 3 )
@@ -126,15 +127,18 @@ GEM
126127 rb-fsevent (0.11.0 )
127128 rb-inotify (0.10.1 )
128129 ffi (~> 1.0 )
129- redis (4.6.0 )
130+ redis (5.0.6 )
131+ redis-client (>= 0.9.0 )
132+ redis-client (0.14.0 )
133+ connection_pool
130134 ruby2_keywords (0.0.5 )
131135 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.5 )
137+ mustermann (~> 3 .0 )
138+ rack (~> 2.2 , >= 2.2.4 )
139+ rack-protection (= 3.0.5 )
136140 tilt (~> 2.0 )
137- split (4.0.1 )
141+ split (4.0.2 )
138142 redis (>= 4.2 )
139143 rubystats (>= 0.3.0 )
140144 sinatra (>= 1.2.6 )
147151 sprockets (>= 3.0.0 )
148152 sqlite3 (1.4.2 )
149153 thor (1.1.0 )
150- tilt (2.0.10 )
154+ tilt (2.1.0 )
151155 tzinfo (2.0.4 )
152156 concurrent-ruby (~> 1.0 )
153157 websocket-driver (0.7.5 )
@@ -163,7 +167,7 @@ PLATFORMS
163167DEPENDENCIES
164168 listen
165169 rails (~> 6.1 )
166- split (~> 4.0.1 )
170+ split (~> 4.0.2 )
167171 sqlite3
168172
169173BUNDLED WITH
You can’t perform that action at this time.
0 commit comments