Skip to content

Commit

Permalink
Attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanM committed Feb 24, 2013
1 parent d60935c commit 2b19253
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: ruby
bundler_args: --without debug
bundler_args: --without development
rvm:
- "1.9.3"
# uncomment this line if your project needs to run something other than `rake`:
Expand Down
6 changes: 5 additions & 1 deletion Gemfile
Expand Up @@ -51,7 +51,11 @@ group :test, :development do
gem 'capybara'
gem 'database_cleaner', '0.7.1', :require => false
gem 'spork', '~> 1.0rc'
gem 'pry-debugger', :group => :debug
gem 'awesome_print'
gem "letter_opener"
end

group :development do
gem 'pry-debugger'
gem 'debugger-linecache'
end
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -384,6 +384,7 @@ DEPENDENCIES
coffee-rails (~> 3.2.1)
comfortable_mexican_sofa
database_cleaner (= 0.7.1)
debugger-linecache
factory_girl_rails
faker
haml
Expand Down

0 comments on commit 2b19253

Please sign in to comment.