summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-02-27 16:36:59 -0700
committermo khan <mo@mokhan.ca>2025-02-27 16:36:59 -0700
commit6b048210f3c1b85f4e6344a564996d99296703e8 (patch)
treed09708dbafd0b7ff80c1f27a05260c0055f6e4c4
parentf25dacf069fa78864323e23523fc8bdbc0814778 (diff)
docs: remove outdated code comments
-rwxr-xr-xbin/idp5
-rwxr-xr-xbin/sp5
2 files changed, 2 insertions, 8 deletions
diff --git a/bin/idp b/bin/idp
index 511ed94..a33a58b 100755
--- a/bin/idp
+++ b/bin/idp
@@ -1,10 +1,7 @@
#!/usr/bin/env ruby
-# Start the server by running:
-#
-# $ ruby main.rb
-
require "bundler/inline"
+
gemfile do
source "https://rubygems.org"
diff --git a/bin/sp b/bin/sp
index 9f95229..e9c9ddb 100755
--- a/bin/sp
+++ b/bin/sp
@@ -1,10 +1,7 @@
#!/usr/bin/env ruby
-# Start the server by running:
-#
-# $ ruby main.rb
-
require "bundler/inline"
+
gemfile do
source "https://rubygems.org"