Skip to content

Commit

Permalink
Removed byebug from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-knight committed Oct 22, 2023
1 parent 6d69b8a commit 06b3d3c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ gemspec

gem "rake", "~> 13.0"

if RUBY_VERSION >= "2.4.0"
gem "byebug", "~> 11.0"
end

if RUBY_VERSION <= "2.4.0"
gem "connection_pool", "2.2.5"
end
Expand Down
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
fruit_juice (0.6.0)
redis (>= 4.0.0)
redis (>= 4.2.0)

GEM
remote: https://rubygems.org/
Expand All @@ -11,7 +11,6 @@ GEM
bundler
rake
thor (>= 0.14.0)
byebug (11.1.3)
connection_pool (2.3.0)
diff-lcs (1.5.0)
rake (13.0.6)
Expand Down Expand Up @@ -41,7 +40,6 @@ PLATFORMS

DEPENDENCIES
appraisal (~> 2.5)
byebug
fruit_juice!
rake (~> 13.0)
rspec (~> 3.0)
Expand Down
1 change: 0 additions & 1 deletion gemfiles/redis_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "rake", "~> 13.0"
gem "byebug"
gem "redis", ">= 4.0.0", "< 5.0.0"

group :test do
Expand Down
1 change: 0 additions & 1 deletion gemfiles/redis_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "rake", "~> 13.0"
gem "byebug"
gem "redis", ">= 5.0.0"

group :test do
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "fruit_juice"
require "byebug"

begin
require 'redis'
Expand Down

0 comments on commit 06b3d3c

Please sign in to comment.