Skip to content

Commit 5524262

Browse files
committed
Revert "Add debug Gem"
This reverts commit 42184d6.
1 parent 3dd7cc7 commit 5524262

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ source "https://rubygems.org"
44

55
gem "byebug", "~> 11.0", platforms: %i[mri mingw x64_mingw]
66
gem "chunky_png", "~> 1.3"
7-
gem "debug", "~> 1.10", require: false, platform: :mri
87
gem "image_size", "~> 2.0"
98
gem "kramdown", "~> 2.0", require: false
109
gem "pdf-reader", "~> 2.12"

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

33
require "bundler/setup"
4-
require "debug"
54
require "rspec"
65
require "rspec/wait"
76
require "pathname"

0 commit comments

Comments
 (0)