diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-12-03 16:44:25 +0100 |
---|---|---|
committer | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-12-17 16:31:58 +0100 |
commit | f192df6c889b499fad5d85f7c0081e9ba8f6df14 (patch) | |
tree | 307e735456fb762705dc3f54c0f521a580946991 | |
parent | Start tracking migrations (diff) | |
download | recruiting-webapp-f192df6c889b499fad5d85f7c0081e9ba8f6df14.tar.gz recruiting-webapp-f192df6c889b499fad5d85f7c0081e9ba8f6df14.tar.bz2 recruiting-webapp-f192df6c889b499fad5d85f7c0081e9ba8f6df14.zip |
Update Gemfile.lock
Some gems got newer versions, so we can use them.
-rw-r--r-- | Gemfile.lock | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9a76a46..af14938 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,40 +12,40 @@ GEM activesupport (= 2.3.5) activesupport (2.3.5) bluecloth (2.0.9) - builder (2.1.2) - columnize (0.3.1) - cucumber (0.9.3) - builder (~> 2.1.2) + builder (3.0.0) + columnize (0.3.2) + cucumber (0.10.0) + builder (>= 2.1.2) diff-lcs (~> 1.1.2) - gherkin (~> 2.2.9) + gherkin (~> 2.3.2) json (~> 1.4.6) term-ansicolor (~> 1.0.5) cucumber-rails (0.3.2) cucumber (>= 0.8.0) daemons (1.1.0) database_cleaner (0.6.0) - delayed_job (2.0.3) + delayed_job (2.0.5) daemons diff-lcs (1.1.2) email_spec (0.6.2) factory_girl (1.3.2) - gherkin (2.2.9) + gherkin (2.3.2) json (~> 1.4.6) term-ansicolor (~> 1.0.5) gpgme (1.0.8) - hobo (1.0.1) - hobofields (= 1.0.1) - hobosupport (= 1.0.1) - rails (>= 2.2.2) - will_paginate (>= 2.3.11) + hobo (1.0.2) + hobofields (= 1.0.2) + hobosupport (= 1.0.2) + rails (>= 2.2.2, < 3.0.0) + will_paginate (>= 2.3.11, ~> 2) hobo_openid (0.4.2) hobo (>= 1.0.0) rails (>= 2.3.5) ruby-openid (>= 2.1.7) - hobofields (1.0.1) - hobosupport (= 1.0.1) - rails (>= 2.2.2) - hobosupport (1.0.1) + hobofields (1.0.2) + hobosupport (= 1.0.2) + rails (>= 2.2.2, < 3.0.0) + hobosupport (1.0.2) json (1.4.6) linecache (0.43) mail (2.2.1) @@ -54,7 +54,7 @@ GEM treetop (>= 1.4.5) mime-types (1.16) mysql (2.8.1) - nokogiri (1.4.3.1) + nokogiri (1.4.4) polyglot (0.3.1) rack (1.0.1) rack-test (0.5.6) @@ -69,16 +69,16 @@ GEM rake (0.8.7) rspec (1.3.1) rspec-rails (1.3.3) - ruby-debug (0.10.3) + ruby-debug (0.10.4) columnize (>= 0.1) - ruby-debug-base (~> 0.10.3.0) - ruby-debug-base (0.10.3) + ruby-debug-base (~> 0.10.4.0) + ruby-debug-base (0.10.4) linecache (>= 0.3) ruby-openid (2.1.8) shoulda (2.11.3) sqlite3-ruby (1.3.2) term-ansicolor (1.0.5) - treetop (1.4.8) + treetop (1.4.9) polyglot (>= 0.3.1) webrat (0.7.2) nokogiri (>= 1.2.0) |