Skip to content

Commit

Permalink
Remove debug gem
Browse files Browse the repository at this point in the history
Requiring the debug gem caused the debugger to open in ruby 2.7
Here is an identical issue:
gjtorikian/html-proofer#690
  • Loading branch information
binarygit committed Jan 16, 2024
1 parent 61aaf52 commit 66a7e78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions bin/show-job
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ require 'optparse'
require 'tempfile'
require 'json'
require 'open-uri'
require 'debug'

class String
def red
Expand Down Expand Up @@ -40,7 +39,6 @@ class ShowJob
@jobs = []
@fetched_jobs = JSON.parse URI.open('https://binarygit.github.io/jobs/jobs.json').read
@timestamp = @fetched_jobs.pop
puts @timestamp
end

def show
Expand Down
2 changes: 1 addition & 1 deletion show_job.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "show-job"
s.version = "0.0.2"
s.version = "0.0.4"
s.summary = "Shows jobs fetched from different ruby job sites"
s.description = "Shows jobs fetched from different ruby job sites"
s.authors = ["Avi"]
Expand Down

0 comments on commit 66a7e78

Please sign in to comment.