From c1acd8ab292042f5cfa0d842846b2205bddf94f0 Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Fri, 23 May 2014 10:44:10 -0300 Subject: [PATCH] Add some dependencies --- Gemfile | 8 +++++++- Gemfile.lock | 23 ++++++++++++++++++++--- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 478cdff..936139a 100644 --- a/Gemfile +++ b/Gemfile @@ -12,11 +12,13 @@ gem 'sass-rails', '~> 4.0.3' gem 'twitter-bootstrap-rails' gem 'less-rails' +gem 'httparty' + gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.0.0' gem 'jquery-rails' gem 'therubyracer', :platform => :ruby -gem 'turbolinks' +# gem 'turbolinks' gem 'devise' gem 'cancan' @@ -26,6 +28,9 @@ gem 'simple_form' gem 'inherited_resources' +gem 'delayed_job_active_record' +gem 'foreman' + group :development do gem 'better_errors' gem 'binding_of_caller', :platforms=>[:mri_21] @@ -42,6 +47,7 @@ group :development do gem 'rb-fsevent', :require=>false gem 'rb-inotify', :require=>false gem 'awesome_print' + gem 'annotate' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 40c9d7e..9cafaea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,6 +45,9 @@ GEM thread_safe (~> 0.1) tzinfo (~> 1.1) addressable (2.3.6) + annotate (2.6.3) + activerecord (>= 2.3.0) + rake (>= 0.8.7) arbre (1.0.1) activesupport (>= 3.0.0) arel (5.0.1.20140414130214) @@ -92,6 +95,11 @@ GEM debugger-ruby_core_source (~> 1.3.2) debugger-linecache (1.2.0) debugger-ruby_core_source (1.3.4) + delayed_job (4.0.1) + activesupport (>= 3.0, < 4.2) + delayed_job_active_record (4.0.1) + activerecord (>= 3.0, < 4.2) + delayed_job (>= 3.0, < 4.1) devise (3.2.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -99,6 +107,7 @@ GEM thread_safe (~> 0.1) warden (~> 1.2.3) diff-lcs (1.2.5) + dotenv (0.7.0) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) @@ -113,6 +122,9 @@ GEM faker (1.3.0) i18n (~> 0.5) ffi (1.9.3) + foreman (0.66.0) + dotenv (~> 0.7.0) + thor (~> 0.19.1) formatador (0.2.4) formtastic (2.3.0.rc3) actionpack (>= 3.0) @@ -152,6 +164,9 @@ GEM hpricot (~> 0.8.6) ruby_parser (~> 3.1.1) http_parser.rb (0.6.0) + httparty (0.13.1) + json (~> 1.8) + multi_xml (>= 0.5.2) i18n (0.6.9) inherited_resources (1.4.1) has_scope (~> 0.6.0.rc) @@ -188,6 +203,7 @@ GEM mini_portile (0.5.3) minitest (5.3.3) multi_json (1.10.0) + multi_xml (0.5.5) mysql2 (0.3.15) nio4r (1.0.0) nokogiri (1.6.2) @@ -313,8 +329,6 @@ GEM treetop (1.4.15) polyglot polyglot (>= 0.3.1) - turbolinks (2.2.2) - coffee-rails twitter-bootstrap-rails (2.0.9) actionpack (>= 3.1) less-rails (~> 2.2.2) @@ -336,6 +350,7 @@ PLATFORMS DEPENDENCIES activeadmin! + annotate awesome_print better_errors binding_of_caller @@ -343,15 +358,18 @@ DEPENDENCIES capybara coffee-rails (~> 4.0.0) database_cleaner + delayed_job_active_record devise factory_girl_rails faker + foreman guard-bundler guard-livereload guard-rails guard-rspec haml-rails html2haml + httparty inherited_resources jquery-rails launchy @@ -376,6 +394,5 @@ DEPENDENCIES sqlite3 therubyracer thin - turbolinks twitter-bootstrap-rails uglifier (>= 1.3.0) -- libgit2 0.21.2