diff --git a/Gemfile b/Gemfile index 056ee1d..545f62b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'fileutils', '1.2.0' -gem 'git', '1.5.0' +gem 'git', '1.13.0' gem "launchy", "~> 2.5" diff --git a/Gemfile.lock b/Gemfile.lock index 2b8b2b9..664d5de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,10 +4,13 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) fileutils (1.2.0) - git (1.5.0) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) launchy (2.5.0) addressable (~> 2.7) public_suffix (4.0.6) + rchardet (1.8.0) PLATFORMS ruby @@ -15,7 +18,7 @@ PLATFORMS DEPENDENCIES fileutils (= 1.2.0) - git (= 1.5.0) + git (= 1.13.0) launchy (~> 2.5) BUNDLED WITH