Skip to content

Commit 629204e

Browse files
Bump rails from 7.1.1 to 7.1.2
Bumps [rails](https://github.com/rails/rails) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.1...v7.1.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e2d8e9 commit 629204e

File tree

2 files changed

+57
-56
lines changed

2 files changed

+57
-56
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
ruby "3.2.2"
55

6-
gem "rails", "~> 7.1.1"
6+
gem "rails", "~> 7.1.2"
77
gem "sprockets-rails"
88
gem "pg", "~> 1.5"
99
gem "puma", "~> 6.3"

Gemfile.lock

+56-55
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.1)
5-
actionpack (= 7.1.1)
6-
activesupport (= 7.1.1)
4+
actioncable (7.1.2)
5+
actionpack (= 7.1.2)
6+
activesupport (= 7.1.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.1)
11-
actionpack (= 7.1.1)
12-
activejob (= 7.1.1)
13-
activerecord (= 7.1.1)
14-
activestorage (= 7.1.1)
15-
activesupport (= 7.1.1)
10+
actionmailbox (7.1.2)
11+
actionpack (= 7.1.2)
12+
activejob (= 7.1.2)
13+
activerecord (= 7.1.2)
14+
activestorage (= 7.1.2)
15+
activesupport (= 7.1.2)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
20-
actionmailer (7.1.1)
21-
actionpack (= 7.1.1)
22-
actionview (= 7.1.1)
23-
activejob (= 7.1.1)
24-
activesupport (= 7.1.1)
20+
actionmailer (7.1.2)
21+
actionpack (= 7.1.2)
22+
actionview (= 7.1.2)
23+
activejob (= 7.1.2)
24+
activesupport (= 7.1.2)
2525
mail (~> 2.5, >= 2.5.4)
2626
net-imap
2727
net-pop
2828
net-smtp
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.1)
31-
actionview (= 7.1.1)
32-
activesupport (= 7.1.1)
30+
actionpack (7.1.2)
31+
actionview (= 7.1.2)
32+
activesupport (= 7.1.2)
3333
nokogiri (>= 1.8.5)
34+
racc
3435
rack (>= 2.2.4)
3536
rack-session (>= 1.0.1)
3637
rack-test (>= 0.6.3)
3738
rails-dom-testing (~> 2.2)
3839
rails-html-sanitizer (~> 1.6)
39-
actiontext (7.1.1)
40-
actionpack (= 7.1.1)
41-
activerecord (= 7.1.1)
42-
activestorage (= 7.1.1)
43-
activesupport (= 7.1.1)
40+
actiontext (7.1.2)
41+
actionpack (= 7.1.2)
42+
activerecord (= 7.1.2)
43+
activestorage (= 7.1.2)
44+
activesupport (= 7.1.2)
4445
globalid (>= 0.6.0)
4546
nokogiri (>= 1.8.5)
46-
actionview (7.1.1)
47-
activesupport (= 7.1.1)
47+
actionview (7.1.2)
48+
activesupport (= 7.1.2)
4849
builder (~> 3.1)
4950
erubi (~> 1.11)
5051
rails-dom-testing (~> 2.2)
5152
rails-html-sanitizer (~> 1.6)
52-
activejob (7.1.1)
53-
activesupport (= 7.1.1)
53+
activejob (7.1.2)
54+
activesupport (= 7.1.2)
5455
globalid (>= 0.3.6)
55-
activemodel (7.1.1)
56-
activesupport (= 7.1.1)
57-
activerecord (7.1.1)
58-
activemodel (= 7.1.1)
59-
activesupport (= 7.1.1)
56+
activemodel (7.1.2)
57+
activesupport (= 7.1.2)
58+
activerecord (7.1.2)
59+
activemodel (= 7.1.2)
60+
activesupport (= 7.1.2)
6061
timeout (>= 0.4.0)
61-
activestorage (7.1.1)
62-
actionpack (= 7.1.1)
63-
activejob (= 7.1.1)
64-
activerecord (= 7.1.1)
65-
activesupport (= 7.1.1)
62+
activestorage (7.1.2)
63+
actionpack (= 7.1.2)
64+
activejob (= 7.1.2)
65+
activerecord (= 7.1.2)
66+
activesupport (= 7.1.2)
6667
marcel (~> 1.0)
67-
activesupport (7.1.1)
68+
activesupport (7.1.2)
6869
base64
6970
bigdecimal
7071
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -134,7 +135,7 @@ GEM
134135
i18n (1.14.1)
135136
concurrent-ruby (~> 1.0)
136137
io-console (0.6.0)
137-
irb (1.8.3)
138+
irb (1.9.0)
138139
rdoc
139140
reline (>= 0.3.8)
140141
jbuilder (2.11.5)
@@ -213,20 +214,20 @@ GEM
213214
rackup (2.1.0)
214215
rack (>= 3)
215216
webrick (~> 1.8)
216-
rails (7.1.1)
217-
actioncable (= 7.1.1)
218-
actionmailbox (= 7.1.1)
219-
actionmailer (= 7.1.1)
220-
actionpack (= 7.1.1)
221-
actiontext (= 7.1.1)
222-
actionview (= 7.1.1)
223-
activejob (= 7.1.1)
224-
activemodel (= 7.1.1)
225-
activerecord (= 7.1.1)
226-
activestorage (= 7.1.1)
227-
activesupport (= 7.1.1)
217+
rails (7.1.2)
218+
actioncable (= 7.1.2)
219+
actionmailbox (= 7.1.2)
220+
actionmailer (= 7.1.2)
221+
actionpack (= 7.1.2)
222+
actiontext (= 7.1.2)
223+
actionview (= 7.1.2)
224+
activejob (= 7.1.2)
225+
activemodel (= 7.1.2)
226+
activerecord (= 7.1.2)
227+
activestorage (= 7.1.2)
228+
activesupport (= 7.1.2)
228229
bundler (>= 1.15.0)
229-
railties (= 7.1.1)
230+
railties (= 7.1.2)
230231
rails-controller-testing (1.0.5)
231232
actionpack (>= 5.0.1.rc1)
232233
actionview (>= 5.0.1.rc1)
@@ -238,9 +239,9 @@ GEM
238239
rails-html-sanitizer (1.6.0)
239240
loofah (~> 2.21)
240241
nokogiri (~> 1.14)
241-
railties (7.1.1)
242-
actionpack (= 7.1.1)
243-
activesupport (= 7.1.1)
242+
railties (7.1.2)
243+
actionpack (= 7.1.2)
244+
activesupport (= 7.1.2)
244245
irb
245246
rackup (>= 1.0.0)
246247
rake (>= 12.2)
@@ -351,7 +352,7 @@ DEPENDENCIES
351352
rack-attack
352353
rack-attack-rate-limit
353354
rack-cors
354-
rails (~> 7.1.1)
355+
rails (~> 7.1.2)
355356
rails-controller-testing
356357
rswag-api
357358
rswag-ui

0 commit comments

Comments
 (0)