Skip to content

Commit 707499b

Browse files
[dependabot:bundler] bump the regular-updates group with 3 updates
Bumps the regular-updates group with 3 updates: [rails](https://github.com/rails/rails), [datadog](https://github.com/DataDog/dd-trace-rb) and [yabeda-puma-plugin](https://github.com/yabeda-rb/yabeda-puma-plugin). Updates `rails` from 8.0.2.1 to 8.0.3 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2.1...v8.0.3) Updates `datadog` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/DataDog/dd-trace-rb/releases) - [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md) - [Commits](DataDog/dd-trace-rb@v2.20.0...v2.21.0) Updates `yabeda-puma-plugin` from 0.7.1 to 0.8.0 - [Release notes](https://github.com/yabeda-rb/yabeda-puma-plugin/releases) - [Changelog](https://github.com/yabeda-rb/yabeda-puma-plugin/blob/master/CHANGELOG.md) - [Commits](yabeda-rb/yabeda-puma-plugin@v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular-updates - dependency-name: datadog dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates - dependency-name: yabeda-puma-plugin dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e5e748 commit 707499b

2 files changed

Lines changed: 69 additions & 67 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby "3.4.5"
77

88
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
9-
gem "rails", "~> 8.0.2"
9+
gem "rails", "~> 8.0.3"
1010

1111
# Use PostgreSQL as the database for Active Record
1212
gem "activerecord-postgis-adapter"
@@ -26,7 +26,7 @@ gem "puma", "~> 7.0"
2626
gem "datadog"
2727
gem "rails_semantic_logger", "~> 4.18"
2828
gem "yabeda-prometheus", "~> 0.9"
29-
gem "yabeda-puma-plugin", "~> 0.7"
29+
gem "yabeda-puma-plugin", "~> 0.8"
3030
gem "yabeda-rails", "~> 0.10"
3131

3232
# Use Swagger to document our APIs

Gemfile.lock

Lines changed: 67 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -15,68 +15,68 @@ GIT
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
actioncable (8.0.2.1)
19-
actionpack (= 8.0.2.1)
20-
activesupport (= 8.0.2.1)
18+
actioncable (8.0.3)
19+
actionpack (= 8.0.3)
20+
activesupport (= 8.0.3)
2121
nio4r (~> 2.0)
2222
websocket-driver (>= 0.6.1)
2323
zeitwerk (~> 2.6)
24-
actionmailbox (8.0.2.1)
25-
actionpack (= 8.0.2.1)
26-
activejob (= 8.0.2.1)
27-
activerecord (= 8.0.2.1)
28-
activestorage (= 8.0.2.1)
29-
activesupport (= 8.0.2.1)
24+
actionmailbox (8.0.3)
25+
actionpack (= 8.0.3)
26+
activejob (= 8.0.3)
27+
activerecord (= 8.0.3)
28+
activestorage (= 8.0.3)
29+
activesupport (= 8.0.3)
3030
mail (>= 2.8.0)
31-
actionmailer (8.0.2.1)
32-
actionpack (= 8.0.2.1)
33-
actionview (= 8.0.2.1)
34-
activejob (= 8.0.2.1)
35-
activesupport (= 8.0.2.1)
31+
actionmailer (8.0.3)
32+
actionpack (= 8.0.3)
33+
actionview (= 8.0.3)
34+
activejob (= 8.0.3)
35+
activesupport (= 8.0.3)
3636
mail (>= 2.8.0)
3737
rails-dom-testing (~> 2.2)
38-
actionpack (8.0.2.1)
39-
actionview (= 8.0.2.1)
40-
activesupport (= 8.0.2.1)
38+
actionpack (8.0.3)
39+
actionview (= 8.0.3)
40+
activesupport (= 8.0.3)
4141
nokogiri (>= 1.8.5)
4242
rack (>= 2.2.4)
4343
rack-session (>= 1.0.1)
4444
rack-test (>= 0.6.3)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
4747
useragent (~> 0.16)
48-
actiontext (8.0.2.1)
49-
actionpack (= 8.0.2.1)
50-
activerecord (= 8.0.2.1)
51-
activestorage (= 8.0.2.1)
52-
activesupport (= 8.0.2.1)
48+
actiontext (8.0.3)
49+
actionpack (= 8.0.3)
50+
activerecord (= 8.0.3)
51+
activestorage (= 8.0.3)
52+
activesupport (= 8.0.3)
5353
globalid (>= 0.6.0)
5454
nokogiri (>= 1.8.5)
55-
actionview (8.0.2.1)
56-
activesupport (= 8.0.2.1)
55+
actionview (8.0.3)
56+
activesupport (= 8.0.3)
5757
builder (~> 3.1)
5858
erubi (~> 1.11)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
61-
activejob (8.0.2.1)
62-
activesupport (= 8.0.2.1)
61+
activejob (8.0.3)
62+
activesupport (= 8.0.3)
6363
globalid (>= 0.3.6)
64-
activemodel (8.0.2.1)
65-
activesupport (= 8.0.2.1)
66-
activerecord (8.0.2.1)
67-
activemodel (= 8.0.2.1)
68-
activesupport (= 8.0.2.1)
64+
activemodel (8.0.3)
65+
activesupport (= 8.0.3)
66+
activerecord (8.0.3)
67+
activemodel (= 8.0.3)
68+
activesupport (= 8.0.3)
6969
timeout (>= 0.4.0)
7070
activerecord-postgis-adapter (11.0.0)
7171
activerecord (~> 8.0.0)
7272
rgeo-activerecord (~> 8.0.0)
73-
activestorage (8.0.2.1)
74-
actionpack (= 8.0.2.1)
75-
activejob (= 8.0.2.1)
76-
activerecord (= 8.0.2.1)
77-
activesupport (= 8.0.2.1)
73+
activestorage (8.0.3)
74+
actionpack (= 8.0.3)
75+
activejob (= 8.0.3)
76+
activerecord (= 8.0.3)
77+
activesupport (= 8.0.3)
7878
marcel (~> 1.0)
79-
activesupport (8.0.2.1)
79+
activesupport (8.0.3)
8080
base64
8181
benchmark (>= 0.3)
8282
bigdecimal
@@ -129,10 +129,10 @@ GEM
129129
connection_pool (2.5.4)
130130
crass (1.0.6)
131131
csv (3.3.0)
132-
datadog (2.20.0)
132+
datadog (2.21.0)
133133
datadog-ruby_core_source (~> 3.4, >= 3.4.1)
134134
libdatadog (~> 18.1.0.1.0)
135-
libddwaf (~> 1.24.1.1.0)
135+
libddwaf (~> 1.24.1.2.1)
136136
logger
137137
msgpack
138138
datadog-ruby_core_source (3.4.1)
@@ -165,20 +165,20 @@ GEM
165165
rdoc (>= 4.0.0)
166166
reline (>= 0.4.2)
167167
jmespath (1.6.2)
168-
json (2.13.2)
168+
json (2.15.0)
169169
json-schema (5.0.1)
170170
addressable (~> 2.8)
171171
language_server-protocol (3.17.0.5)
172172
libdatadog (18.1.0.1.0)
173173
libdatadog (18.1.0.1.0-aarch64-linux)
174174
libdatadog (18.1.0.1.0-x86_64-linux)
175-
libddwaf (1.24.1.1.0)
175+
libddwaf (1.24.1.2.1)
176176
ffi (~> 1.0)
177-
libddwaf (1.24.1.1.0-aarch64-linux)
177+
libddwaf (1.24.1.2.1-aarch64-linux)
178178
ffi (~> 1.0)
179-
libddwaf (1.24.1.1.0-arm64-darwin)
179+
libddwaf (1.24.1.2.1-arm64-darwin)
180180
ffi (~> 1.0)
181-
libddwaf (1.24.1.1.0-x86_64-linux)
181+
libddwaf (1.24.1.2.1-x86_64-linux)
182182
ffi (~> 1.0)
183183
license_finder (7.2.1)
184184
bundler
@@ -198,13 +198,13 @@ GEM
198198
net-imap
199199
net-pop
200200
net-smtp
201-
marcel (1.0.4)
201+
marcel (1.1.0)
202202
mini_mime (1.1.5)
203203
mini_portile2 (2.8.9)
204204
minitest (5.25.5)
205205
msgpack (1.8.0)
206206
multi_json (1.15.0)
207-
net-imap (0.5.9)
207+
net-imap (0.5.10)
208208
date
209209
net-protocol
210210
net-pop (0.1.2)
@@ -254,20 +254,20 @@ GEM
254254
rack (>= 1.3)
255255
rackup (2.2.1)
256256
rack (>= 3)
257-
rails (8.0.2.1)
258-
actioncable (= 8.0.2.1)
259-
actionmailbox (= 8.0.2.1)
260-
actionmailer (= 8.0.2.1)
261-
actionpack (= 8.0.2.1)
262-
actiontext (= 8.0.2.1)
263-
actionview (= 8.0.2.1)
264-
activejob (= 8.0.2.1)
265-
activemodel (= 8.0.2.1)
266-
activerecord (= 8.0.2.1)
267-
activestorage (= 8.0.2.1)
268-
activesupport (= 8.0.2.1)
257+
rails (8.0.3)
258+
actioncable (= 8.0.3)
259+
actionmailbox (= 8.0.3)
260+
actionmailer (= 8.0.3)
261+
actionpack (= 8.0.3)
262+
actiontext (= 8.0.3)
263+
actionview (= 8.0.3)
264+
activejob (= 8.0.3)
265+
activemodel (= 8.0.3)
266+
activerecord (= 8.0.3)
267+
activestorage (= 8.0.3)
268+
activesupport (= 8.0.3)
269269
bundler (>= 1.15.0)
270-
railties (= 8.0.2.1)
270+
railties (= 8.0.3)
271271
rails-dom-testing (2.3.0)
272272
activesupport (>= 5.0.0)
273273
minitest
@@ -279,13 +279,14 @@ GEM
279279
rack
280280
railties (>= 5.1)
281281
semantic_logger (~> 4.16)
282-
railties (8.0.2.1)
283-
actionpack (= 8.0.2.1)
284-
activesupport (= 8.0.2.1)
282+
railties (8.0.3)
283+
actionpack (= 8.0.3)
284+
activesupport (= 8.0.3)
285285
irb (~> 1.13)
286286
rackup (>= 1.0.0)
287287
rake (>= 12.2)
288288
thor (~> 1.0, >= 1.2.2)
289+
tsort (>= 0.2)
289290
zeitwerk (~> 2.6)
290291
rainbow (3.1.1)
291292
rake (13.3.0)
@@ -385,6 +386,7 @@ GEM
385386
timeout (0.4.3)
386387
tod (3.1.2)
387388
tomlrb (2.0.3)
389+
tsort (0.2.0)
388390
tzinfo (2.0.6)
389391
concurrent-ruby (~> 1.0)
390392
unicode-display_width (3.1.5)
@@ -412,7 +414,7 @@ GEM
412414
prometheus-client (>= 3.0, < 5.0)
413415
rack
414416
yabeda (~> 0.10)
415-
yabeda-puma-plugin (0.7.1)
417+
yabeda-puma-plugin (0.8.0)
416418
json
417419
puma
418420
yabeda (~> 0.5)
@@ -443,7 +445,7 @@ DEPENDENCIES
443445
license_finder
444446
pg (~> 1.6)
445447
puma (~> 7.0)
446-
rails (~> 8.0.2)
448+
rails (~> 8.0.3)
447449
rails_semantic_logger (~> 4.18)
448450
rgeo-geojson
449451
rspec-rails (~> 8.0.2)
@@ -456,7 +458,7 @@ DEPENDENCIES
456458
tzinfo-data
457459
web-console
458460
yabeda-prometheus (~> 0.9)
459-
yabeda-puma-plugin (~> 0.7)
461+
yabeda-puma-plugin (~> 0.8)
460462
yabeda-rails (~> 0.10)
461463

462464
RUBY VERSION

0 commit comments

Comments
 (0)