|
|
@@ -8,7 +8,7 @@ stdlib = [
|
|
|
'coverage',
|
|
|
'csv',
|
|
|
'date',
|
|
|
-# 'dbm', # TODO figure out a way to make this one load conditionally based on whether we're _not_ on jruby (since jruby doesn't have dbm)
|
|
|
+# 'dbm', 'gdbm', # TODO figure out a way to make this one load conditionally based on whether we're _not_ on jruby (since jruby doesn't have dbm)
|
|
|
'delegate',
|
|
|
'digest',
|
|
|
'drb',
|
|
|
@@ -21,7 +21,6 @@ stdlib = [
|
|
|
'fileutils',
|
|
|
'find',
|
|
|
'forwardable',
|
|
|
- 'gdbm',
|
|
|
'getoptlong',
|
|
|
'io/console',
|
|
|
'io/nonblock',
|