Skip to content

Commit e6bbed5

Browse files
author
Dependabot Standalone
committed
Bump the everything group in /bundler-example with 3 updates
Bumps the everything group in /bundler-example with 3 updates: [rubocop](https://github.com/rubocop/rubocop), [toml-rb](https://github.com/emancu/toml-rb) and [rack](https://github.com/rack/rack). Updates `rubocop` from 0.76.0 to 1.75.5 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.76.0...v1.75.5) Updates `toml-rb` from 2.2.0 to 4.0.0 - [Release notes](https://github.com/emancu/toml-rb/releases) - [Commits](emancu/toml-rb@v2.2.0...v4.0.0) Updates `rack` from 2.1.4 to v3.1.13 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@f3cf79d...d700c2b)
1 parent 1e8ee3c commit e6bbed5

File tree

2 files changed

+37
-19
lines changed

2 files changed

+37
-19
lines changed

bundler-example/Gemfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "rubocop", "0.76.0"
6-
gem "toml-rb", "2.2.0"
7-
gem 'rack', git: '[email protected]:rack/rack.git', tag: '2.1.4'
5+
gem "rubocop", "1.75.5"
6+
gem "toml-rb", "4.0.0"
7+
gem 'rack', git: '[email protected]:rack/rack.git', tag: 'v3.1.13'
8+

bundler-example/Gemfile.lock

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,56 @@
11
GIT
22
remote: [email protected]:rack/rack.git
3-
revision: f3cf79d6460dc592767941806d1b2b7008f73e01
4-
tag: 2.1.4
3+
revision: d700c2bda0e21220079134933776eda5f9bc202b
4+
tag: v3.1.13
55
specs:
6-
rack (2.1.4)
6+
rack (3.1.13)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
ast (2.4.2)
11+
ast (2.4.3)
1212
citrus (3.0.2)
13-
jaro_winkler (1.5.4)
14-
parallel (1.22.1)
15-
parser (3.1.2.0)
13+
json (2.11.3)
14+
language_server-protocol (3.17.0.4)
15+
lint_roller (1.1.0)
16+
parallel (1.27.0)
17+
parser (3.3.8.0)
1618
ast (~> 2.4.1)
19+
racc
20+
prism (1.4.0)
21+
racc (1.8.1)
1722
rainbow (3.1.1)
18-
rubocop (0.76.0)
19-
jaro_winkler (~> 1.5.1)
23+
regexp_parser (2.10.0)
24+
rubocop (1.75.5)
25+
json (~> 2.3)
26+
language_server-protocol (~> 3.17.0.2)
27+
lint_roller (~> 1.1.0)
2028
parallel (~> 1.10)
21-
parser (>= 2.6)
29+
parser (>= 3.3.0.2)
2230
rainbow (>= 2.2.2, < 4.0)
31+
regexp_parser (>= 2.9.3, < 3.0)
32+
rubocop-ast (>= 1.44.0, < 2.0)
2333
ruby-progressbar (~> 1.7)
24-
unicode-display_width (>= 1.4.0, < 1.7)
25-
ruby-progressbar (1.11.0)
26-
toml-rb (2.2.0)
34+
unicode-display_width (>= 2.4.0, < 4.0)
35+
rubocop-ast (1.44.1)
36+
parser (>= 3.3.7.2)
37+
prism (~> 1.4)
38+
ruby-progressbar (1.13.0)
39+
toml-rb (4.0.0)
2740
citrus (~> 3.0, > 3.0)
28-
unicode-display_width (1.6.1)
41+
racc (~> 1.7)
42+
unicode-display_width (3.1.4)
43+
unicode-emoji (~> 4.0, >= 4.0.4)
44+
unicode-emoji (4.0.4)
2945

3046
PLATFORMS
3147
ruby
3248

3349
DEPENDENCIES
3450
rack!
35-
rubocop (= 0.76.0)
36-
toml-rb (= 2.2.0)
51+
rubocop (= 1.75.5)
52+
toml-rb (= 4.0.0)
3753

3854
BUNDLED WITH
3955
2.1.4
56+

0 commit comments

Comments
 (0)