Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f556bc

Browse files
authoredNov 2, 2024··
Bump the patch-and-minor-dependencies group with 3 updates
Bumps the patch-and-minor-dependencies group with 3 updates: [ka-ching-client](https://github.com/simonneutert/ka-ching-client), [rackup](https://github.com/rack/rackup) and [rubocop](https://github.com/rubocop/rubocop). Updates `ka-ching-client` from 0.6.1 to 0.6.2 - [Changelog](https://github.com/simonneutert/ka-ching-client/blob/main/CHANGELOG.md) - [Commits](simonneutert/ka-ching-client@v0.6.1...v0.6.2) Updates `rackup` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/rack/rackup/releases) - [Changelog](https://github.com/rack/rackup/blob/main/releases.md) - [Commits](rack/rackup@v2.1.0...v2.2.0) Updates `rubocop` from 1.67.0 to 1.68.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.67.0...v1.68.0) --- updated-dependencies: - dependency-name: ka-ching-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: rackup 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] <support@github.com>
1 parent 0097200 commit 6f556bc

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed
 

‎Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
source 'https://rubygems.org'
44

55
gem 'bigdecimal', '~> 3.1'
6-
gem 'ka-ching-client', '~> 0.6.1'
6+
gem 'ka-ching-client', '~> 0.6.2'
77
gem 'money', '~> 6.16'
88
gem 'puma', '~> 6.4'
99
gem 'rack-unreloader', '~> 2.1'
10-
gem 'rackup', '~> 2.1'
10+
gem 'rackup', '~> 2.2'
1111
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.67.0', require: false
17+
gem 'rubocop', '~> 1.68.0', require: false
1818
gem 'rubocop-performance', '~> 1.22.1', require: false
1919
gem 'solargraph', '~> 0.50.0', require: false
2020
end

‎Gemfile.lock

+10-12
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ GEM
1616
net-http
1717
htmlbeautifier (1.4.3)
1818
http-2 (1.0.1)
19-
httpx (1.3.1)
19+
httpx (1.3.3)
2020
http-2 (>= 1.0.0)
2121
i18n (1.14.5)
2222
concurrent-ruby (~> 1.0)
2323
jaro_winkler (1.6.0)
24-
json (2.7.2)
25-
ka-ching-client (0.6.1)
24+
json (2.7.5)
25+
ka-ching-client (0.6.2)
2626
faraday (>= 2.7.10, < 2.12.0)
2727
httpx (>= 1.0.0, < 1.4.0)
2828
kramdown (2.4.0)
@@ -46,7 +46,7 @@ GEM
4646
nokogiri (1.16.7-x86_64-linux)
4747
racc (~> 1.4)
4848
parallel (1.26.3)
49-
parser (3.3.5.0)
49+
parser (3.3.5.1)
5050
ast (~> 2.4.1)
5151
racc
5252
pry (0.14.2)
@@ -57,9 +57,8 @@ GEM
5757
racc (1.8.1)
5858
rack (3.1.8)
5959
rack-unreloader (2.1.0)
60-
rackup (2.1.0)
60+
rackup (2.2.0)
6161
rack (>= 3)
62-
webrick (~> 1.8)
6362
rainbow (3.1.1)
6463
rake (13.2.1)
6564
rbs (2.8.4)
@@ -69,7 +68,7 @@ GEM
6968
rexml (3.3.9)
7069
roda (3.85.0)
7170
rack
72-
rubocop (1.67.0)
71+
rubocop (1.68.0)
7372
json (~> 2.3)
7473
language_server-protocol (>= 3.17.0)
7574
parallel (~> 1.10)
@@ -79,7 +78,7 @@ GEM
7978
rubocop-ast (>= 1.32.2, < 2.0)
8079
ruby-progressbar (~> 1.7)
8180
unicode-display_width (>= 2.4.0, < 3.0)
82-
rubocop-ast (1.32.3)
81+
rubocop-ast (1.33.0)
8382
parser (>= 3.3.1.0)
8483
rubocop-performance (1.22.1)
8584
rubocop (>= 1.48.1, < 2.0)
@@ -105,7 +104,6 @@ GEM
105104
tilt (2.4.0)
106105
unicode-display_width (2.6.0)
107106
uri (0.13.1)
108-
webrick (1.8.2)
109107
yard (0.9.37)
110108

111109
PLATFORMS
@@ -116,15 +114,15 @@ PLATFORMS
116114
DEPENDENCIES
117115
bigdecimal (~> 3.1)
118116
htmlbeautifier (~> 1.4)
119-
ka-ching-client (~> 0.6.1)
117+
ka-ching-client (~> 0.6.2)
120118
money (~> 6.16)
121119
pry (~> 0.14.2)
122120
puma (~> 6.4)
123121
rack-unreloader (~> 2.1)
124-
rackup (~> 2.1)
122+
rackup (~> 2.2)
125123
rake (~> 13.1)
126124
roda (~> 3.85)
127-
rubocop (~> 1.67.0)
125+
rubocop (~> 1.68.0)
128126
rubocop-performance (~> 1.22.1)
129127
solargraph (~> 0.50.0)
130128

0 commit comments

Comments
 (0)
Please sign in to comment.