Skip to content

Commit d917ae9

Browse files
dependabot[bot]simonneutert
authored andcommitted
Bump the patch-and-minor-dependencies group across 1 directory with 2 updates
Bumps the patch-and-minor-dependencies group with 2 updates in the / directory: [roda](https://github.com/jeremyevans/roda) and [rubocop](https://github.com/rubocop/rubocop). Updates `roda` from 3.84.0 to 3.85.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](jeremyevans/roda@3.84.0...3.85.0) Updates `rubocop` from 1.66.1 to 1.67.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.66.1...v1.67.0) --- updated-dependencies: - dependency-name: roda dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b511dc1 commit d917ae9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ gem 'money', '~> 6.16'
88
gem 'puma', '~> 6.4'
99
gem 'rack-unreloader', '~> 2.1'
1010
gem 'rackup', '~> 2.1'
11-
gem 'roda', '~> 3.84'
11+
gem 'roda', '~> 3.85'
1212

1313
group :development do
1414
gem 'htmlbeautifier', '~> 1.4'
1515
gem 'pry', '~> 0.14.2'
1616
gem 'rake', '~> 13.1'
17-
gem 'rubocop', '~> 1.66.1', require: false
17+
gem 'rubocop', '~> 1.67.0', require: false
1818
gem 'rubocop-performance', '~> 1.22.1', require: false
1919
gem 'solargraph', '~> 0.50.0', require: false
2020
end

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GEM
5555
puma (6.4.3)
5656
nio4r (~> 2.0)
5757
racc (1.8.1)
58-
rack (3.1.7)
58+
rack (3.1.8)
5959
rack-unreloader (2.1.0)
6060
rackup (2.1.0)
6161
rack (>= 3)
@@ -67,9 +67,9 @@ GEM
6767
reverse_markdown (2.1.1)
6868
nokogiri
6969
rexml (3.3.7)
70-
roda (3.84.0)
70+
roda (3.85.0)
7171
rack
72-
rubocop (1.66.1)
72+
rubocop (1.67.0)
7373
json (~> 2.3)
7474
language_server-protocol (>= 3.17.0)
7575
parallel (~> 1.10)
@@ -123,8 +123,8 @@ DEPENDENCIES
123123
rack-unreloader (~> 2.1)
124124
rackup (~> 2.1)
125125
rake (~> 13.1)
126-
roda (~> 3.84)
127-
rubocop (~> 1.66.1)
126+
roda (~> 3.85)
127+
rubocop (~> 1.67.0)
128128
rubocop-performance (~> 1.22.1)
129129
solargraph (~> 0.50.0)
130130

0 commit comments

Comments
 (0)