Skip to content

Commit

Permalink
Remove pry-byebug gem
Browse files Browse the repository at this point in the history
This gem needs Ruby > 2.0.0
  • Loading branch information
tawan committed Jan 3, 2016
1 parent e1bfca4 commit 4b5f80f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
16 changes: 1 addition & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_elastic_job (0.1.0)
active_elastic_job (1.0.0)
aws-sdk (~> 2)

GEM
Expand Down Expand Up @@ -50,10 +50,6 @@ GEM
aws-sdk-resources (2.2.4)
aws-sdk-core (= 2.2.4)
builder (3.2.2)
byebug (5.0.0)
columnize (= 0.9.0)
coderay (1.1.0)
columnize (0.9.0)
diff-lcs (1.2.5)
dotenv (2.0.2)
erubis (2.7.0)
Expand All @@ -69,19 +65,11 @@ GEM
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.99)
mini_portile (0.6.2)
minitest (5.8.3)
nokogiri (1.6.6.4)
mini_portile (~> 0.6.0)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.2.0)
byebug (~> 5.0)
pry (~> 0.10)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -125,7 +113,6 @@ GEM
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
ruby-progressbar (1.7.5)
slop (3.6.0)
sprockets (3.4.1)
rack (> 1, < 3)
sprockets-rails (2.3.3)
Expand All @@ -145,7 +132,6 @@ DEPENDENCIES
bundler
dotenv
fuubar
pry-byebug
rails (~> 4.2)
rdoc
rspec (~> 3.4)
Expand Down
1 change: 0 additions & 1 deletion active-elastic-job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rspec', '~> 3.4'
spec.add_development_dependency 'pry-byebug'
spec.add_development_dependency 'dotenv'
spec.add_development_dependency 'fuubar'
spec.add_development_dependency 'rails', '~> 4.2'
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 @@
require 'bundler/setup'
Bundler.setup

require 'pry-byebug'
require 'active_elastic_job'

require 'dotenv'
Expand Down

0 comments on commit 4b5f80f

Please sign in to comment.