Gemfile.lock in heroku-rails-saas-0.1.7 vs Gemfile.lock in heroku-rails-saas-1.0.2

- old
+ new

@@ -1,78 +1,130 @@ PATH remote: . specs: - heroku-rails-saas (0.1.7) - heroku (>= 2.24.1) + heroku-rails-saas (1.0.2) + heroku-api (~> 0.3.8) + netrc (~> 0.7.7) + parallel (~> 0.6.2) + rails + rendezvous (~> 0.0.2) GEM remote: http://rubygems.org/ specs: + actionmailer (3.2.3) + actionpack (= 3.2.3) + mail (~> 2.4.4) + actionpack (3.2.3) + activemodel (= 3.2.3) + activesupport (= 3.2.3) + builder (~> 3.0.0) + erubis (~> 2.7.0) + journey (~> 1.0.1) + rack (~> 1.4.0) + rack-cache (~> 1.2) + rack-test (~> 0.6.1) + sprockets (~> 2.1.2) + activemodel (3.2.3) + activesupport (= 3.2.3) + builder (~> 3.0.0) + activerecord (3.2.3) + activemodel (= 3.2.3) + activesupport (= 3.2.3) + arel (~> 3.0.2) + tzinfo (~> 0.3.29) + activeresource (3.2.3) + activemodel (= 3.2.3) + activesupport (= 3.2.3) activesupport (3.2.3) i18n (~> 0.6) multi_json (~> 1.0) - addressable (2.3.2) - archive-tar-minitar (0.5.2) + addressable (2.3.4) + arel (3.0.2) + awesome_print (1.0.2) + builder (3.0.4) columnize (0.3.6) + crack (0.3.2) + debugger (1.5.0) + columnize (>= 0.3.1) + debugger-linecache (~> 1.2.0) + debugger-ruby_core_source (~> 1.2.0) + debugger-linecache (1.2.0) + debugger-ruby_core_source (1.2.0) diff-lcs (1.1.3) - excon (0.15.5) - heroku (2.30.2) - heroku-api (~> 0.3.2) - launchy (>= 0.3.2) - netrc (~> 0.7.5) - rest-client (~> 1.6.1) - rubyzip - heroku-api (0.3.2) - excon (~> 0.15.5) + erubis (2.7.0) + excon (0.20.1) + heroku-api (0.3.9) + excon (~> 0.20.1) + hike (1.2.1) i18n (0.6.0) + journey (1.0.4) json (1.7.4) - launchy (2.1.2) - addressable (~> 2.3) - linecache (0.46) - rbx-require-relative (> 0.0.4) - linecache19 (0.5.12) - ruby_core_source (>= 0.1.4) + mail (2.4.4) + i18n (>= 0.4.0) + mime-types (~> 1.16) + treetop (~> 1.4.8) mime-types (1.19) multi_json (1.3.4) - netrc (0.7.5) + netrc (0.7.7) + parallel (0.6.4) + polyglot (0.3.3) + rack (1.4.1) + rack-cache (1.2) + rack (>= 0.4) + rack-ssl (1.3.2) + rack + rack-test (0.6.2) + rack (>= 1.0) + rails (3.2.3) + actionmailer (= 3.2.3) + actionpack (= 3.2.3) + activerecord (= 3.2.3) + activeresource (= 3.2.3) + activesupport (= 3.2.3) + bundler (~> 1.0) + railties (= 3.2.3) + railties (3.2.3) + actionpack (= 3.2.3) + activesupport (= 3.2.3) + rack-ssl (~> 1.3.2) + rake (>= 0.8.7) + rdoc (~> 3.4) + thor (~> 0.14.6) rake (0.9.2.2) - rbx-require-relative (0.0.9) rdoc (3.12) json (~> 1.4) - rest-client (1.6.7) - mime-types (>= 1.16) + rendezvous (0.0.2) rspec (2.11.0) rspec-core (~> 2.11.0) rspec-expectations (~> 2.11.0) rspec-mocks (~> 2.11.0) rspec-core (2.11.1) rspec-expectations (2.11.2) diff-lcs (~> 1.1.3) rspec-mocks (2.11.1) - ruby-debug (0.10.4) - columnize (>= 0.1) - ruby-debug-base (~> 0.10.4.0) - ruby-debug-base (0.10.4) - linecache (>= 0.3) - ruby-debug-base19 (0.11.25) - 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_core_source (0.1.5) - archive-tar-minitar (>= 0.5.2) - rubyzip (0.9.9) + sprockets (2.1.3) + hike (~> 1.2) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + thor (0.14.6) + tilt (1.3.3) + treetop (1.4.12) + polyglot + polyglot (>= 0.3.1) + tzinfo (0.3.35) + webmock (1.11.0) + addressable (>= 2.2.7) + crack (>= 0.3.2) PLATFORMS ruby DEPENDENCIES - activesupport + awesome_print + debugger heroku-rails-saas! + rails rake rdoc (~> 3.12) rspec - ruby-debug - ruby-debug19 + webmock (~> 1.11.0)