Skip to content

Commit bd0fd0c

Browse files
Bump rails from 8.0.2.1 to 8.1.1
Bumps [rails](https://github.com/rails/rails) from 8.0.2.1 to 8.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2.1...v8.1.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c571cf8 commit bd0fd0c

File tree

2 files changed

+77
-71
lines changed

2 files changed

+77
-71
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 8.0.2"
4+
gem "rails", "~> 8.1.1"
55
# Use postgresql as the database for Active Record
66
gem "pg", "~> 1.6"
77
# Use the Puma web server [https://github.com/puma/puma]

Gemfile.lock

Lines changed: 76 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,75 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2.1)
5-
actionpack (= 8.0.2.1)
6-
activesupport (= 8.0.2.1)
4+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2.1)
11-
actionpack (= 8.0.2.1)
12-
activejob (= 8.0.2.1)
13-
activerecord (= 8.0.2.1)
14-
activestorage (= 8.0.2.1)
15-
activesupport (= 8.0.2.1)
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)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.2.1)
18-
actionpack (= 8.0.2.1)
19-
actionview (= 8.0.2.1)
20-
activejob (= 8.0.2.1)
21-
activesupport (= 8.0.2.1)
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)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2.1)
25-
actionview (= 8.0.2.1)
26-
activesupport (= 8.0.2.1)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2729
nokogiri (>= 1.8.5)
2830
rack (>= 2.2.4)
2931
rack-session (>= 1.0.1)
3032
rack-test (>= 0.6.3)
3133
rails-dom-testing (~> 2.2)
3234
rails-html-sanitizer (~> 1.6)
3335
useragent (~> 0.16)
34-
actiontext (8.0.2.1)
35-
actionpack (= 8.0.2.1)
36-
activerecord (= 8.0.2.1)
37-
activestorage (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
36+
actiontext (8.1.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.2.1)
42-
activesupport (= 8.0.2.1)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2.1)
48-
activesupport (= 8.0.2.1)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.2.1)
51-
activesupport (= 8.0.2.1)
52-
activerecord (8.0.2.1)
53-
activemodel (= 8.0.2.1)
54-
activesupport (= 8.0.2.1)
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)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.2.1)
57-
actionpack (= 8.0.2.1)
58-
activejob (= 8.0.2.1)
59-
activerecord (= 8.0.2.1)
60-
activesupport (= 8.0.2.1)
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)
6164
marcel (~> 1.0)
62-
activesupport (8.0.2.1)
65+
activesupport (8.1.1)
6366
base64
64-
benchmark (>= 0.3)
6567
bigdecimal
6668
concurrent-ruby (~> 1.0, >= 1.3.1)
6769
connection_pool (>= 2.2.5)
6870
drb
6971
i18n (>= 1.6, < 2)
72+
json
7073
logger (>= 1.4.2)
7174
minitest (>= 5.1)
7275
securerandom (>= 0.3)
@@ -98,8 +101,7 @@ GEM
98101
aws-sigv4 (1.12.1)
99102
aws-eventstream (~> 1, >= 1.0.2)
100103
base64 (0.3.0)
101-
benchmark (0.4.1)
102-
bigdecimal (3.2.3)
104+
bigdecimal (3.3.1)
103105
bootsnap (1.18.6)
104106
msgpack (~> 1.2)
105107
brakeman (7.1.0)
@@ -111,7 +113,7 @@ GEM
111113
bigdecimal
112114
rexml
113115
crass (1.0.6)
114-
date (3.4.1)
116+
date (3.5.0)
115117
debug (1.11.0)
116118
irb (~> 1.10)
117119
reline (>= 0.3.8)
@@ -121,7 +123,7 @@ GEM
121123
dotenv (= 3.1.8)
122124
railties (>= 6.1)
123125
drb (2.2.3)
124-
erb (5.0.2)
126+
erb (5.1.3)
125127
erubi (1.13.1)
126128
et-orbi (1.3.0)
127129
tzinfo
@@ -134,7 +136,7 @@ GEM
134136
fugit (1.11.2)
135137
et-orbi (~> 1, >= 1.2.11)
136138
raabro (~> 1.4)
137-
globalid (1.2.1)
139+
globalid (1.3.0)
138140
activesupport (>= 6.1)
139141
hashdiff (1.2.0)
140142
i18n (1.14.7)
@@ -154,18 +156,19 @@ GEM
154156
loofah (2.24.1)
155157
crass (~> 1.0.2)
156158
nokogiri (>= 1.12.0)
157-
mail (2.8.1)
159+
mail (2.9.0)
160+
logger
158161
mini_mime (>= 0.1.1)
159162
net-imap
160163
net-pop
161164
net-smtp
162-
marcel (1.0.4)
165+
marcel (1.1.0)
163166
mini_mime (1.1.5)
164-
minitest (5.25.5)
167+
minitest (5.26.0)
165168
msgpack (1.8.0)
166169
net-http (0.6.0)
167170
uri
168-
net-imap (0.5.10)
171+
net-imap (0.5.12)
169172
date
170173
net-protocol
171174
net-pop (0.1.2)
@@ -204,7 +207,7 @@ GEM
204207
pg (1.6.2-x86_64-darwin)
205208
pg (1.6.2-x86_64-linux)
206209
pg (1.6.2-x86_64-linux-musl)
207-
pp (0.6.2)
210+
pp (0.6.3)
208211
prettyprint
209212
prettyprint (0.2.0)
210213
prism (1.5.1)
@@ -216,48 +219,50 @@ GEM
216219
nio4r (~> 2.0)
217220
raabro (1.4.0)
218221
racc (1.8.1)
219-
rack (3.2.1)
222+
rack (3.2.3)
220223
rack-session (2.1.1)
221224
base64 (>= 0.1.0)
222225
rack (>= 3.0.0)
223226
rack-test (2.2.0)
224227
rack (>= 1.3)
225228
rackup (2.2.1)
226229
rack (>= 3)
227-
rails (8.0.2.1)
228-
actioncable (= 8.0.2.1)
229-
actionmailbox (= 8.0.2.1)
230-
actionmailer (= 8.0.2.1)
231-
actionpack (= 8.0.2.1)
232-
actiontext (= 8.0.2.1)
233-
actionview (= 8.0.2.1)
234-
activejob (= 8.0.2.1)
235-
activemodel (= 8.0.2.1)
236-
activerecord (= 8.0.2.1)
237-
activestorage (= 8.0.2.1)
238-
activesupport (= 8.0.2.1)
230+
rails (8.1.1)
231+
actioncable (= 8.1.1)
232+
actionmailbox (= 8.1.1)
233+
actionmailer (= 8.1.1)
234+
actionpack (= 8.1.1)
235+
actiontext (= 8.1.1)
236+
actionview (= 8.1.1)
237+
activejob (= 8.1.1)
238+
activemodel (= 8.1.1)
239+
activerecord (= 8.1.1)
240+
activestorage (= 8.1.1)
241+
activesupport (= 8.1.1)
239242
bundler (>= 1.15.0)
240-
railties (= 8.0.2.1)
243+
railties (= 8.1.1)
241244
rails-dom-testing (2.3.0)
242245
activesupport (>= 5.0.0)
243246
minitest
244247
nokogiri (>= 1.6)
245248
rails-html-sanitizer (1.6.2)
246249
loofah (~> 2.21)
247250
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)
248-
railties (8.0.2.1)
249-
actionpack (= 8.0.2.1)
250-
activesupport (= 8.0.2.1)
251+
railties (8.1.1)
252+
actionpack (= 8.1.1)
253+
activesupport (= 8.1.1)
251254
irb (~> 1.13)
252255
rackup (>= 1.0.0)
253256
rake (>= 12.2)
254257
thor (~> 1.0, >= 1.2.2)
258+
tsort (>= 0.2)
255259
zeitwerk (~> 2.6)
256260
rainbow (3.1.1)
257-
rake (13.3.0)
258-
rdoc (6.14.2)
261+
rake (13.3.1)
262+
rdoc (6.15.0)
259263
erb
260264
psych (>= 4.0.0)
265+
tsort
261266
regexp_parser (2.11.2)
262267
reline (0.6.2)
263268
io-console (~> 0.5)
@@ -326,13 +331,14 @@ GEM
326331
thruster (0.1.15-arm64-darwin)
327332
thruster (0.1.15-x86_64-darwin)
328333
thruster (0.1.15-x86_64-linux)
329-
timeout (0.4.3)
334+
timeout (0.4.4)
335+
tsort (0.2.0)
330336
tzinfo (2.0.6)
331337
concurrent-ruby (~> 1.0)
332338
unicode-display_width (3.2.0)
333339
unicode-emoji (~> 4.1)
334340
unicode-emoji (4.1.0)
335-
uri (1.0.3)
341+
uri (1.0.4)
336342
useragent (0.16.11)
337343
webmock (3.25.1)
338344
addressable (>= 2.8.0)
@@ -370,7 +376,7 @@ DEPENDENCIES
370376
openssl (>= 3.3.1)
371377
pg (~> 1.6)
372378
puma (>= 5.0)
373-
rails (~> 8.0.2)
379+
rails (~> 8.1.1)
374380
rspec-rails (~> 8.0)
375381
rubyzip
376382
solid_queue

0 commit comments

Comments
 (0)