Linux server165.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 68.65.122.53 & Your IP : 216.73.217.46
Domains :
Cant Read [ /etc/named.conf ]
User : vacazsti
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby40 /
share /
man /
man1 /
Delete
Unzip
Name
Size
Permission
Date
Action
bundle-add.1
2.79
KB
-rw-r--r--
2026-04-24 16:08
bundle-binstubs.1
1.56
KB
-rw-r--r--
2026-04-24 16:08
bundle-cache.1
3.74
KB
-rw-r--r--
2026-04-24 16:08
bundle-check.1
909
B
-rw-r--r--
2026-04-24 16:08
bundle-clean.1
729
B
-rw-r--r--
2026-04-24 16:08
bundle-config.1
20.62
KB
-rw-r--r--
2026-04-24 16:08
bundle-console.1
1.44
KB
-rw-r--r--
2026-04-24 16:08
bundle-doctor.1
2.59
KB
-rw-r--r--
2026-04-24 16:08
bundle-env.1
341
B
-rw-r--r--
2026-04-24 16:08
bundle-exec.1
6.37
KB
-rw-r--r--
2026-04-24 16:08
bundle-fund.1
625
B
-rw-r--r--
2026-04-24 16:08
bundle-gem.1
6.32
KB
-rw-r--r--
2026-04-24 16:08
bundle-help.1
451
B
-rw-r--r--
2026-04-24 16:08
bundle-info.1
527
B
-rw-r--r--
2026-04-24 16:08
bundle-init.1
1.14
KB
-rw-r--r--
2026-04-24 16:08
bundle-install.1
13
KB
-rw-r--r--
2026-04-24 16:08
bundle-issue.1
1.28
KB
-rw-r--r--
2026-04-24 16:08
bundle-licenses.1
314
B
-rw-r--r--
2026-04-24 16:08
bundle-list.1
1.04
KB
-rw-r--r--
2026-04-24 16:08
bundle-lock.1
3.65
KB
-rw-r--r--
2026-04-24 16:08
bundle-open.1
800
B
-rw-r--r--
2026-04-24 16:08
bundle-outdated.1
3.4
KB
-rw-r--r--
2026-04-24 16:08
bundle-platform.1
1.39
KB
-rw-r--r--
2026-04-24 16:08
bundle-plugin.1
2.44
KB
-rw-r--r--
2026-04-24 16:08
bundle-pristine.1
1.62
KB
-rw-r--r--
2026-04-24 16:08
bundle-remove.1
547
B
-rw-r--r--
2026-04-24 16:08
bundle-show.1
680
B
-rw-r--r--
2026-04-24 16:08
bundle-update.1
13.62
KB
-rw-r--r--
2026-04-24 16:08
bundle-version.1
621
B
-rw-r--r--
2026-04-24 16:08
bundle.1
3.44
KB
-rw-r--r--
2026-04-24 16:08
erb.1.gz
1.49
KB
-rw-r--r--
2026-04-24 16:08
ruby.1.gz
8.28
KB
-rw-r--r--
2026-04-24 16:08
Save
Rename
.\" generated with Ronn-NG/v0.10.1 .\" http://github.com/apjanke/ronn-ng/tree/0.10.1 .TH "BUNDLE\-OUTDATED" "1" "February 2026" "" .SH "NAME" \fBbundle\-outdated\fR \- List installed gems with newer versions available .SH "SYNOPSIS" \fBbundle outdated\fR [GEM] [\-\-local] [\-\-pre] [\-\-source] [\-\-filter\-strict | \-\-strict] [\-\-update\-strict] [\-\-parseable | \-\-porcelain] [\-\-group=GROUP] [\-\-groups] [\-\-patch|\-\-minor|\-\-major] [\-\-filter\-major] [\-\-filter\-minor] [\-\-filter\-patch] [\-\-only\-explicit] .SH "DESCRIPTION" Outdated lists the names and versions of gems that have a newer version available in the given source\. Calling outdated with [GEM [GEM]] will only check for newer versions of the given gems\. Prerelease gems are ignored by default\. If your gems are up to date, Bundler will exit with a status of 0\. Otherwise, it will exit 1\. .SH "OPTIONS" .TP \fB\-\-local\fR Do not attempt to fetch gems remotely and use the gem cache instead\. .TP \fB\-\-pre\fR Check for newer pre\-release gems\. .TP \fB\-\-source=<list>\fR Check against a specific source\. .TP \fB\-\-filter\-strict\fR, \fB\-\-strict\fR Only list newer versions allowed by your Gemfile requirements, also respecting conservative update flags (\-\-patch, \-\-minor, \-\-major)\. .TP \fB\-\-update\-strict\fR Strict conservative resolution, do not allow any gem to be updated past latest \-\-patch | \-\-minor | \-\-major\. .TP \fB\-\-parseable\fR, \fB\-\-porcelain\fR Use minimal formatting for more parseable output\. .TP \fB\-\-group=GROUP\fR List gems from a specific group\. .TP \fB\-\-groups\fR List gems organized by groups\. .TP \fB\-\-minor\fR Prefer updating only to next minor version\. .TP \fB\-\-major\fR Prefer updating to next major version (default)\. .TP \fB\-\-patch\fR Prefer updating only to next patch version\. .TP \fB\-\-filter\-major\fR Only list major newer versions\. .TP \fB\-\-filter\-minor\fR Only list minor newer versions\. .TP \fB\-\-filter\-patch\fR Only list patch newer versions\. .TP \fB\-\-only\-explicit\fR Only list gems specified in your Gemfile, not their dependencies\. .SH "PATCH LEVEL OPTIONS" See bundle update(1) \fIbundle\-update\.1\.html\fR for details\. .SH "FILTERING OUTPUT" The 3 filtering options do not affect the resolution of versions, merely what versions are shown in the output\. .P If the regular output shows the following: .IP "" 4 .nf * Gem Current Latest Requested Groups * faker 1\.6\.5 1\.6\.6 ~> 1\.4 development, test * hashie 1\.2\.0 3\.4\.6 = 1\.2\.0 default * headless 2\.2\.3 2\.3\.1 = 2\.2\.3 test .fi .IP "" 0 .P \fB\-\-filter\-major\fR would only show: .IP "" 4 .nf * Gem Current Latest Requested Groups * hashie 1\.2\.0 3\.4\.6 = 1\.2\.0 default .fi .IP "" 0 .P \fB\-\-filter\-minor\fR would only show: .IP "" 4 .nf * Gem Current Latest Requested Groups * headless 2\.2\.3 2\.3\.1 = 2\.2\.3 test .fi .IP "" 0 .P \fB\-\-filter\-patch\fR would only show: .IP "" 4 .nf * Gem Current Latest Requested Groups * faker 1\.6\.5 1\.6\.6 ~> 1\.4 development, test .fi .IP "" 0 .P Filter options can be combined\. \fB\-\-filter\-minor\fR and \fB\-\-filter\-patch\fR would show: .IP "" 4 .nf * Gem Current Latest Requested Groups * faker 1\.6\.5 1\.6\.6 ~> 1\.4 development, test .fi .IP "" 0 .P Combining all three \fBfilter\fR options would be the same result as providing none of them\.