Skip to content

Commit 8d77030

Browse files
Bump split from 3.4.1 to 4.0.1
Bumps [split](https://github.com/splitrb/split) from 3.4.1 to 4.0.1. - [Release notes](https://github.com/splitrb/split/releases) - [Changelog](https://github.com/splitrb/split/blob/main/CHANGELOG.md) - [Commits](splitrb/split@v3.4.1...v4.0.1) --- updated-dependencies: - dependency-name: split dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c4d944 commit 8d77030

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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', '~> 3.4.1', :require => 'split/dashboard'
7+
gem 'split', '~> 4.0.1', :require => 'split/dashboard'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GEM
9191
nokogiri (1.13.6-x86_64-darwin)
9292
racc (~> 1.4)
9393
racc (1.6.0)
94-
rack (2.2.3)
94+
rack (2.2.3.1)
9595
rack-protection (2.2.0)
9696
rack
9797
rack-test (1.1.0)
@@ -126,17 +126,17 @@ GEM
126126
rb-fsevent (0.11.0)
127127
rb-inotify (0.10.1)
128128
ffi (~> 1.0)
129-
redis (4.1.3)
129+
redis (4.6.0)
130130
ruby2_keywords (0.0.5)
131-
simple-random (1.0.3)
131+
rubystats (0.3.0)
132132
sinatra (2.2.0)
133133
mustermann (~> 1.0)
134134
rack (~> 2.2)
135135
rack-protection (= 2.2.0)
136136
tilt (~> 2.0)
137-
split (3.4.1)
138-
redis (>= 2.1)
139-
simple-random (>= 0.9.3)
137+
split (4.0.1)
138+
redis (>= 4.2)
139+
rubystats (>= 0.3.0)
140140
sinatra (>= 1.2.6)
141141
sprockets (4.0.2)
142142
concurrent-ruby (~> 1.0)
@@ -163,7 +163,7 @@ PLATFORMS
163163
DEPENDENCIES
164164
listen
165165
rails (~> 6.1)
166-
split (~> 3.4.1)
166+
split (~> 4.0.1)
167167
sqlite3
168168

169169
BUNDLED WITH

0 commit comments

Comments
 (0)