Update gem dependencies

This commit is contained in:
Thibaut 2015-01-04 16:26:58 -05:00
parent be7d43ef89
commit 2eede98a14
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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