Skip to content

Commit

Permalink
Bump split from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2022
1 parent a8a71a3 commit a3d3cc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gem 'rails', '~> 6.1'

gem 'listen'
gem 'sqlite3'
gem 'split', '~> 4.0.1', :require => 'split/dashboard'
gem 'split', '~> 4.0.2', :require => 'split/dashboard'
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ GEM
zeitwerk (~> 2.3)
builder (3.2.4)
concurrent-ruby (1.1.9)
connection_pool (2.3.0)
crass (1.0.6)
erubi (1.10.0)
ffi (1.15.5)
Expand All @@ -82,7 +83,7 @@ GEM
mini_mime (1.1.0)
mini_portile2 (2.8.0)
minitest (5.14.4)
mustermann (1.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.7)
nokogiri (1.13.6)
Expand All @@ -91,8 +92,8 @@ GEM
nokogiri (1.13.6-x86_64-darwin)
racc (~> 1.4)
racc (1.6.0)
rack (2.2.3.1)
rack-protection (2.2.0)
rack (2.2.4)
rack-protection (3.0.4)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -126,15 +127,18 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.6.0)
redis (5.0.5)
redis-client (>= 0.9.0)
redis-client (0.11.2)
connection_pool
ruby2_keywords (0.0.5)
rubystats (0.3.0)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
sinatra (3.0.4)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.4)
tilt (~> 2.0)
split (4.0.1)
split (4.0.2)
redis (>= 4.2)
rubystats (>= 0.3.0)
sinatra (>= 1.2.6)
Expand All @@ -147,7 +151,7 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
thor (1.1.0)
tilt (2.0.10)
tilt (2.0.11)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
websocket-driver (0.7.5)
Expand All @@ -163,7 +167,7 @@ PLATFORMS
DEPENDENCIES
listen
rails (~> 6.1)
split (~> 4.0.1)
split (~> 4.0.2)
sqlite3

BUNDLED WITH
Expand Down

0 comments on commit a3d3cc0

Please sign in to comment.