Skip to content

Commit 113e1b1

Browse files
Bump the bundler group with 4 updates
Bumps the bundler group with 4 updates: [rake](https://github.com/ruby/rake), [psych](https://github.com/ruby/psych), [rspec](https://github.com/rspec/rspec) and [debug](https://github.com/ruby/debug). Updates `rake` from 13.2.1 to 13.4.2 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.2.1...v13.4.2) Updates `psych` from 5.1.2 to 5.4.0 - [Release notes](https://github.com/ruby/psych/releases) - [Commits](ruby/psych@v5.1.2...v5.4.0) Updates `rspec` from 3.13.0 to 3.13.2 - [Commits](rspec/rspec@rspec-metagem-v3.13.0...rspec-v3.13.2) Updates `debug` from 1.9.2 to 1.11.1 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.9.2...v1.11.1) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: psych dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler - dependency-name: debug dependency-version: 1.11.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7ab4c6 commit 113e1b1

2 files changed

Lines changed: 28 additions & 16 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in code_manifest.gemspec
66
gemspec
77

8-
gem "rake", "~> 13.0"
8+
gem "rake", "~> 13.4"

Gemfile.lock

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,47 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
debug (1.9.2)
10+
date (3.5.1)
11+
debug (1.11.1)
1112
irb (~> 1.10)
1213
reline (>= 0.3.8)
13-
diff-lcs (1.5.1)
14-
io-console (0.7.2)
15-
irb (1.14.0)
14+
diff-lcs (1.6.2)
15+
erb (6.0.4)
16+
io-console (0.8.2)
17+
irb (1.18.0)
18+
pp (>= 0.6.0)
19+
prism (>= 1.3.0)
1620
rdoc (>= 4.0.0)
1721
reline (>= 0.4.2)
18-
psych (5.1.2)
22+
pp (0.6.4)
23+
prettyprint
24+
prettyprint (0.2.0)
25+
prism (1.9.0)
26+
psych (5.4.0)
27+
date
1928
stringio
20-
rake (13.2.1)
21-
rdoc (6.7.0)
29+
rake (13.4.2)
30+
rdoc (7.2.0)
31+
erb
2232
psych (>= 4.0.0)
23-
reline (0.5.10)
33+
tsort
34+
reline (0.6.3)
2435
io-console (~> 0.5)
25-
rspec (3.13.0)
36+
rspec (3.13.2)
2637
rspec-core (~> 3.13.0)
2738
rspec-expectations (~> 3.13.0)
2839
rspec-mocks (~> 3.13.0)
29-
rspec-core (3.13.1)
40+
rspec-core (3.13.6)
3041
rspec-support (~> 3.13.0)
31-
rspec-expectations (3.13.3)
42+
rspec-expectations (3.13.5)
3243
diff-lcs (>= 1.2.0, < 2.0)
3344
rspec-support (~> 3.13.0)
34-
rspec-mocks (3.13.1)
45+
rspec-mocks (3.13.8)
3546
diff-lcs (>= 1.2.0, < 2.0)
3647
rspec-support (~> 3.13.0)
37-
rspec-support (3.13.1)
38-
stringio (3.1.1)
48+
rspec-support (3.13.7)
49+
stringio (3.2.0)
50+
tsort (0.2.0)
3951

4052
PLATFORMS
4153
arm64-darwin-21
@@ -46,7 +58,7 @@ PLATFORMS
4658
DEPENDENCIES
4759
code_manifest!
4860
debug
49-
rake (~> 13.0)
61+
rake (~> 13.4)
5062
rspec
5163

5264
BUNDLED WITH

0 commit comments

Comments
 (0)