Skip to content

Commit c1c2fe4

Browse files
bump rails to 7.1.5.1 to squash a vuln (#3329)
1 parent a00ce8b commit c1c2fe4

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
ruby '3.2.4'
33

44
# Standard rails
5-
gem 'rails', '~> 7.1.5'
5+
gem 'rails', '~> 7.1.5.1'
66
gem 'puma', '~> 6.5' # roar
77
gem 'sdoc', '~> 2.6.0', group: :doc
88
gem 'nokogiri', '>= 1.13.4'
@@ -31,7 +31,7 @@ gem 'activerecord-session_store'
3131
gem 'devise', '~> 4.9'
3232
gem 'devise-security'
3333
gem 'omniauth-google-oauth2', '~> 1.2.0'
34-
gem "omniauth-rails_csrf_protection", '~> 1.0'
34+
gem 'omniauth-rails_csrf_protection', '~> 1.0'
3535

3636
# Run multiple funds on one server
3737
gem 'acts_as_tenant', '~> 0.6'
@@ -59,7 +59,7 @@ gem 'twilio-ruby'
5959
gem 'render_async', '~> 2.1' # load slow partials asynchronously
6060
gem 'prawn' # pledge pdf generation
6161
gem 'geokit' # clinic_finder service lat-lng
62-
gem 'state_geo_tools' # state list
62+
gem 'state_geo_tools' # state list
6363
gem 'httparty' # easier http calls
6464
gem 'view_component', '~> 3.20' # build reusable & encapsulated view components in Ruby
6565
gem 'i18n-js', '~> 4.2' # Export i18n translations to JSON
@@ -90,7 +90,7 @@ end
9090
group :development, :test do
9191
gem 'pry' # pop `pry` in controller code to open up an IRB terminal
9292
gem 'byebug' # pop `byebug` in view code for open up an IRB terminal
93-
gem 'dotenv-rails' #used to set up our db ENV values
93+
gem 'dotenv-rails' # used to set up our db ENV values
9494
gem 'bullet' # yell if n+1 queries
9595
end
9696

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,63 +2,63 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (1.1.0)
5-
actioncable (7.1.5)
6-
actionpack (= 7.1.5)
7-
activesupport (= 7.1.5)
5+
actioncable (7.1.5.1)
6+
actionpack (= 7.1.5.1)
7+
activesupport (= 7.1.5.1)
88
nio4r (~> 2.0)
99
websocket-driver (>= 0.6.1)
1010
zeitwerk (~> 2.6)
11-
actionmailbox (7.1.5)
12-
actionpack (= 7.1.5)
13-
activejob (= 7.1.5)
14-
activerecord (= 7.1.5)
15-
activestorage (= 7.1.5)
16-
activesupport (= 7.1.5)
11+
actionmailbox (7.1.5.1)
12+
actionpack (= 7.1.5.1)
13+
activejob (= 7.1.5.1)
14+
activerecord (= 7.1.5.1)
15+
activestorage (= 7.1.5.1)
16+
activesupport (= 7.1.5.1)
1717
mail (>= 2.7.1)
1818
net-imap
1919
net-pop
2020
net-smtp
21-
actionmailer (7.1.5)
22-
actionpack (= 7.1.5)
23-
actionview (= 7.1.5)
24-
activejob (= 7.1.5)
25-
activesupport (= 7.1.5)
21+
actionmailer (7.1.5.1)
22+
actionpack (= 7.1.5.1)
23+
actionview (= 7.1.5.1)
24+
activejob (= 7.1.5.1)
25+
activesupport (= 7.1.5.1)
2626
mail (~> 2.5, >= 2.5.4)
2727
net-imap
2828
net-pop
2929
net-smtp
3030
rails-dom-testing (~> 2.2)
31-
actionpack (7.1.5)
32-
actionview (= 7.1.5)
33-
activesupport (= 7.1.5)
31+
actionpack (7.1.5.1)
32+
actionview (= 7.1.5.1)
33+
activesupport (= 7.1.5.1)
3434
nokogiri (>= 1.8.5)
3535
racc
3636
rack (>= 2.2.4)
3737
rack-session (>= 1.0.1)
3838
rack-test (>= 0.6.3)
3939
rails-dom-testing (~> 2.2)
4040
rails-html-sanitizer (~> 1.6)
41-
actiontext (7.1.5)
42-
actionpack (= 7.1.5)
43-
activerecord (= 7.1.5)
44-
activestorage (= 7.1.5)
45-
activesupport (= 7.1.5)
41+
actiontext (7.1.5.1)
42+
actionpack (= 7.1.5.1)
43+
activerecord (= 7.1.5.1)
44+
activestorage (= 7.1.5.1)
45+
activesupport (= 7.1.5.1)
4646
globalid (>= 0.6.0)
4747
nokogiri (>= 1.8.5)
48-
actionview (7.1.5)
49-
activesupport (= 7.1.5)
48+
actionview (7.1.5.1)
49+
activesupport (= 7.1.5.1)
5050
builder (~> 3.1)
5151
erubi (~> 1.11)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
54-
activejob (7.1.5)
55-
activesupport (= 7.1.5)
54+
activejob (7.1.5.1)
55+
activesupport (= 7.1.5.1)
5656
globalid (>= 0.3.6)
57-
activemodel (7.1.5)
58-
activesupport (= 7.1.5)
59-
activerecord (7.1.5)
60-
activemodel (= 7.1.5)
61-
activesupport (= 7.1.5)
57+
activemodel (7.1.5.1)
58+
activesupport (= 7.1.5.1)
59+
activerecord (7.1.5.1)
60+
activemodel (= 7.1.5.1)
61+
activesupport (= 7.1.5.1)
6262
timeout (>= 0.4.0)
6363
activerecord-session_store (2.1.0)
6464
actionpack (>= 6.1)
@@ -67,13 +67,13 @@ GEM
6767
multi_json (~> 1.11, >= 1.11.2)
6868
rack (>= 2.0.8, < 4)
6969
railties (>= 6.1)
70-
activestorage (7.1.5)
71-
actionpack (= 7.1.5)
72-
activejob (= 7.1.5)
73-
activerecord (= 7.1.5)
74-
activesupport (= 7.1.5)
70+
activestorage (7.1.5.1)
71+
actionpack (= 7.1.5.1)
72+
activejob (= 7.1.5.1)
73+
activerecord (= 7.1.5.1)
74+
activesupport (= 7.1.5.1)
7575
marcel (~> 1.0)
76-
activesupport (7.1.5)
76+
activesupport (7.1.5.1)
7777
base64
7878
benchmark (>= 0.3)
7979
bigdecimal
@@ -330,20 +330,20 @@ GEM
330330
rack (>= 1.3)
331331
rackup (2.2.1)
332332
rack (>= 3)
333-
rails (7.1.5)
334-
actioncable (= 7.1.5)
335-
actionmailbox (= 7.1.5)
336-
actionmailer (= 7.1.5)
337-
actionpack (= 7.1.5)
338-
actiontext (= 7.1.5)
339-
actionview (= 7.1.5)
340-
activejob (= 7.1.5)
341-
activemodel (= 7.1.5)
342-
activerecord (= 7.1.5)
343-
activestorage (= 7.1.5)
344-
activesupport (= 7.1.5)
333+
rails (7.1.5.1)
334+
actioncable (= 7.1.5.1)
335+
actionmailbox (= 7.1.5.1)
336+
actionmailer (= 7.1.5.1)
337+
actionpack (= 7.1.5.1)
338+
actiontext (= 7.1.5.1)
339+
actionview (= 7.1.5.1)
340+
activejob (= 7.1.5.1)
341+
activemodel (= 7.1.5.1)
342+
activerecord (= 7.1.5.1)
343+
activestorage (= 7.1.5.1)
344+
activesupport (= 7.1.5.1)
345345
bundler (>= 1.15.0)
346-
railties (= 7.1.5)
346+
railties (= 7.1.5.1)
347347
rails-dom-testing (2.2.0)
348348
activesupport (>= 5.0.0)
349349
minitest
@@ -354,9 +354,9 @@ GEM
354354
rails-i18n (7.0.10)
355355
i18n (>= 0.7, < 2)
356356
railties (>= 6.0.0, < 8)
357-
railties (7.1.5)
358-
actionpack (= 7.1.5)
359-
activesupport (= 7.1.5)
357+
railties (7.1.5.1)
358+
actionpack (= 7.1.5.1)
359+
activesupport (= 7.1.5.1)
360360
irb
361361
rackup (>= 1.0.0)
362362
rake (>= 12.2)
@@ -524,7 +524,7 @@ DEPENDENCIES
524524
puma (~> 6.5)
525525
rack-attack (~> 6.7.0)
526526
rack-test (>= 0.6.3)
527-
rails (~> 7.1.5)
527+
rails (~> 7.1.5.1)
528528
rails-html-sanitizer (>= 1.4.3)
529529
rails-i18n (~> 7.0)
530530
render_async (~> 2.1)

0 commit comments

Comments
 (0)