Skip to content

Commit

Permalink
more gem updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Dobzinski committed May 12, 2012
1 parent fe62cae commit 7acdd07
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions Gemfile.lock
Expand Up @@ -54,12 +54,11 @@ GEM
coffee-script-source (1.3.1)
commonjs (0.2.6)
crack (0.3.1)
cucumber (1.1.9)
cucumber (1.2.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.9.0)
diff-lcs (>= 1.1.3)
gherkin (~> 2.10.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
cucumber-rails (1.3.0)
capybara (>= 1.1.2)
cucumber (>= 1.1.8)
Expand All @@ -69,15 +68,15 @@ GEM
diff-lcs (1.1.3)
erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.3.1)
execjs (1.3.2)
multi_json (~> 1.0)
factory_girl (3.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (3.2.0)
factory_girl (~> 3.2.0)
railties (>= 3.0.0)
ffi (1.0.11)
gherkin (2.9.3)
gherkin (2.10.0)
json (>= 1.4.6)
guard (1.0.2)
ffi (>= 0.5.0)
Expand All @@ -90,7 +89,7 @@ GEM
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.7.0)
json (1.7.3)
less (2.2.1)
commonjs (~> 0.2.6)
less-rails (2.2.2)
Expand All @@ -109,7 +108,7 @@ GEM
nokogiri (1.5.2)
pg (0.13.2)
polyglot (0.3.3)
pry (0.9.9.4)
pry (0.9.9.6)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
Expand Down Expand Up @@ -169,16 +168,15 @@ GEM
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
simplecov (0.6.2)
multi_json (~> 1.3)
simplecov (0.6.4)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
slop (2.4.4)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
term-ansicolor (1.0.7)
therubyracer (0.10.1)
libv8 (~> 3.3.10)
thin (1.3.1)
Expand All @@ -192,10 +190,11 @@ GEM
polyglot (>= 0.3.1)
turn (0.9.5)
ansi
twitter-bootstrap-rails (2.0.6)
twitter-bootstrap-rails (2.0.7)
actionpack (>= 3.1)
less-rails (~> 2.2.0)
less-rails (~> 2.2.2)
railties (>= 3.1)
therubyracer (~> 0.10.1)
tzinfo (0.3.33)
uglifier (1.2.4)
execjs (>= 0.3.0)
Expand Down
Binary file removed vendor/cache/cucumber-1.1.9.gem
Binary file not shown.
Binary file added vendor/cache/cucumber-1.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/execjs-1.3.1.gem
Binary file not shown.
Binary file added vendor/cache/execjs-1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/gherkin-2.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/gherkin-2.9.3.gem
Binary file not shown.
Binary file removed vendor/cache/json-1.7.0.gem
Binary file not shown.
Binary file added vendor/cache/json-1.7.3.gem
Binary file not shown.
Binary file removed vendor/cache/pry-0.9.9.4.gem
Binary file not shown.
Binary file added vendor/cache/pry-0.9.9.6.gem
Binary file not shown.
Binary file removed vendor/cache/simplecov-0.6.2.gem
Binary file not shown.
Binary file added vendor/cache/simplecov-0.6.4.gem
Binary file not shown.
Binary file removed vendor/cache/term-ansicolor-1.0.7.gem
Binary file not shown.
Binary file removed vendor/cache/twitter-bootstrap-rails-2.0.6.gem
Binary file not shown.
Binary file added vendor/cache/twitter-bootstrap-rails-2.0.7.gem
Binary file not shown.

0 comments on commit 7acdd07

Please sign in to comment.