Skip to content

Commit 6953763

Browse files
committed
Remove byebug from Gemfile and aws-v3.rb
1 parent 25ab1d7 commit 6953763

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
@@ -46,7 +46,6 @@ group :docs do
4646
end
4747

4848
group :repl do
49-
gem 'byebug'
5049
gem 'pry'
5150
end
5251

gems/aws-sdk-resources/bin/aws-v3.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
require 'rubygems'
55
require 'optparse'
66
require 'logger'
7-
require 'byebug'
87

98
def env_bool key, default
109
if ENV.key?(key)

0 commit comments

Comments
 (0)