Skip to content

Commit 5685a64

Browse files
committed
Revert "Add debug Gem"
This reverts commit b0d97f9.
1 parent 33930bb commit 5685a64

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
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.1", platforms: %i[mri mingw x64_mingw]
66
gem "chunky_png", "~> 1.4"
7-
gem "debug", "~> 1.10", require: false, platform: :mri
87
gem "ferrum", github: "radiopaedia/ferrum", branch: "94-expose-mobile"
98
gem "image_size", "~> 3.0"
109
gem "launchy", "~> 2.5"

spec/spec_helper.rb

Lines changed: 0 additions & 2 deletions
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

76
PROJECT_ROOT = File.expand_path("..", __dir__)
@@ -41,7 +40,6 @@
4140

4241
module TestSessions
4342
Cuprite = Capybara::Session.new(:cuprite, TestApp)
44-
CupriteMobile = Capybara::Session.new(:cuprite_mobile, TestApp)
4543
end
4644

4745
RSpec.configure do |config|

0 commit comments

Comments
 (0)