Skip to content

Commit 352ab5c

Browse files
Bump rails from 7.0.5 to 7.1.3 (#113)
Bumps [rails](https://github.com/rails/rails) from 7.0.5 to 7.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/releases">rails's releases</a>.</em></p> <blockquote> <h2>7.1.3</h2> <h2>Active Support</h2> <ul> <li> <p>Handle nil <code>backtrace_locations</code> in <code>ActiveSupport::SyntaxErrorProxy</code>.</p> <p><em>Eugene Kenny</em></p> </li> <li> <p>Fix <code>ActiveSupport::JSON.encode</code> to prevent duplicate keys.</p> <p>If the same key exist in both String and Symbol form it could lead to the same key being emitted twice.</p> <p><em>Manish Sharma</em></p> </li> <li> <p>Fix <code>ActiveSupport::Cache::Store#read_multi</code> when using a cache namespace and local cache strategy.</p> <p><em>Mark Oleson</em></p> </li> <li> <p>Fix <code>Time.now/DateTime.now/Date.today</code> to return results in a system timezone after <code>#travel_to</code>.</p> <p>There is a bug in the current implementation of #travel_to: it remembers a timezone of its argument, and all stubbed methods start returning results in that remembered timezone. However, the expected behaviour is to return results in a system timezone.</p> <p><em>Aleksei Chernenkov</em></p> </li> <li> <p>Fix <code>:unless_exist</code> option for <code>MemoryStore#write</code> (et al) when using a cache namespace.</p> <p><em>S. Brent Faulkner</em></p> </li> <li> <p>Fix ActiveSupport::Deprecation to handle blaming generated code.</p> <p><em>Jean Boussier</em>, <em>fatkodima</em></p> </li> </ul> <h2>Active Model</h2> <ul> <li>No changes.</li> </ul> <h2>Active Record</h2> <ul> <li>Fix Migrations with versions older than 7.1 validating options given to <code>add_reference</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/rails/commit/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7"><code>36c1591</code></a> Preparing for 7.1.3 release</li> <li><a href="https://github.com/rails/rails/commit/a84622f1a86e2bf06c173c41c733a568db64c7b5"><code>a84622f</code></a> Sync changelog</li> <li><a href="https://github.com/rails/rails/commit/1f505f09cb427198e2309f458a87282bc7f8d294"><code>1f505f0</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/50771">#50771</a> from rails/backport-preview-nplus1</li> <li><a href="https://github.com/rails/rails/commit/d8a8dd94403fcf77a5899390ebb2ba30559afd01"><code>d8a8dd9</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/50758">#50758</a> from rails/fix-video-preview-nplus1</li> <li><a href="https://github.com/rails/rails/commit/a0eef52b44ca963177d38198c0501297cb8f61f1"><code>a0eef52</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/50767">#50767</a> from rporrasluc/fix-db-runtime-calculation</li> <li><a href="https://github.com/rails/rails/commit/8a0767d718ab4a8ce8e28a753836190c35c007ce"><code>8a0767d</code></a> Fix test setup to raise SyntaxError on Ruby 2.7</li> <li><a href="https://github.com/rails/rails/commit/894f9330a7255780cdf269755cf11f307f4920f6"><code>894f933</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/50764">#50764</a> from eugeneius/syntax_error_proxy_nil_backtrace_loc...</li> <li><a href="https://github.com/rails/rails/commit/b02f6c916816b9f074f6cfbebede7b5031c8b7f2"><code>b02f6c9</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/48957">#48957</a> from cmaruz/48326</li> <li><a href="https://github.com/rails/rails/commit/c1e8b36f2d510822d9efe8e3bf6458d4d0bfbde5"><code>c1e8b36</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/50466">#50466</a> from skipkayhil/hm-fix-to-symbol-raising-nomethoderror</li> <li><a href="https://github.com/rails/rails/commit/16cd025d983930e3745b395d50136fd287cfb989"><code>16cd025</code></a> Add CHANGELOG entry for ee70ff4</li> <li>Additional commits viewable in <a href="https://github.com/rails/rails/compare/v7.0.5...v7.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rails&package-manager=bundler&previous-version=7.0.5&new-version=7.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent beefce0 commit 352ab5c

File tree

2 files changed

+113
-80
lines changed

2 files changed

+113
-80
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby "3.2.2"
77

88
gem "pg", ">= 0.18", "< 2.0"
99
gem "puma", "~> 6.4"
10-
gem "rails", "~> 7.0.5"
10+
gem "rails", "~> 7.1.3"
1111
gem "jbuilder", "~> 2.5"
1212

1313
gem "active_median"

Gemfile.lock

+112-79
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,99 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.5)
5-
actionpack (= 7.0.5)
6-
activesupport (= 7.0.5)
4+
actioncable (7.1.3)
5+
actionpack (= 7.1.3)
6+
activesupport (= 7.1.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.5)
10-
actionpack (= 7.0.5)
11-
activejob (= 7.0.5)
12-
activerecord (= 7.0.5)
13-
activestorage (= 7.0.5)
14-
activesupport (= 7.0.5)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.1.3)
11+
actionpack (= 7.1.3)
12+
activejob (= 7.1.3)
13+
activerecord (= 7.1.3)
14+
activestorage (= 7.1.3)
15+
activesupport (= 7.1.3)
1516
mail (>= 2.7.1)
1617
net-imap
1718
net-pop
1819
net-smtp
19-
actionmailer (7.0.5)
20-
actionpack (= 7.0.5)
21-
actionview (= 7.0.5)
22-
activejob (= 7.0.5)
23-
activesupport (= 7.0.5)
20+
actionmailer (7.1.3)
21+
actionpack (= 7.1.3)
22+
actionview (= 7.1.3)
23+
activejob (= 7.1.3)
24+
activesupport (= 7.1.3)
2425
mail (~> 2.5, >= 2.5.4)
2526
net-imap
2627
net-pop
2728
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.5)
30-
actionview (= 7.0.5)
31-
activesupport (= 7.0.5)
32-
rack (~> 2.0, >= 2.2.4)
29+
rails-dom-testing (~> 2.2)
30+
actionpack (7.1.3)
31+
actionview (= 7.1.3)
32+
activesupport (= 7.1.3)
33+
nokogiri (>= 1.8.5)
34+
racc
35+
rack (>= 2.2.4)
36+
rack-session (>= 1.0.1)
3337
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.5)
37-
actionpack (= 7.0.5)
38-
activerecord (= 7.0.5)
39-
activestorage (= 7.0.5)
40-
activesupport (= 7.0.5)
38+
rails-dom-testing (~> 2.2)
39+
rails-html-sanitizer (~> 1.6)
40+
actiontext (7.1.3)
41+
actionpack (= 7.1.3)
42+
activerecord (= 7.1.3)
43+
activestorage (= 7.1.3)
44+
activesupport (= 7.1.3)
4145
globalid (>= 0.6.0)
4246
nokogiri (>= 1.8.5)
43-
actionview (7.0.5)
44-
activesupport (= 7.0.5)
47+
actionview (7.1.3)
48+
activesupport (= 7.1.3)
4549
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50+
erubi (~> 1.11)
51+
rails-dom-testing (~> 2.2)
52+
rails-html-sanitizer (~> 1.6)
4953
active_median (0.4.0)
5054
activesupport (>= 6.1)
51-
activejob (7.0.5)
52-
activesupport (= 7.0.5)
55+
activejob (7.1.3)
56+
activesupport (= 7.1.3)
5357
globalid (>= 0.3.6)
54-
activemodel (7.0.5)
55-
activesupport (= 7.0.5)
56-
activerecord (7.0.5)
57-
activemodel (= 7.0.5)
58-
activesupport (= 7.0.5)
59-
activestorage (7.0.5)
60-
actionpack (= 7.0.5)
61-
activejob (= 7.0.5)
62-
activerecord (= 7.0.5)
63-
activesupport (= 7.0.5)
58+
activemodel (7.1.3)
59+
activesupport (= 7.1.3)
60+
activerecord (7.1.3)
61+
activemodel (= 7.1.3)
62+
activesupport (= 7.1.3)
63+
timeout (>= 0.4.0)
64+
activestorage (7.1.3)
65+
actionpack (= 7.1.3)
66+
activejob (= 7.1.3)
67+
activerecord (= 7.1.3)
68+
activesupport (= 7.1.3)
6469
marcel (~> 1.0)
65-
mini_mime (>= 1.1.0)
66-
activesupport (7.0.5)
70+
activesupport (7.1.3)
71+
base64
72+
bigdecimal
6773
concurrent-ruby (~> 1.0, >= 1.0.2)
74+
connection_pool (>= 2.2.5)
75+
drb
6876
i18n (>= 1.6, < 2)
6977
minitest (>= 5.1)
78+
mutex_m
7079
tzinfo (~> 2.0)
7180
ast (2.4.2)
7281
base64 (0.1.1)
82+
bigdecimal (3.1.6)
7383
bootsnap (1.18.3)
7484
msgpack (~> 1.2)
7585
brakeman (6.0.1)
7686
builder (3.2.4)
7787
byebug (11.1.3)
7888
coderay (1.1.3)
7989
concurrent-ruby (1.2.3)
90+
connection_pool (2.4.1)
8091
crass (1.0.6)
81-
date (3.3.3)
92+
date (3.3.4)
8293
diff-lcs (1.5.0)
8394
dotenv (2.8.1)
95+
drb (2.2.0)
96+
ruby2_keywords
8497
erubi (1.12.0)
8598
factory_bot (6.4.5)
8699
activesupport (>= 5.0.0)
@@ -90,10 +103,14 @@ GEM
90103
faker (3.2.0)
91104
i18n (>= 1.8.11, < 2)
92105
ffi (1.15.5)
93-
globalid (1.1.0)
94-
activesupport (>= 5.0)
106+
globalid (1.2.1)
107+
activesupport (>= 6.1)
95108
i18n (1.14.1)
96109
concurrent-ruby (~> 1.0)
110+
io-console (0.7.2)
111+
irb (1.11.1)
112+
rdoc
113+
reline (>= 0.4.2)
97114
jbuilder (2.11.5)
98115
actionview (>= 5.0.0)
99116
activesupport (>= 5.0.0)
@@ -112,22 +129,23 @@ GEM
112129
net-smtp
113130
marcel (1.0.2)
114131
method_source (1.0.0)
115-
mini_mime (1.1.2)
116-
minitest (5.21.2)
132+
mini_mime (1.1.5)
133+
minitest (5.22.1)
117134
msgpack (1.7.2)
118-
net-imap (0.3.6)
135+
mutex_m (0.2.0)
136+
net-imap (0.4.10)
119137
date
120138
net-protocol
121139
net-pop (0.1.2)
122140
net-protocol
123-
net-protocol (0.2.1)
141+
net-protocol (0.2.2)
124142
timeout
125-
net-smtp (0.3.3)
143+
net-smtp (0.4.0.1)
126144
net-protocol
127145
nio4r (2.7.0)
128-
nokogiri (1.16.0-arm64-darwin)
146+
nokogiri (1.16.2-arm64-darwin)
129147
racc (~> 1.4)
130-
nokogiri (1.16.0-x86_64-linux)
148+
nokogiri (1.16.2-x86_64-linux)
131149
racc (~> 1.4)
132150
parallel (1.23.0)
133151
parser (3.2.2.3)
@@ -140,48 +158,60 @@ GEM
140158
pry-byebug (3.10.1)
141159
byebug (~> 11.0)
142160
pry (>= 0.13, < 0.15)
161+
psych (5.1.2)
162+
stringio
143163
puma (6.4.2)
144164
nio4r (~> 2.0)
145165
racc (1.7.3)
146-
rack (2.2.8)
166+
rack (3.0.9)
147167
rack-cors (2.0.1)
148168
rack (>= 2.0.0)
169+
rack-session (2.0.0)
170+
rack (>= 3.0.0)
149171
rack-test (2.1.0)
150172
rack (>= 1.3)
151-
rails (7.0.5)
152-
actioncable (= 7.0.5)
153-
actionmailbox (= 7.0.5)
154-
actionmailer (= 7.0.5)
155-
actionpack (= 7.0.5)
156-
actiontext (= 7.0.5)
157-
actionview (= 7.0.5)
158-
activejob (= 7.0.5)
159-
activemodel (= 7.0.5)
160-
activerecord (= 7.0.5)
161-
activestorage (= 7.0.5)
162-
activesupport (= 7.0.5)
173+
rackup (2.1.0)
174+
rack (>= 3)
175+
webrick (~> 1.8)
176+
rails (7.1.3)
177+
actioncable (= 7.1.3)
178+
actionmailbox (= 7.1.3)
179+
actionmailer (= 7.1.3)
180+
actionpack (= 7.1.3)
181+
actiontext (= 7.1.3)
182+
actionview (= 7.1.3)
183+
activejob (= 7.1.3)
184+
activemodel (= 7.1.3)
185+
activerecord (= 7.1.3)
186+
activestorage (= 7.1.3)
187+
activesupport (= 7.1.3)
163188
bundler (>= 1.15.0)
164-
railties (= 7.0.5)
189+
railties (= 7.1.3)
165190
rails-dom-testing (2.2.0)
166191
activesupport (>= 5.0.0)
167192
minitest
168193
nokogiri (>= 1.6)
169194
rails-html-sanitizer (1.6.0)
170195
loofah (~> 2.21)
171196
nokogiri (~> 1.14)
172-
railties (7.0.5)
173-
actionpack (= 7.0.5)
174-
activesupport (= 7.0.5)
175-
method_source
197+
railties (7.1.3)
198+
actionpack (= 7.1.3)
199+
activesupport (= 7.1.3)
200+
irb
201+
rackup (>= 1.0.0)
176202
rake (>= 12.2)
177-
thor (~> 1.0)
178-
zeitwerk (~> 2.5)
203+
thor (~> 1.0, >= 1.2.2)
204+
zeitwerk (~> 2.6)
179205
rainbow (3.1.1)
180206
rake (13.1.0)
181207
rb-fsevent (0.11.2)
182208
rb-inotify (0.10.1)
183209
ffi (~> 1.0)
210+
rdoc (6.6.2)
211+
psych (>= 4.0.0)
184212
regexp_parser (2.8.1)
213+
reline (0.4.2)
214+
io-console (~> 0.5)
185215
rexml (3.2.6)
186216
rollbar (3.4.0)
187217
rspec-core (3.12.2)
@@ -233,6 +263,7 @@ GEM
233263
rubocop-capybara (~> 2.17)
234264
rubocop-factory_bot (~> 2.22)
235265
ruby-progressbar (1.13.0)
266+
ruby2_keywords (0.0.5)
236267
scout_apm (5.3.5)
237268
parser
238269
shoulda-matchers (6.1.0)
@@ -241,17 +272,19 @@ GEM
241272
spring-watcher-listen (2.1.0)
242273
listen (>= 2.7, < 4.0)
243274
spring (>= 4)
275+
stringio (3.1.0)
244276
thor (1.3.0)
245-
timeout (0.3.2)
277+
timeout (0.4.1)
246278
tzinfo (2.0.6)
247279
concurrent-ruby (~> 1.0)
248280
unicode-display_width (2.4.2)
249-
websocket-driver (0.7.5)
281+
webrick (1.8.1)
282+
websocket-driver (0.7.6)
250283
websocket-extensions (>= 0.1.0)
251284
websocket-extensions (0.1.5)
252285
yt (0.33.4)
253286
activesupport
254-
zeitwerk (2.6.12)
287+
zeitwerk (2.6.13)
255288

256289
PLATFORMS
257290
arm64-darwin-22
@@ -270,7 +303,7 @@ DEPENDENCIES
270303
pry-byebug
271304
puma (~> 6.4)
272305
rack-cors
273-
rails (~> 7.0.5)
306+
rails (~> 7.1.3)
274307
rollbar
275308
rspec-rails
276309
rubocop

0 commit comments

Comments
 (0)