Skip to content

Commit e02f65f

Browse files
Bump rails from 8.1.0 to 8.1.1
Bumps [rails](https://github.com/rails/rails) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 068d4f0 commit e02f65f

2 files changed

Lines changed: 64 additions & 89 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
ruby "3.2.4"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem "rails", "~> 8.1.0"
6+
gem "rails", "~> 8.1.1"
77
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
88
gem "propshaft"
99
# Use postgresql as the database for Active Record

Gemfile.lock

Lines changed: 63 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,66 @@ GEM
33
specs:
44
action_text-trix (2.1.15)
55
railties
6-
actioncable (8.1.0)
7-
actionpack (= 8.1.0)
8-
activesupport (= 8.1.0)
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
99
nio4r (~> 2.0)
1010
websocket-driver (>= 0.6.1)
1111
zeitwerk (~> 2.6)
12-
actionmailbox (8.1.0)
13-
actionpack (= 8.1.0)
14-
activejob (= 8.1.0)
15-
activerecord (= 8.1.0)
16-
activestorage (= 8.1.0)
17-
activesupport (= 8.1.0)
12+
actionmailbox (8.1.1)
13+
actionpack (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activerecord (= 8.1.1)
16+
activestorage (= 8.1.1)
17+
activesupport (= 8.1.1)
1818
mail (>= 2.8.0)
19-
actionmailer (8.1.0)
20-
actionpack (= 8.1.0)
21-
actionview (= 8.1.0)
22-
activejob (= 8.1.0)
23-
activesupport (= 8.1.0)
19+
actionmailer (8.1.1)
20+
actionpack (= 8.1.1)
21+
actionview (= 8.1.1)
22+
activejob (= 8.1.1)
23+
activesupport (= 8.1.1)
2424
mail (>= 2.8.0)
2525
rails-dom-testing (~> 2.2)
26-
actionpack (8.1.0)
27-
actionview (= 8.1.0)
28-
activesupport (= 8.1.0)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2929
nokogiri (>= 1.8.5)
3030
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (8.1.0)
36+
actiontext (8.1.1)
3737
action_text-trix (~> 2.1.15)
38-
actionpack (= 8.1.0)
39-
activerecord (= 8.1.0)
40-
activestorage (= 8.1.0)
41-
activesupport (= 8.1.0)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
4242
globalid (>= 0.6.0)
4343
nokogiri (>= 1.8.5)
44-
actionview (8.1.0)
45-
activesupport (= 8.1.0)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4646
builder (~> 3.1)
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (8.1.0)
51-
activesupport (= 8.1.0)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
5252
globalid (>= 0.3.6)
53-
activemodel (8.1.0)
54-
activesupport (= 8.1.0)
55-
activerecord (8.1.0)
56-
activemodel (= 8.1.0)
57-
activesupport (= 8.1.0)
53+
activemodel (8.1.1)
54+
activesupport (= 8.1.1)
55+
activerecord (8.1.1)
56+
activemodel (= 8.1.1)
57+
activesupport (= 8.1.1)
5858
timeout (>= 0.4.0)
59-
activestorage (8.1.0)
60-
actionpack (= 8.1.0)
61-
activejob (= 8.1.0)
62-
activerecord (= 8.1.0)
63-
activesupport (= 8.1.0)
59+
activestorage (8.1.1)
60+
actionpack (= 8.1.1)
61+
activejob (= 8.1.1)
62+
activerecord (= 8.1.1)
63+
activesupport (= 8.1.1)
6464
marcel (~> 1.0)
65-
activesupport (8.1.0)
65+
activesupport (8.1.1)
6666
base64
6767
bigdecimal
6868
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -106,22 +106,17 @@ GEM
106106
concurrent-ruby (1.3.5)
107107
connection_pool (2.5.4)
108108
crass (1.0.6)
109-
date (3.4.1)
109+
date (3.5.0)
110110
debug (1.11.0)
111111
irb (~> 1.10)
112112
reline (>= 0.3.8)
113113
dotenv (3.1.8)
114114
drb (2.2.3)
115115
ed25519 (1.4.0)
116-
erb (5.1.1)
116+
erb (5.1.3)
117117
erubi (1.13.1)
118-
et-orbi (1.4.0)
119-
tzinfo
120118
ffi (1.17.2-x86_64-darwin)
121119
ffi (1.17.2-x86_64-linux-gnu)
122-
fugit (1.12.1)
123-
et-orbi (~> 1.4)
124-
raabro (~> 1.4)
125120
globalid (1.3.0)
126121
activesupport (>= 6.1)
127122
i18n (1.14.7)
@@ -134,7 +129,7 @@ GEM
134129
activesupport (>= 6.0.0)
135130
railties (>= 6.0.0)
136131
io-console (0.8.1)
137-
irb (1.15.2)
132+
irb (1.15.3)
138133
pp (>= 0.6.0)
139134
rdoc (>= 4.0.0)
140135
reline (>= 0.4.2)
@@ -187,7 +182,7 @@ GEM
187182
net-smtp (0.5.1)
188183
net-protocol
189184
net-ssh (7.3.0)
190-
nio4r (2.7.4)
185+
nio4r (2.7.5)
191186
nokogiri (1.18.10-x86_64-darwin)
192187
racc (~> 1.4)
193188
nokogiri (1.18.10-x86_64-linux-gnu)
@@ -221,49 +216,48 @@ GEM
221216
public_suffix (6.0.2)
222217
puma (7.1.0)
223218
nio4r (~> 2.0)
224-
raabro (1.4.0)
225219
racc (1.8.1)
226-
rack (3.2.3)
220+
rack (3.2.4)
227221
rack-session (2.1.1)
228222
base64 (>= 0.1.0)
229223
rack (>= 3.0.0)
230224
rack-test (2.2.0)
231225
rack (>= 1.3)
232226
rackup (2.2.1)
233227
rack (>= 3)
234-
rails (8.1.0)
235-
actioncable (= 8.1.0)
236-
actionmailbox (= 8.1.0)
237-
actionmailer (= 8.1.0)
238-
actionpack (= 8.1.0)
239-
actiontext (= 8.1.0)
240-
actionview (= 8.1.0)
241-
activejob (= 8.1.0)
242-
activemodel (= 8.1.0)
243-
activerecord (= 8.1.0)
244-
activestorage (= 8.1.0)
245-
activesupport (= 8.1.0)
228+
rails (8.1.1)
229+
actioncable (= 8.1.1)
230+
actionmailbox (= 8.1.1)
231+
actionmailer (= 8.1.1)
232+
actionpack (= 8.1.1)
233+
actiontext (= 8.1.1)
234+
actionview (= 8.1.1)
235+
activejob (= 8.1.1)
236+
activemodel (= 8.1.1)
237+
activerecord (= 8.1.1)
238+
activestorage (= 8.1.1)
239+
activesupport (= 8.1.1)
246240
bundler (>= 1.15.0)
247-
railties (= 8.1.0)
241+
railties (= 8.1.1)
248242
rails-dom-testing (2.3.0)
249243
activesupport (>= 5.0.0)
250244
minitest
251245
nokogiri (>= 1.6)
252246
rails-html-sanitizer (1.6.2)
253247
loofah (~> 2.21)
254248
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)
255-
railties (8.1.0)
256-
actionpack (= 8.1.0)
257-
activesupport (= 8.1.0)
249+
railties (8.1.1)
250+
actionpack (= 8.1.1)
251+
activesupport (= 8.1.1)
258252
irb (~> 1.13)
259253
rackup (>= 1.0.0)
260254
rake (>= 12.2)
261255
thor (~> 1.0, >= 1.2.2)
262256
tsort (>= 0.2)
263257
zeitwerk (~> 2.6)
264258
rainbow (3.1.1)
265-
rake (13.3.0)
266-
rdoc (6.15.0)
259+
rake (13.3.1)
260+
rdoc (6.15.1)
267261
erb
268262
psych (>= 4.0.0)
269263
tsort
@@ -311,22 +305,6 @@ GEM
311305
rexml (~> 3.2, >= 3.2.5)
312306
rubyzip (>= 1.2.2, < 4.0)
313307
websocket (~> 1.0)
314-
solid_cable (3.0.12)
315-
actioncable (>= 7.2)
316-
activejob (>= 7.2)
317-
activerecord (>= 7.2)
318-
railties (>= 7.2)
319-
solid_cache (1.0.8)
320-
activejob (>= 7.2)
321-
activerecord (>= 7.2)
322-
railties (>= 7.2)
323-
solid_queue (1.2.2)
324-
activejob (>= 7.1)
325-
activerecord (>= 7.1)
326-
concurrent-ruby (>= 1.3.1)
327-
fugit (~> 1.11)
328-
railties (>= 7.1)
329-
thor (>= 1.3.1)
330308
sshkit (1.24.0)
331309
base64
332310
logger
@@ -340,7 +318,7 @@ GEM
340318
thor (1.4.0)
341319
thruster (0.1.16-x86_64-darwin)
342320
thruster (0.1.16-x86_64-linux)
343-
timeout (0.4.3)
321+
timeout (0.4.4)
344322
tsort (0.2.0)
345323
turbo-rails (2.0.17)
346324
actionpack (>= 7.1.0)
@@ -350,7 +328,7 @@ GEM
350328
unicode-display_width (3.2.0)
351329
unicode-emoji (~> 4.1)
352330
unicode-emoji (4.1.0)
353-
uri (1.0.4)
331+
uri (1.1.1)
354332
useragent (0.16.11)
355333
web-console (4.2.1)
356334
actionview (>= 6.0.0)
@@ -386,12 +364,9 @@ DEPENDENCIES
386364
pry-byebug
387365
pry-rails
388366
puma (>= 5.0)
389-
rails (~> 8.1.0)
367+
rails (~> 8.1.1)
390368
rubocop-rails-omakase
391369
selenium-webdriver
392-
solid_cable
393-
solid_cache
394-
solid_queue
395370
stimulus-rails
396371
thruster
397372
turbo-rails

0 commit comments

Comments
 (0)