Skip to content

Commit 612570d

Browse files
committed
Update dependencies and ignore files
1 parent 45fff18 commit 612570d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ autom4te.cache
99
*.beam
1010
*.asn1db
1111

12+
*.fo
13+
1214
# Compiler derivatives
1315
#
1416
# Do not use too creative wildcards.
@@ -479,6 +481,8 @@ IDL-GENERATED
479481
/lib/ic/examples/pre_post_condition/m_NotAnInteger.erl
480482
/lib/ic/examples/pre_post_condition/oe_ex.erl
481483
/lib/ic/examples/pre_post_condition/oe_ex.hrl
484+
/lib/ic/priv/obj/
485+
/lib/ic/priv/lib/
482486
/lib/ic/priv/com/
483487
/lib/ic/priv/ic.jar
484488
/lib/ic/src/icparse.erl

lib/orber/src/orber.app.src

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
{applications, [stdlib, kernel, mnesia]},
105105
{env, []},
106106
{mod, {orber, []}},
107-
{runtime_dependencies, ["stdlib-2.5","ssl-5.3.4","mnesia-4.12","kernel-3.0",
108-
"inets-5.10","erts-7.0"]}
107+
{runtime_dependencies, ["stdlib-4.0","ssl-10.4","mnesia-4.12","kernel-8.0",
108+
"inets-5.10","erts-12.0"]}
109109
]}.
110110

111111

0 commit comments

Comments
 (0)