added pry

This commit is contained in:
Zhomart Mukhamejanov 2014-07-31 22:15:58 -07:00
parent f0c9f7114f
commit 6796c9665a
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ rails = ENV['RAILS'] || '4-1-stable'
gem 'polyamorous', '~> 1.1.0'
gem 'pry'
case rails
when /\// # A path
gem 'activesupport', path: "#{rails}/activesupport"

View File

@ -2,6 +2,7 @@ require 'machinist/active_record'
require 'sham'
require 'faker'
require 'ransack'
require 'pry'
I18n.enforce_available_locales = false
Time.zone = 'Eastern Time (US & Canada)'