Skip to content

Commit

Permalink
Add pry gem in an attempt to make development on this gem easier (#813)
Browse files Browse the repository at this point in the history
* adds gem m

https://github.com/qrush/m

* adds gems pry and pry-stack_explorer

* require pry in spec_helper

* compile mode = off

* Revert "compile mode = off"

This reverts commit 5a477cf.

* Revert "adds gems pry and pry-stack_explorer"

This reverts commit adad17c.

* Revert "adds gem m"

This reverts commit 9b9896a.

* add pry, pry-stack_explorer and m to Gemfile

* remove m
  • Loading branch information
esjee authored and Robert Mosolgo committed Jun 28, 2017
1 parent 13bb711 commit 9fc6d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ gemspec

gem 'ruby-prof', :platform => :ruby
gem 'sqlite3', :platform => :ruby
gem 'pry'
gem 'pry-stack_explorer', :platform => :ruby

gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
require "graphql"
require "graphql/rake_task"
require "benchmark"
require "pry"
require "minitest/autorun"
require "minitest/focus"
require "minitest/reporters"
Expand Down

0 comments on commit 9fc6d48

Please sign in to comment.