diff --git a/Gemfile b/Gemfile index e45e65f8..338eb778 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,8 @@ source :rubygems + +group :test do + gem 'ruby-debug19' + gem 'awesome_print' +end + gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 75c54577..745a97a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,6 +20,9 @@ GEM activesupport (3.1.1) multi_json (~> 1.0) addressable (2.2.6) + archive-tar-minitar (0.5.2) + awesome_print (1.0.2) + columnize (0.3.6) crack (0.1.8) daemons (1.1.4) diff-lcs (1.1.3) @@ -41,6 +44,8 @@ GEM haml (3.1.3) hiredis (0.3.2) i18n (0.6.0) + linecache19 (0.5.13) + ruby_core_source (>= 0.1.4) multi_json (1.0.3) pusher (0.8.3) crack (~> 0.1.0) @@ -57,7 +62,17 @@ GEM rspec-expectations (2.6.0) diff-lcs (~> 1.1.2) rspec-mocks (2.6.0) + ruby-debug-base19 (0.11.26) + columnize (>= 0.3.1) + linecache19 (>= 0.5.11) + ruby_core_source (>= 0.1.4) + ruby-debug19 (0.11.6) + columnize (>= 0.3.1) + linecache19 (>= 0.5.11) + ruby-debug-base19 (>= 0.11.19) ruby-hmac (0.4.0) + ruby_core_source (0.1.5) + archive-tar-minitar (>= 0.5.2) signature (0.1.2) ruby-hmac sinatra (1.2.6) @@ -75,7 +90,9 @@ PLATFORMS ruby DEPENDENCIES + awesome_print haml (~> 3.1.2) pusher (~> 0.8.2) rspec (~> 2.6.0) + ruby-debug19 slanger!