Skip to content

Commit a8a71a3

Browse files
authored
Merge pull request #55 from splitrb/dependabot/bundler/split-4.0.1
Bump split from 3.4.1 to 4.0.1
2 parents 083fa28 + 8d77030 commit a8a71a3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+1-1
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

+6-6
Original file line numberDiff line numberDiff line change
@@ -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)