From 3804a885e37c045dcb244afb6d53420bfcaf9f8c Mon Sep 17 00:00:00 2001 From: kijimoshib Date: Wed, 7 Aug 2013 15:27:01 +0300 Subject: [PATCH 1/2] mod gemfile --- Gemfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 23b3555..d3c80eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,9 @@ PATH remote: ~/Developer/git-pivotal-tracker-integration specs: - git-pivotal-tracker-integration (1.5.0) + git-pivotal-tracker-integration (1.5.2) highline (~> 1.6) + json (~> 1.8.0) pivotal-tracker (~> 0.5) GEM @@ -60,7 +61,7 @@ GEM railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) json (1.8.0) - libxml-ruby (2.6.0) + libxml-ruby (2.7.0) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) @@ -109,7 +110,7 @@ GEM json (~> 1.4) rest-client (1.6.7) mime-types (>= 1.16) - safe_yaml (0.9.4) + safe_yaml (0.9.5) sass (3.2.9) sass-rails (4.0.0) railties (>= 4.0.0.beta, < 5.0) From 5e8b4203fc1e9039de93d9d8b905e221aef4169a Mon Sep 17 00:00:00 2001 From: kijimoshib Date: Wed, 7 Aug 2013 15:30:47 +0300 Subject: [PATCH 2/2] mod gemfile --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6362a6e..e5b50b5 100644 --- a/Gemfile +++ b/Gemfile @@ -36,11 +36,7 @@ gem 'git-pivotal-tracker-integration', '>=1.5.0', path: '~/Developer/git-pivotal gem 'pry' -# Use ActiveModel has_secure_password -# gem 'bcrypt-ruby', '~> 3.0.0' -# Use unicorn as the app server -# gem 'unicorn' # Use Capistrano for deployment # gem 'capistrano', group: :development