Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
deni64k committed Feb 7, 2013
1 parent 2d58918 commit 6d76843
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
15 changes: 8 additions & 7 deletions Gemfile
Expand Up @@ -8,11 +8,12 @@ gem "yajl-ruby"

group :development do
gem "bdb"
gem "yard", "~> 0.8.0"
gem "minitest"
gem "bundler", "~> 1.2"
gem "jeweler", "~> 1.8.4"
gem "simplecov"
gem "simplecov-rcov"
gem "travis-lint"
gem "redis-namespace"
gem "yard", "~> 0.8.0"
gem "minitest", "~> 4.5"
gem "bundler", "~> 1.2"
gem "jeweler", "~> 1.8.4"
gem "simplecov", "~> 0.7.1"
gem "simplecov-rcov", "~> 0.2.3"
gem "travis-lint", "~> 1.4"
end
28 changes: 16 additions & 12 deletions Gemfile.lock
Expand Up @@ -22,23 +22,26 @@ GEM
git (>= 1.2.5)
rake
rdoc
json (1.7.5)
minitest (4.2.0)
multi_json (1.3.7)
rake (0.9.2.2)
rdoc (3.12)
json (1.7.6)
minitest (4.5.0)
multi_json (1.5.0)
rake (10.0.3)
rdoc (3.12.1)
json (~> 1.4)
redis (3.0.2)
redis-namespace (1.2.1)
redis (~> 3.0.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
travis-lint (1.4.0)
hashr (>= 0.0.19)
travis-lint (1.6.0)
hashr (~> 0.0.22)
tuple (0.1.2)
yajl-ruby (1.1.0)
yard (0.8.3)
yard (0.8.4.1)

PLATFORMS
ruby
Expand All @@ -50,10 +53,11 @@ DEPENDENCIES
eventmachine
http_parser.rb
jeweler (~> 1.8.4)
minitest
simplecov
simplecov-rcov
travis-lint
minitest (~> 4.5)
redis-namespace
simplecov (~> 0.7.1)
simplecov-rcov (~> 0.2.3)
travis-lint (~> 1.4)
tuple
yajl-ruby
yard (~> 0.8.0)

0 comments on commit 6d76843

Please sign in to comment.