Skip to content

Commit 622baba

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

File tree

2 files changed

+72
-67
lines changed

2 files changed

+72
-67
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.0"
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: 71 additions & 66 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.0)
7+
actionpack (= 8.1.0)
8+
activesupport (= 8.1.0)
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.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)
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.0)
20+
actionpack (= 8.1.0)
21+
actionview (= 8.1.0)
22+
activejob (= 8.1.0)
23+
activesupport (= 8.1.0)
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.0)
27+
actionview (= 8.1.0)
28+
activesupport (= 8.1.0)
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.0)
37+
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)
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.0)
45+
activesupport (= 8.1.0)
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.0)
51+
activesupport (= 8.1.0)
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.0)
54+
activesupport (= 8.1.0)
55+
activerecord (8.1.0)
56+
activemodel (= 8.1.0)
57+
activesupport (= 8.1.0)
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.0)
60+
actionpack (= 8.1.0)
61+
activejob (= 8.1.0)
62+
activerecord (= 8.1.0)
63+
activesupport (= 8.1.0)
6164
marcel (~> 1.0)
62-
activesupport (8.0.2.1)
65+
activesupport (8.1.0)
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)
@@ -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.1)
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)
@@ -159,13 +161,13 @@ GEM
159161
net-imap
160162
net-pop
161163
net-smtp
162-
marcel (1.0.4)
164+
marcel (1.1.0)
163165
mini_mime (1.1.5)
164-
minitest (5.25.5)
166+
minitest (5.26.0)
165167
msgpack (1.8.0)
166168
net-http (0.6.0)
167169
uri
168-
net-imap (0.5.10)
170+
net-imap (0.5.12)
169171
date
170172
net-protocol
171173
net-pop (0.1.2)
@@ -203,7 +205,7 @@ GEM
203205
pg (1.6.2-x86_64-darwin)
204206
pg (1.6.2-x86_64-linux)
205207
pg (1.6.2-x86_64-linux-musl)
206-
pp (0.6.2)
208+
pp (0.6.3)
207209
prettyprint
208210
prettyprint (0.2.0)
209211
prism (1.5.1)
@@ -215,48 +217,50 @@ GEM
215217
nio4r (~> 2.0)
216218
raabro (1.4.0)
217219
racc (1.8.1)
218-
rack (3.2.1)
220+
rack (3.2.3)
219221
rack-session (2.1.1)
220222
base64 (>= 0.1.0)
221223
rack (>= 3.0.0)
222224
rack-test (2.2.0)
223225
rack (>= 1.3)
224226
rackup (2.2.1)
225227
rack (>= 3)
226-
rails (8.0.2.1)
227-
actioncable (= 8.0.2.1)
228-
actionmailbox (= 8.0.2.1)
229-
actionmailer (= 8.0.2.1)
230-
actionpack (= 8.0.2.1)
231-
actiontext (= 8.0.2.1)
232-
actionview (= 8.0.2.1)
233-
activejob (= 8.0.2.1)
234-
activemodel (= 8.0.2.1)
235-
activerecord (= 8.0.2.1)
236-
activestorage (= 8.0.2.1)
237-
activesupport (= 8.0.2.1)
228+
rails (8.1.0)
229+
actioncable (= 8.1.0)
230+
actionmailbox (= 8.1.0)
231+
actionmailer (= 8.1.0)
232+
actionpack (= 8.1.0)
233+
actiontext (= 8.1.0)
234+
actionview (= 8.1.0)
235+
activejob (= 8.1.0)
236+
activemodel (= 8.1.0)
237+
activerecord (= 8.1.0)
238+
activestorage (= 8.1.0)
239+
activesupport (= 8.1.0)
238240
bundler (>= 1.15.0)
239-
railties (= 8.0.2.1)
241+
railties (= 8.1.0)
240242
rails-dom-testing (2.3.0)
241243
activesupport (>= 5.0.0)
242244
minitest
243245
nokogiri (>= 1.6)
244246
rails-html-sanitizer (1.6.2)
245247
loofah (~> 2.21)
246248
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)
247-
railties (8.0.2.1)
248-
actionpack (= 8.0.2.1)
249-
activesupport (= 8.0.2.1)
249+
railties (8.1.0)
250+
actionpack (= 8.1.0)
251+
activesupport (= 8.1.0)
250252
irb (~> 1.13)
251253
rackup (>= 1.0.0)
252254
rake (>= 12.2)
253255
thor (~> 1.0, >= 1.2.2)
256+
tsort (>= 0.2)
254257
zeitwerk (~> 2.6)
255258
rainbow (3.1.1)
256259
rake (13.3.0)
257-
rdoc (6.14.2)
260+
rdoc (6.15.0)
258261
erb
259262
psych (>= 4.0.0)
263+
tsort
260264
regexp_parser (2.11.2)
261265
reline (0.6.2)
262266
io-console (~> 0.5)
@@ -326,12 +330,13 @@ GEM
326330
thruster (0.1.15-x86_64-darwin)
327331
thruster (0.1.15-x86_64-linux)
328332
timeout (0.4.3)
333+
tsort (0.2.0)
329334
tzinfo (2.0.6)
330335
concurrent-ruby (~> 1.0)
331336
unicode-display_width (3.2.0)
332337
unicode-emoji (~> 4.1)
333338
unicode-emoji (4.1.0)
334-
uri (1.0.3)
339+
uri (1.0.4)
335340
useragent (0.16.11)
336341
webmock (3.25.1)
337342
addressable (>= 2.8.0)
@@ -368,7 +373,7 @@ DEPENDENCIES
368373
open3
369374
pg (~> 1.6)
370375
puma (>= 5.0)
371-
rails (~> 8.0.2)
376+
rails (~> 8.1.0)
372377
rspec-rails (~> 8.0)
373378
rubyzip
374379
solid_queue

0 commit comments

Comments
 (0)