Skip to content

Commit

Permalink
updated deps for development
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoriz committed Jan 11, 2013
1 parent cf4f8f6 commit fe6a1cb
Showing 1 changed file with 40 additions and 34 deletions.
74 changes: 40 additions & 34 deletions Gemfile.lock
Expand Up @@ -10,61 +10,67 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.8)
activesupport (= 3.2.8)
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (~> 3.0.0)
activesupport (3.2.8)
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
ansi (1.4.2)
ansi (1.4.3)
builder (3.0.4)
coderay (1.0.5)
coderay (1.0.8)
factory_girl (4.1.0)
activesupport (>= 3.0.0)
faraday (0.8.4)
multipart-post (~> 1.1)
ffi (1.0.11)
ffi (1.0.11-java)
growl (1.0.3)
guard (1.0.1)
ffi (>= 0.5.0)
thor (~> 0.14.6)
guard (1.6.1)
listen (>= 0.6.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-minitest (0.5.0)
guard (>= 0.4)
hashie (1.2.0)
i18n (0.6.1)
json (1.7.5)
json (1.7.5-java)
json (1.7.6)
json (1.7.6-java)
listen (0.7.1)
lumberjack (1.0.2)
metaclass (0.0.1)
method_source (0.7.1)
minitest (2.11.3)
minitest-reporters (0.5.1)
method_source (0.8.1)
minitest (4.4.0)
minitest-reporters (0.14.2)
ansi
minitest (~> 2.0)
ruby-progressbar
mocha (0.12.7)
builder
minitest (>= 2.12, < 5.0)
powerbar
mocha (0.12.8)
metaclass (~> 0.0.1)
multi_json (1.1.0)
multi_json (1.5.0)
multipart-post (1.1.5)
nokogiri (1.5.5)
nokogiri (1.5.5-java)
pry (0.9.8.4)
nokogiri (1.5.6)
nokogiri (1.5.6-java)
powerbar (1.0.11)
ansi (~> 1.4.0)
hashie (>= 1.1.0)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
pry (0.9.8.4-java)
method_source (~> 0.8)
slop (~> 3.3.1)
pry (0.9.10-java)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
method_source (~> 0.8)
slop (~> 3.3.1)
spoon (~> 0.0)
rake (0.9.2.2)
ruby-progressbar (0.0.10)
simplecov (0.6.1)
rake (10.0.3)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
slop (2.4.4)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.3.3)
spoon (0.0.1)
thor (0.14.6)
thor (0.16.0)
vcr (2.3.0)

PLATFORMS
Expand Down

0 comments on commit fe6a1cb

Please sign in to comment.