Skip to content

Commit 3a4ef45

Browse files
cirdesDjalma Andrade
authored andcommitted
Update Rails from 8.0.2 to 8.0.2.1 (#313)
- Update Rails gem version in Gemfile - Update Gemfile.lock with new Rails dependencies - This is a patch release that includes bug fixes and security updates
1 parent 6ac43f9 commit 3a4ef45

2 files changed

Lines changed: 55 additions & 55 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "3.4.4"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "8.0.2"
7+
gem "rails", "8.0.2.1"
88
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
99
gem "propshaft", "1.2.1"
1010
# Use sqlite3 as the database for Active Record

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -22,65 +22,65 @@ GIT
2222
GEM
2323
remote: https://rubygems.org/
2424
specs:
25-
actioncable (8.0.2)
26-
actionpack (= 8.0.2)
27-
activesupport (= 8.0.2)
25+
actioncable (8.0.2.1)
26+
actionpack (= 8.0.2.1)
27+
activesupport (= 8.0.2.1)
2828
nio4r (~> 2.0)
2929
websocket-driver (>= 0.6.1)
3030
zeitwerk (~> 2.6)
31-
actionmailbox (8.0.2)
32-
actionpack (= 8.0.2)
33-
activejob (= 8.0.2)
34-
activerecord (= 8.0.2)
35-
activestorage (= 8.0.2)
36-
activesupport (= 8.0.2)
31+
actionmailbox (8.0.2.1)
32+
actionpack (= 8.0.2.1)
33+
activejob (= 8.0.2.1)
34+
activerecord (= 8.0.2.1)
35+
activestorage (= 8.0.2.1)
36+
activesupport (= 8.0.2.1)
3737
mail (>= 2.8.0)
38-
actionmailer (8.0.2)
39-
actionpack (= 8.0.2)
40-
actionview (= 8.0.2)
41-
activejob (= 8.0.2)
42-
activesupport (= 8.0.2)
38+
actionmailer (8.0.2.1)
39+
actionpack (= 8.0.2.1)
40+
actionview (= 8.0.2.1)
41+
activejob (= 8.0.2.1)
42+
activesupport (= 8.0.2.1)
4343
mail (>= 2.8.0)
4444
rails-dom-testing (~> 2.2)
45-
actionpack (8.0.2)
46-
actionview (= 8.0.2)
47-
activesupport (= 8.0.2)
45+
actionpack (8.0.2.1)
46+
actionview (= 8.0.2.1)
47+
activesupport (= 8.0.2.1)
4848
nokogiri (>= 1.8.5)
4949
rack (>= 2.2.4)
5050
rack-session (>= 1.0.1)
5151
rack-test (>= 0.6.3)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
5454
useragent (~> 0.16)
55-
actiontext (8.0.2)
56-
actionpack (= 8.0.2)
57-
activerecord (= 8.0.2)
58-
activestorage (= 8.0.2)
59-
activesupport (= 8.0.2)
55+
actiontext (8.0.2.1)
56+
actionpack (= 8.0.2.1)
57+
activerecord (= 8.0.2.1)
58+
activestorage (= 8.0.2.1)
59+
activesupport (= 8.0.2.1)
6060
globalid (>= 0.6.0)
6161
nokogiri (>= 1.8.5)
62-
actionview (8.0.2)
63-
activesupport (= 8.0.2)
62+
actionview (8.0.2.1)
63+
activesupport (= 8.0.2.1)
6464
builder (~> 3.1)
6565
erubi (~> 1.11)
6666
rails-dom-testing (~> 2.2)
6767
rails-html-sanitizer (~> 1.6)
68-
activejob (8.0.2)
69-
activesupport (= 8.0.2)
68+
activejob (8.0.2.1)
69+
activesupport (= 8.0.2.1)
7070
globalid (>= 0.3.6)
71-
activemodel (8.0.2)
72-
activesupport (= 8.0.2)
73-
activerecord (8.0.2)
74-
activemodel (= 8.0.2)
75-
activesupport (= 8.0.2)
71+
activemodel (8.0.2.1)
72+
activesupport (= 8.0.2.1)
73+
activerecord (8.0.2.1)
74+
activemodel (= 8.0.2.1)
75+
activesupport (= 8.0.2.1)
7676
timeout (>= 0.4.0)
77-
activestorage (8.0.2)
78-
actionpack (= 8.0.2)
79-
activejob (= 8.0.2)
80-
activerecord (= 8.0.2)
81-
activesupport (= 8.0.2)
77+
activestorage (8.0.2.1)
78+
actionpack (= 8.0.2.1)
79+
activejob (= 8.0.2.1)
80+
activerecord (= 8.0.2.1)
81+
activesupport (= 8.0.2.1)
8282
marcel (~> 1.0)
83-
activesupport (8.0.2)
83+
activesupport (8.0.2.1)
8484
base64
8585
benchmark (>= 0.3)
8686
bigdecimal
@@ -204,30 +204,30 @@ GEM
204204
rack (>= 1.3)
205205
rackup (2.2.1)
206206
rack (>= 3)
207-
rails (8.0.2)
208-
actioncable (= 8.0.2)
209-
actionmailbox (= 8.0.2)
210-
actionmailer (= 8.0.2)
211-
actionpack (= 8.0.2)
212-
actiontext (= 8.0.2)
213-
actionview (= 8.0.2)
214-
activejob (= 8.0.2)
215-
activemodel (= 8.0.2)
216-
activerecord (= 8.0.2)
217-
activestorage (= 8.0.2)
218-
activesupport (= 8.0.2)
207+
rails (8.0.2.1)
208+
actioncable (= 8.0.2.1)
209+
actionmailbox (= 8.0.2.1)
210+
actionmailer (= 8.0.2.1)
211+
actionpack (= 8.0.2.1)
212+
actiontext (= 8.0.2.1)
213+
actionview (= 8.0.2.1)
214+
activejob (= 8.0.2.1)
215+
activemodel (= 8.0.2.1)
216+
activerecord (= 8.0.2.1)
217+
activestorage (= 8.0.2.1)
218+
activesupport (= 8.0.2.1)
219219
bundler (>= 1.15.0)
220-
railties (= 8.0.2)
220+
railties (= 8.0.2.1)
221221
rails-dom-testing (2.3.0)
222222
activesupport (>= 5.0.0)
223223
minitest
224224
nokogiri (>= 1.6)
225225
rails-html-sanitizer (1.6.2)
226226
loofah (~> 2.21)
227227
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)
228-
railties (8.0.2)
229-
actionpack (= 8.0.2)
230-
activesupport (= 8.0.2)
228+
railties (8.0.2.1)
229+
actionpack (= 8.0.2.1)
230+
activesupport (= 8.0.2.1)
231231
irb (~> 1.13)
232232
rackup (>= 1.0.0)
233233
rake (>= 12.2)
@@ -334,7 +334,7 @@ DEPENDENCIES
334334
propshaft (= 1.2.1)
335335
pry (= 0.15.2)
336336
puma (= 7.0.1)
337-
rails (= 8.0.2)
337+
rails (= 8.0.2.1)
338338
rouge (~> 4.6)
339339
ruby_ui!
340340
selenium-webdriver

0 commit comments

Comments
 (0)