Skip to content

Commit

Permalink
Remove versions from the Gemfile and update the bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoskings committed Oct 25, 2011
1 parent 1e2a933 commit fc5655f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
7 changes: 3 additions & 4 deletions Gemfile
Expand Up @@ -3,9 +3,8 @@ source :rubygems
gem 'colorize'

group :development do
gem "rspec", "~> 2.3.0"
gem "rcov", ">= 0"
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.5.2"
gem "rspec"
gem "rcov"
gem "jeweler"
gem "rocco"
end
37 changes: 18 additions & 19 deletions Gemfile.lock
Expand Up @@ -2,35 +2,34 @@ GEM
remote: http://rubygems.org/
specs:
colorize (0.5.8)
diff-lcs (1.1.2)
diff-lcs (1.1.3)
git (1.2.5)
jeweler (1.5.2)
bundler (~> 1.0.0)
jeweler (1.6.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
mustache (0.12.0)
rake (0.8.7)
rcov (0.9.8)
rdiscount (1.6.5)
rocco (0.5)
mustache (0.99.4)
rake (0.9.2)
rcov (0.9.11)
redcarpet (1.17.2)
rocco (0.8.2)
mustache
rdiscount
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
rspec-core (2.3.1)
rspec-expectations (2.3.0)
redcarpet
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0)
rspec-mocks (2.7.0)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.0.0)
colorize
jeweler (~> 1.5.2)
jeweler
rcov
rocco
rspec (~> 2.3.0)
rspec

0 comments on commit fc5655f

Please sign in to comment.