Skip to content

Commit

Permalink
remove pry-byebug
Browse files Browse the repository at this point in the history
byebug + pry == slow dev env. Source: deivid-rodriguez/byebug#144
  • Loading branch information
tiagoamaro committed Sep 15, 2015
1 parent b596c36 commit 27eab3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ group :development, :test do
# gem 'minitest'
gem 'net-ssh', '~> 2.7.0'
gem 'oink'
gem 'pry-byebug'
gem 'quiet_assets'
gem 'rspec-activemodel-mocks'
gem 'rspec-collection_matchers'
Expand All @@ -148,4 +147,4 @@ end
group :production do
gem 'unicorn'
gem 'aws-sdk'
end
end
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ GEM
business_time (0.7.4)
activesupport (>= 3.1.0)
tzinfo
byebug (4.0.5)
columnize (= 0.9.0)
callsite (0.0.11)
cancan (1.6.8)
capybara (2.4.4)
Expand Down Expand Up @@ -264,7 +262,6 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.8.0)
columnize (0.9.0)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
Expand Down Expand Up @@ -552,9 +549,6 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.1.0)
byebug (~> 4.0)
pry (~> 0.10)
pry-rails (0.3.4)
pry (>= 0.9.10)
psych (2.0.13)
Expand Down Expand Up @@ -835,7 +829,6 @@ DEPENDENCIES
oink
paperclip
pg
pry-byebug
pry-rails
psych (~> 2.0.13)
quiet_assets
Expand Down

0 comments on commit 27eab3b

Please sign in to comment.