Skip to content

Commit ebc9913

Browse files
authoredJun 28, 2023
Merge pull request #41 from doximity/batch/upgrade-rails-6-1-7-4
Upgrade rails to 6.1.7.4
2 parents 1baffbe + e662c5f commit ebc9913

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ group :development do
99
end
1010

1111
gem "pry", group: [:development, :test], require: false
12-
gem "rails", "~> 6.1.7.3", group: [:development, :test], require: false
12+
gem "rails", "~> 6.1.7.4", group: [:development, :test], require: false

‎Gemfile.lock

+55-55
Original file line numberDiff line numberDiff line change
@@ -10,60 +10,60 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (6.1.7.3)
14-
actionpack (= 6.1.7.3)
15-
activesupport (= 6.1.7.3)
13+
actioncable (6.1.7.4)
14+
actionpack (= 6.1.7.4)
15+
activesupport (= 6.1.7.4)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.1.7.3)
19-
actionpack (= 6.1.7.3)
20-
activejob (= 6.1.7.3)
21-
activerecord (= 6.1.7.3)
22-
activestorage (= 6.1.7.3)
23-
activesupport (= 6.1.7.3)
18+
actionmailbox (6.1.7.4)
19+
actionpack (= 6.1.7.4)
20+
activejob (= 6.1.7.4)
21+
activerecord (= 6.1.7.4)
22+
activestorage (= 6.1.7.4)
23+
activesupport (= 6.1.7.4)
2424
mail (>= 2.7.1)
25-
actionmailer (6.1.7.3)
26-
actionpack (= 6.1.7.3)
27-
actionview (= 6.1.7.3)
28-
activejob (= 6.1.7.3)
29-
activesupport (= 6.1.7.3)
25+
actionmailer (6.1.7.4)
26+
actionpack (= 6.1.7.4)
27+
actionview (= 6.1.7.4)
28+
activejob (= 6.1.7.4)
29+
activesupport (= 6.1.7.4)
3030
mail (~> 2.5, >= 2.5.4)
3131
rails-dom-testing (~> 2.0)
32-
actionpack (6.1.7.3)
33-
actionview (= 6.1.7.3)
34-
activesupport (= 6.1.7.3)
32+
actionpack (6.1.7.4)
33+
actionview (= 6.1.7.4)
34+
activesupport (= 6.1.7.4)
3535
rack (~> 2.0, >= 2.0.9)
3636
rack-test (>= 0.6.3)
3737
rails-dom-testing (~> 2.0)
3838
rails-html-sanitizer (~> 1.0, >= 1.2.0)
39-
actiontext (6.1.7.3)
40-
actionpack (= 6.1.7.3)
41-
activerecord (= 6.1.7.3)
42-
activestorage (= 6.1.7.3)
43-
activesupport (= 6.1.7.3)
39+
actiontext (6.1.7.4)
40+
actionpack (= 6.1.7.4)
41+
activerecord (= 6.1.7.4)
42+
activestorage (= 6.1.7.4)
43+
activesupport (= 6.1.7.4)
4444
nokogiri (>= 1.8.5)
45-
actionview (6.1.7.3)
46-
activesupport (= 6.1.7.3)
45+
actionview (6.1.7.4)
46+
activesupport (= 6.1.7.4)
4747
builder (~> 3.1)
4848
erubi (~> 1.4)
4949
rails-dom-testing (~> 2.0)
5050
rails-html-sanitizer (~> 1.1, >= 1.2.0)
51-
activejob (6.1.7.3)
52-
activesupport (= 6.1.7.3)
51+
activejob (6.1.7.4)
52+
activesupport (= 6.1.7.4)
5353
globalid (>= 0.3.6)
54-
activemodel (6.1.7.3)
55-
activesupport (= 6.1.7.3)
56-
activerecord (6.1.7.3)
57-
activemodel (= 6.1.7.3)
58-
activesupport (= 6.1.7.3)
59-
activestorage (6.1.7.3)
60-
actionpack (= 6.1.7.3)
61-
activejob (= 6.1.7.3)
62-
activerecord (= 6.1.7.3)
63-
activesupport (= 6.1.7.3)
54+
activemodel (6.1.7.4)
55+
activesupport (= 6.1.7.4)
56+
activerecord (6.1.7.4)
57+
activemodel (= 6.1.7.4)
58+
activesupport (= 6.1.7.4)
59+
activestorage (6.1.7.4)
60+
actionpack (= 6.1.7.4)
61+
activejob (= 6.1.7.4)
62+
activerecord (= 6.1.7.4)
63+
activesupport (= 6.1.7.4)
6464
marcel (~> 1.0)
6565
mini_mime (>= 1.1.0)
66-
activesupport (6.1.7.3)
66+
activesupport (6.1.7.4)
6767
concurrent-ruby (~> 1.0, >= 1.0.2)
6868
i18n (>= 1.6, < 2)
6969
minitest (>= 5.1)
@@ -118,30 +118,30 @@ GEM
118118
rack (2.2.7)
119119
rack-test (2.1.0)
120120
rack (>= 1.3)
121-
rails (6.1.7.3)
122-
actioncable (= 6.1.7.3)
123-
actionmailbox (= 6.1.7.3)
124-
actionmailer (= 6.1.7.3)
125-
actionpack (= 6.1.7.3)
126-
actiontext (= 6.1.7.3)
127-
actionview (= 6.1.7.3)
128-
activejob (= 6.1.7.3)
129-
activemodel (= 6.1.7.3)
130-
activerecord (= 6.1.7.3)
131-
activestorage (= 6.1.7.3)
132-
activesupport (= 6.1.7.3)
121+
rails (6.1.7.4)
122+
actioncable (= 6.1.7.4)
123+
actionmailbox (= 6.1.7.4)
124+
actionmailer (= 6.1.7.4)
125+
actionpack (= 6.1.7.4)
126+
actiontext (= 6.1.7.4)
127+
actionview (= 6.1.7.4)
128+
activejob (= 6.1.7.4)
129+
activemodel (= 6.1.7.4)
130+
activerecord (= 6.1.7.4)
131+
activestorage (= 6.1.7.4)
132+
activesupport (= 6.1.7.4)
133133
bundler (>= 1.15.0)
134-
railties (= 6.1.7.3)
134+
railties (= 6.1.7.4)
135135
sprockets-rails (>= 2.0.0)
136136
rails-dom-testing (2.0.3)
137137
activesupport (>= 4.2.0)
138138
nokogiri (>= 1.6)
139139
rails-html-sanitizer (1.6.0)
140140
loofah (~> 2.21)
141141
nokogiri (~> 1.14)
142-
railties (6.1.7.3)
143-
actionpack (= 6.1.7.3)
144-
activesupport (= 6.1.7.3)
142+
railties (6.1.7.4)
143+
actionpack (= 6.1.7.4)
144+
activesupport (= 6.1.7.4)
145145
method_source
146146
rake (>= 12.2)
147147
thor (~> 1.0)
@@ -178,7 +178,7 @@ GEM
178178
standardrb (1.0.1)
179179
standard
180180
thor (1.2.2)
181-
timeout (0.3.2)
181+
timeout (0.4.0)
182182
tzinfo (2.0.6)
183183
concurrent-ruby (~> 1.0)
184184
unicode-display_width (2.1.0)
@@ -193,7 +193,7 @@ PLATFORMS
193193

194194
DEPENDENCIES
195195
pry
196-
rails (~> 6.1.7.3)
196+
rails (~> 6.1.7.4)
197197
rake-ui!
198198
sqlite3
199199
standardrb

0 commit comments

Comments
 (0)
Please sign in to comment.