bump pry - and move to dev and test

pull/5323/head
Jens Ulferts 8 years ago
parent 4f850065c2
commit d63b499119
No known key found for this signature in database
GPG Key ID: 3CAA4B1182CF5308
  1. 16
      Gemfile
  2. 24
      Gemfile.lock

@ -215,21 +215,19 @@ group :development do
gem 'faker'
gem 'livingstyleguide', '~> 2.0.1'
# Pry seems to cause a lot of segfaults in the tests.
# Therefore, it has been removed from the :test group for now.
# Reevaluate once newer versions of pry have been released.
gem 'pry-rails', '~> 0.3.4'
gem 'pry-stack_explorer', '~> 0.4.9.2'
gem 'pry-rescue', '~> 1.4.4'
gem 'pry-byebug', '~> 3.4.0', platforms: [:mri]
gem 'pry-doc', '~> 0.9.0'
gem 'rubocop'
gem 'active_record_query_trace'
end
group :development, :test do
gem 'thin', '~> 1.7.0'
gem 'pry-rails', '~> 0.3.6'
gem 'pry-stack_explorer', '~> 0.4.9.2'
gem 'pry-rescue', '~> 1.4.5'
gem 'pry-byebug', '~> 3.4.2', platforms: [:mri]
gem 'pry-doc', '~> 0.10'
end
# API gems

@ -176,7 +176,7 @@ GEM
sass (~> 3.4)
thor (~> 0.19)
builder (3.2.3)
byebug (9.0.5)
byebug (9.0.6)
capybara (2.13.0)
addressable
mime-types (>= 1.16)
@ -381,15 +381,15 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
pry-byebug (3.4.2)
byebug (~> 9.0)
pry (~> 0.10)
pry-doc (0.9.0)
pry-doc (0.10.0)
pry (~> 0.9)
yard (~> 0.8)
pry-rails (0.3.4)
pry (>= 0.9.10)
pry-rescue (1.4.4)
yard (~> 0.9)
pry-rails (0.3.6)
pry (>= 0.10.4)
pry-rescue (1.4.5)
interception (>= 0.5)
pry
pry-stack_explorer (0.4.9.2)
@ -591,7 +591,7 @@ GEM
will_paginate (3.1.5)
xpath (2.0.0)
nokogiri (~> 1.3)
yard (0.9.5)
yard (0.9.8)
PLATFORMS
ruby
@ -661,10 +661,10 @@ DEPENDENCIES
pg (~> 0.20.0)
prawn (~> 2.2)
prawn-table (~> 0.2.2)
pry-byebug (~> 3.4.0)
pry-doc (~> 0.9.0)
pry-rails (~> 0.3.4)
pry-rescue (~> 1.4.4)
pry-byebug (~> 3.4.2)
pry-doc (~> 0.10)
pry-rails (~> 0.3.6)
pry-rescue (~> 1.4.5)
pry-stack_explorer (~> 0.4.9.2)
rabl (~> 0.13.0)
rack-attack (~> 5.0.1)

Loading…
Cancel
Save