Skip to content

Commit a3d3cc0

Browse files
authoredDec 2, 2022
Bump split from 4.0.1 to 4.0.2
Bumps [split](https://github.com/splitrb/split) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/splitrb/split/releases) - [Changelog](https://github.com/splitrb/split/blob/main/CHANGELOG.md) - [Commits](splitrb/split@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: split dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8a71a3 commit a3d3cc0

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed
 

‎Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gem 'rails', '~> 6.1'
44

55
gem 'listen'
66
gem 'sqlite3'
7-
gem 'split', '~> 4.0.1', :require => 'split/dashboard'
7+
gem 'split', '~> 4.0.2', :require => 'split/dashboard'

‎Gemfile.lock

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ GEM
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)
@@ -82,7 +83,7 @@ GEM
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)
@@ -91,8 +92,8 @@ GEM
9192
nokogiri (1.13.6-x86_64-darwin)
9293
racc (~> 1.4)
9394
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)
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.5)
131+
redis-client (>= 0.9.0)
132+
redis-client (0.11.2)
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.4)
137+
mustermann (~> 3.0)
138+
rack (~> 2.2, >= 2.2.4)
139+
rack-protection (= 3.0.4)
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)
@@ -147,7 +151,7 @@ GEM
147151
sprockets (>= 3.0.0)
148152
sqlite3 (1.4.2)
149153
thor (1.1.0)
150-
tilt (2.0.10)
154+
tilt (2.0.11)
151155
tzinfo (2.0.4)
152156
concurrent-ruby (~> 1.0)
153157
websocket-driver (0.7.5)
@@ -163,7 +167,7 @@ PLATFORMS
163167
DEPENDENCIES
164168
listen
165169
rails (~> 6.1)
166-
split (~> 4.0.1)
170+
split (~> 4.0.2)
167171
sqlite3
168172

169173
BUNDLED WITH

0 commit comments

Comments
 (0)