Skip to content

Commit

Permalink
Added cool development tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Mar 20, 2013
1 parent 62712b0 commit 93518ca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ group :development do
gem "rvm-capistrano"
gem 'debugger'
gem 'travis-lint'
gem 'better_errors'
gem 'binding_of_caller'
gem 'meta_request'
end

gem 'rspec-rails', :group => [:development, :test]
Expand Down
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ GEM
open4 (~> 1.3.0)
thor (>= 0.15.4, < 2)
bcrypt-ruby (3.0.1)
better_errors (0.7.2)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.1)
debug_inspector (>= 0.0.1)
builder (3.0.4)
cancan (1.6.8)
capistrano (2.14.1)
Expand All @@ -74,6 +79,7 @@ GEM
childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6)
chronic (0.9.0)
coderay (1.0.9)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
Expand All @@ -82,6 +88,7 @@ GEM
execjs
coffee-script-source (1.4.0)
columnize (0.3.6)
debug_inspector (0.0.2)
debugger (1.2.3)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
Expand Down Expand Up @@ -139,6 +146,9 @@ GEM
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
meta_request (0.2.2)
rack-contrib
railties
mime-types (1.21)
multi_json (1.6.0)
multi_xml (0.5.2)
Expand All @@ -164,6 +174,8 @@ GEM
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
Expand Down Expand Up @@ -267,6 +279,8 @@ DEPENDENCIES
activerecord-postgres-hstore!
axlsx_rails
backup (~> 3.0)
better_errors
binding_of_caller
cancan
capistrano
capybara
Expand All @@ -284,6 +298,7 @@ DEPENDENCIES
launchy
libv8 (~> 3.11.8)
mail
meta_request
net-scp
net-ssh (~> 2.3.0)
nokogiri
Expand Down

0 comments on commit 93518ca

Please sign in to comment.