Skip to content

Commit c4ce210

Browse files
Bump the ruby-dependencies group across 1 directory with 5 updates (#174)
Bumps the ruby-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pg](https://github.com/ged/ruby-pg) | `1.5.6` | `1.5.9` | | [uglifier](https://github.com/lautis/uglifier) | `4.2.0` | `4.2.1` | | [bootsnap](https://github.com/Shopify/bootsnap) | `1.18.3` | `1.18.4` | | [jbuilder](https://github.com/rails/jbuilder) | `2.12.0` | `2.13.0` | | [puma](https://github.com/puma/puma) | `6.4.2` | `6.6.0` | Updates `pg` from 1.5.6 to 1.5.9 - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](ged/ruby-pg@v1.5.6...v1.5.9) Updates `uglifier` from 4.2.0 to 4.2.1 - [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md) - [Commits](lautis/uglifier@v4.2.0...v4.2.1) Updates `bootsnap` from 1.18.3 to 1.18.4 - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](Shopify/bootsnap@v1.18.3...v1.18.4) Updates `jbuilder` from 2.12.0 to 2.13.0 - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](rails/jbuilder@v2.12.0...v2.13.0) Updates `puma` from 6.4.2 to 6.6.0 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.4.2...v6.6.0) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: uglifier dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: jbuilder dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e7ce01 commit c4ce210

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby '>= 3.1', '< 3.4'
44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
55
gem 'rails', '~> 7.1.3'
66
# Use postgresql as the database for Active Record
7-
gem 'pg', '~> 1.5.6'
7+
gem 'pg', '~> 1.5.9'
88
# Use SCSS for stylesheets
99
gem 'sass-rails'
1010
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

+24-24
Original file line numberDiff line numberDiff line change
@@ -76,34 +76,34 @@ GEM
7676
mutex_m
7777
tzinfo (~> 2.0)
7878
base64 (0.2.0)
79-
bigdecimal (3.1.8)
80-
bootsnap (1.18.3)
79+
bigdecimal (3.1.9)
80+
bootsnap (1.18.4)
8181
msgpack (~> 1.2)
82-
builder (3.2.4)
82+
builder (3.3.0)
8383
coffee-rails (5.0.0)
8484
coffee-script (>= 2.2.0)
8585
railties (>= 5.2.0)
8686
coffee-script (2.4.1)
8787
coffee-script-source
8888
execjs
8989
coffee-script-source (1.12.2)
90-
concurrent-ruby (1.2.3)
91-
connection_pool (2.4.1)
90+
concurrent-ruby (1.3.5)
91+
connection_pool (2.5.0)
9292
crass (1.0.6)
9393
date (3.3.4)
9494
drb (2.2.1)
95-
erubi (1.12.0)
96-
execjs (2.8.1)
95+
erubi (1.13.1)
96+
execjs (2.10.0)
9797
ffi (1.16.3)
9898
globalid (1.2.1)
9999
activesupport (>= 6.1)
100-
i18n (1.14.5)
100+
i18n (1.14.7)
101101
concurrent-ruby (~> 1.0)
102102
io-console (0.7.2)
103103
irb (1.13.1)
104104
rdoc (>= 4.0.0)
105105
reline (>= 0.4.2)
106-
jbuilder (2.12.0)
106+
jbuilder (2.13.0)
107107
actionview (>= 5.0.0)
108108
activesupport (>= 5.0.0)
109109
jquery-rails (4.6.0)
@@ -113,7 +113,7 @@ GEM
113113
listen (3.9.0)
114114
rb-fsevent (~> 0.10, >= 0.10.3)
115115
rb-inotify (~> 0.9, >= 0.9.10)
116-
loofah (2.22.0)
116+
loofah (2.24.0)
117117
crass (~> 1.0.2)
118118
nokogiri (>= 1.12.0)
119119
mail (2.8.1)
@@ -123,10 +123,10 @@ GEM
123123
net-smtp
124124
marcel (1.0.4)
125125
mini_mime (1.1.5)
126-
mini_portile2 (2.8.6)
127-
minitest (5.23.0)
128-
msgpack (1.7.2)
129-
mutex_m (0.2.0)
126+
mini_portile2 (2.8.8)
127+
minitest (5.25.4)
128+
msgpack (1.8.0)
129+
mutex_m (0.3.0)
130130
net-imap (0.4.11)
131131
date
132132
net-protocol
@@ -136,18 +136,18 @@ GEM
136136
timeout
137137
net-smtp (0.5.0)
138138
net-protocol
139-
nio4r (2.7.3)
140-
nokogiri (1.16.5)
139+
nio4r (2.7.4)
140+
nokogiri (1.18.3)
141141
mini_portile2 (~> 2.8.2)
142142
racc (~> 1.4)
143-
nokogiri (1.16.5-x86_64-linux)
143+
nokogiri (1.18.3-x86_64-linux-gnu)
144144
racc (~> 1.4)
145-
pg (1.5.6)
145+
pg (1.5.9)
146146
psych (5.1.2)
147147
stringio
148-
puma (6.4.2)
148+
puma (6.6.0)
149149
nio4r (~> 2.0)
150-
racc (1.7.3)
150+
racc (1.8.1)
151151
rack (3.0.11)
152152
rack-session (2.0.0)
153153
rack (>= 3.0.0)
@@ -174,9 +174,9 @@ GEM
174174
activesupport (>= 5.0.0)
175175
minitest
176176
nokogiri (>= 1.6)
177-
rails-html-sanitizer (1.6.0)
177+
rails-html-sanitizer (1.6.2)
178178
loofah (~> 2.21)
179-
nokogiri (~> 1.14)
179+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
180180
railties (7.1.3.2)
181181
actionpack (= 7.1.3.2)
182182
activesupport (= 7.1.3.2)
@@ -222,7 +222,7 @@ GEM
222222
turbolinks-source (5.2.0)
223223
tzinfo (2.0.6)
224224
concurrent-ruby (~> 1.0)
225-
uglifier (4.2.0)
225+
uglifier (4.2.1)
226226
execjs (>= 0.3.0, < 3)
227227
webrick (1.8.1)
228228
websocket-driver (0.7.6)
@@ -240,7 +240,7 @@ DEPENDENCIES
240240
jbuilder
241241
jquery-rails
242242
listen
243-
pg (~> 1.5.6)
243+
pg (~> 1.5.9)
244244
puma
245245
rails (~> 7.1.3)
246246
sass-rails

0 commit comments

Comments
 (0)