Skip to content

Commit 65f5a19

Browse files
committed
Rails 7.2.1.1
1 parent 84f0cc8 commit 65f5a19

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

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.3.4"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.2.1"
7+
gem "rails", "~> 7.2.1.1"
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem "sprockets-rails"

Gemfile.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.1)
5-
actionpack (= 7.2.1)
6-
activesupport (= 7.2.1)
4+
actioncable (7.2.1.1)
5+
actionpack (= 7.2.1.1)
6+
activesupport (= 7.2.1.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.1)
11-
actionpack (= 7.2.1)
12-
activejob (= 7.2.1)
13-
activerecord (= 7.2.1)
14-
activestorage (= 7.2.1)
15-
activesupport (= 7.2.1)
10+
actionmailbox (7.2.1.1)
11+
actionpack (= 7.2.1.1)
12+
activejob (= 7.2.1.1)
13+
activerecord (= 7.2.1.1)
14+
activestorage (= 7.2.1.1)
15+
activesupport (= 7.2.1.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.1)
18-
actionpack (= 7.2.1)
19-
actionview (= 7.2.1)
20-
activejob (= 7.2.1)
21-
activesupport (= 7.2.1)
17+
actionmailer (7.2.1.1)
18+
actionpack (= 7.2.1.1)
19+
actionview (= 7.2.1.1)
20+
activejob (= 7.2.1.1)
21+
activesupport (= 7.2.1.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.1)
25-
actionview (= 7.2.1)
26-
activesupport (= 7.2.1)
24+
actionpack (7.2.1.1)
25+
actionview (= 7.2.1.1)
26+
activesupport (= 7.2.1.1)
2727
nokogiri (>= 1.8.5)
2828
racc
2929
rack (>= 2.2.4, < 3.2)
@@ -32,35 +32,35 @@ GEM
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (7.2.1)
36-
actionpack (= 7.2.1)
37-
activerecord (= 7.2.1)
38-
activestorage (= 7.2.1)
39-
activesupport (= 7.2.1)
35+
actiontext (7.2.1.1)
36+
actionpack (= 7.2.1.1)
37+
activerecord (= 7.2.1.1)
38+
activestorage (= 7.2.1.1)
39+
activesupport (= 7.2.1.1)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (7.2.1)
43-
activesupport (= 7.2.1)
42+
actionview (7.2.1.1)
43+
activesupport (= 7.2.1.1)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.1)
49-
activesupport (= 7.2.1)
48+
activejob (7.2.1.1)
49+
activesupport (= 7.2.1.1)
5050
globalid (>= 0.3.6)
51-
activemodel (7.2.1)
52-
activesupport (= 7.2.1)
53-
activerecord (7.2.1)
54-
activemodel (= 7.2.1)
55-
activesupport (= 7.2.1)
51+
activemodel (7.2.1.1)
52+
activesupport (= 7.2.1.1)
53+
activerecord (7.2.1.1)
54+
activemodel (= 7.2.1.1)
55+
activesupport (= 7.2.1.1)
5656
timeout (>= 0.4.0)
57-
activestorage (7.2.1)
58-
actionpack (= 7.2.1)
59-
activejob (= 7.2.1)
60-
activerecord (= 7.2.1)
61-
activesupport (= 7.2.1)
57+
activestorage (7.2.1.1)
58+
actionpack (= 7.2.1.1)
59+
activejob (= 7.2.1.1)
60+
activerecord (= 7.2.1.1)
61+
activesupport (= 7.2.1.1)
6262
marcel (~> 1.0)
63-
activesupport (7.2.1)
63+
activesupport (7.2.1.1)
6464
base64
6565
bigdecimal
6666
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -158,7 +158,7 @@ GEM
158158
bigdecimal (~> 3.1)
159159
net-http (0.4.1)
160160
uri
161-
net-imap (0.4.15)
161+
net-imap (0.4.17)
162162
date
163163
net-protocol
164164
net-pop (0.1.2)
@@ -224,30 +224,30 @@ GEM
224224
rackup (2.1.0)
225225
rack (>= 3)
226226
webrick (~> 1.8)
227-
rails (7.2.1)
228-
actioncable (= 7.2.1)
229-
actionmailbox (= 7.2.1)
230-
actionmailer (= 7.2.1)
231-
actionpack (= 7.2.1)
232-
actiontext (= 7.2.1)
233-
actionview (= 7.2.1)
234-
activejob (= 7.2.1)
235-
activemodel (= 7.2.1)
236-
activerecord (= 7.2.1)
237-
activestorage (= 7.2.1)
238-
activesupport (= 7.2.1)
227+
rails (7.2.1.1)
228+
actioncable (= 7.2.1.1)
229+
actionmailbox (= 7.2.1.1)
230+
actionmailer (= 7.2.1.1)
231+
actionpack (= 7.2.1.1)
232+
actiontext (= 7.2.1.1)
233+
actionview (= 7.2.1.1)
234+
activejob (= 7.2.1.1)
235+
activemodel (= 7.2.1.1)
236+
activerecord (= 7.2.1.1)
237+
activestorage (= 7.2.1.1)
238+
activesupport (= 7.2.1.1)
239239
bundler (>= 1.15.0)
240-
railties (= 7.2.1)
240+
railties (= 7.2.1.1)
241241
rails-dom-testing (2.2.0)
242242
activesupport (>= 5.0.0)
243243
minitest
244244
nokogiri (>= 1.6)
245245
rails-html-sanitizer (1.6.0)
246246
loofah (~> 2.21)
247247
nokogiri (~> 1.14)
248-
railties (7.2.1)
249-
actionpack (= 7.2.1)
250-
activesupport (= 7.2.1)
248+
railties (7.2.1.1)
249+
actionpack (= 7.2.1.1)
250+
activesupport (= 7.2.1.1)
251251
irb (~> 1.13)
252252
rackup (>= 1.0.0)
253253
rake (>= 12.2)
@@ -366,7 +366,7 @@ DEPENDENCIES
366366
omniauth-rails_csrf_protection
367367
pg (~> 1.4)
368368
puma (~> 6.3)
369-
rails (~> 7.2.1)
369+
rails (~> 7.2.1.1)
370370
redis (>= 4.0.1)
371371
rspec-rails (>= 6.0.1)
372372
selenium-webdriver
@@ -381,4 +381,4 @@ RUBY VERSION
381381
ruby 3.3.4p94
382382

383383
BUNDLED WITH
384-
2.5.17
384+
2.5.21

0 commit comments

Comments
 (0)