Skip to content

Commit

Permalink
update lots of gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Dobzinski committed Feb 22, 2012
1 parent 3426627 commit 316c644
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 11 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -45,5 +45,6 @@ end
group :development do
#gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i
gem 'annotate', '~> 2.4.1.beta'
gem 'awesome_print'
end

25 changes: 14 additions & 11 deletions Gemfile.lock
Expand Up @@ -30,7 +30,8 @@ GEM
multi_json (~> 1.0)
annotate (2.4.1.beta1)
ansi (1.4.2)
arel (3.0.0)
arel (3.0.2)
awesome_print (1.0.2)
bcrypt-ruby (3.0.1)
builder (3.0.0)
capybara (1.1.2)
Expand All @@ -55,10 +56,10 @@ GEM
eventmachine (0.12.10)
execjs (1.3.0)
multi_json (~> 1.0)
factory_girl (2.5.2)
factory_girl (2.6.0)
activesupport (>= 2.3.9)
factory_girl_rails (1.6.0)
factory_girl (~> 2.5.0)
factory_girl_rails (1.7.0)
factory_girl (~> 2.6.0)
railties (>= 3.0.0)
ffi (1.0.11)
guard (1.0.0)
Expand All @@ -68,17 +69,18 @@ GEM
guard (>= 0.10.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.1)
journey (1.0.2)
jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0)
thor (~> 0.14)
json (1.6.5)
json_pure (1.6.5)
mail (2.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.4)
multi_json (1.1.0)
nokogiri (1.5.0)
pg (0.13.1)
polyglot (0.3.3)
Expand Down Expand Up @@ -126,13 +128,13 @@ GEM
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.19.0)
childprocess (>= 0.2.5)
selenium-webdriver (2.13.0)
childprocess (>= 0.2.1)
ffi (~> 1.0.9)
multi_json (~> 1.0.4)
json_pure
rubyzip
simplecov (0.5.4)
multi_json (~> 1.0.3)
simplecov (0.6.0)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sprockets (2.1.2)
Expand Down Expand Up @@ -162,6 +164,7 @@ PLATFORMS

DEPENDENCIES
annotate (~> 2.4.1.beta)
awesome_print
bcrypt-ruby (~> 3.0.0)
capybara
coffee-rails (~> 3.2.1)
Expand Down
Binary file removed vendor/cache/arel-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/arel-3.0.2.gem
Binary file not shown.
Binary file added vendor/cache/awesome_print-1.0.2.gem
Binary file not shown.
Binary file removed vendor/cache/factory_girl-2.5.2.gem
Binary file not shown.
Binary file added vendor/cache/factory_girl-2.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/factory_girl_rails-1.6.0.gem
Binary file not shown.
Binary file added vendor/cache/factory_girl_rails-1.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/journey-1.0.1.gem
Binary file not shown.
Binary file added vendor/cache/journey-1.0.2.gem
Binary file not shown.
Binary file added vendor/cache/json_pure-1.6.5.gem
Binary file not shown.
Binary file removed vendor/cache/multi_json-1.0.4.gem
Binary file not shown.
Binary file added vendor/cache/multi_json-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/selenium-webdriver-2.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/selenium-webdriver-2.19.0.gem
Binary file not shown.
Binary file removed vendor/cache/simplecov-0.5.4.gem
Binary file not shown.
Binary file added vendor/cache/simplecov-0.6.0.gem
Binary file not shown.

0 comments on commit 316c644

Please sign in to comment.