File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 38
38
actionview (= 7.2.0.alpha )
39
39
activejob (= 7.2.0.alpha )
40
40
activesupport (= 7.2.0.alpha )
41
- mail (~> 2.5 , >= 2.8.0 )
41
+ mail (>= 2.8.0 )
42
42
rails-dom-testing (~> 2.2 )
43
43
actionpack (7.2.0.alpha )
44
44
actionview (= 7.2.0.alpha )
265
265
googleauth (>= 0.16.2 , < 2.a )
266
266
mini_mime (~> 1.0 )
267
267
google-protobuf (3.25.1 )
268
+ google-protobuf (3.25.1-x86_64-darwin )
269
+ google-protobuf (3.25.1-x86_64-linux )
268
270
googleauth (1.9.1 )
269
271
faraday (>= 1.0 , < 3.a )
270
272
google-cloud-env (~> 2.1 )
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ Gem::Specification.new do |s|
38
38
s . add_dependency "actionview" , version
39
39
s . add_dependency "activejob" , version
40
40
41
- s . add_dependency "mail" , [ "~> 2.5" , "> = 2.8.0"]
41
+ s . add_dependency "mail" , "> = 2.8.0"
42
42
s . add_dependency "rails-dom-testing" , "~> 2.2"
43
43
end
You can’t perform that action at this time.
0 commit comments