Skip to content

Pry tools #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ end
group :development, :test do
gem 'sqlite3'
gem 'pry-rails'
gem 'pry-byebug'
gem 'pry-doc'
gem 'pry-stack_explorer'
gem 'rake'
gem 'travis'
gem 'minitest-retry'
Expand Down
17 changes: 17 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ GEM
execjs
backports (3.10.3)
bindex (0.5.0)
binding_of_caller (0.7.3)
debug_inspector (>= 0.0.1)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
builder (3.2.3)
byebug (9.1.0)
capybara (2.15.4)
addressable
mini_mime (>= 0.1.3)
Expand All @@ -69,6 +72,7 @@ GEM
concurrent-ruby (1.0.5)
connection_pool (2.2.1)
crass (1.0.2)
debug_inspector (0.0.3)
diff-lcs (1.3)
erubi (1.7.0)
ethon (0.11.0)
Expand Down Expand Up @@ -144,8 +148,17 @@ GEM
pry (0.11.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.5.0)
byebug (~> 9.1)
pry (~> 0.10)
pry-doc (0.11.1)
pry (~> 0.9)
yard (~> 0.9)
pry-rails (0.3.6)
pry (>= 0.10.4)
pry-stack_explorer (0.4.9.2)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
public_suffix (3.0.0)
pusher-client (0.6.2)
json
Expand Down Expand Up @@ -300,6 +313,7 @@ GEM
woothee (1.7.0)
xpath (2.1.0)
nokogiri (~> 1.3)
yard (0.9.9)

PLATFORMS
ruby
Expand All @@ -318,7 +332,10 @@ DEPENDENCIES
listen
minitest-retry
pg
pry-byebug
pry-doc
pry-rails
pry-stack_explorer
rack-host-redirect
rack-user_agent
rails (= 5.1.4)
Expand Down