From 2eede98a14e837708e9a5c76430d9b112cdf2bbb Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 4 Jan 2015 16:26:58 -0500 Subject: [PATCH] Update gem dependencies --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index feaf9539..2dafff05 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '2.2.0' gem 'thor' -gem 'pry', '~> 0.9.12' +gem 'pry', '~> 0.10.0' gem 'activesupport', '~> 4.0', require: false gem 'yajl-ruby', require: false diff --git a/Gemfile.lock b/Gemfile.lock index e576093e..53aa5769 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM coffee-script-source (1.8.0) daemons (1.1.9) erubis (2.7.0) - ethon (0.7.1) + ethon (0.7.2) ffi (>= 1.3.0) eventmachine (1.0.4) execjs (2.2.2) @@ -33,7 +33,7 @@ GEM i18n (0.7.0) json (1.8.1) method_source (0.8.2) - mini_portile (0.6.1) + mini_portile (0.6.2) minitest (5.5.0) multi_json (1.10.1) nokogiri (1.6.5) @@ -42,9 +42,9 @@ GEM progress_bar (1.0.3) highline (~> 1.6.1) options (~> 2.3.0) - pry (0.9.12.6) - coderay (~> 1.0) - method_source (~> 0.8) + pry (0.10.1) + coderay (~> 1.1.0) + method_source (~> 0.8.1) slop (~> 3.4) rack (1.6.0) rack-protection (1.5.3) @@ -83,7 +83,7 @@ GEM ethon (>= 0.7.1) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (2.6.0) + uglifier (2.6.1) execjs (>= 0.3.0) json (>= 1.8.0) unix_utils (0.0.15) @@ -102,7 +102,7 @@ DEPENDENCIES minitest nokogiri (~> 1.6.0) progress_bar - pry (~> 0.9.12) + pry (~> 0.10.0) rack rack-test rr