Skip to content

Commit

Permalink
fixing gemfile (part of 1.0.4 release)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmccaughan committed Jun 26, 2012
1 parent e806f94 commit 9931848
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ source "http://rubygems.org"
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", "~> 2.3.0"
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.5.2"
gem "rcov", ">= 0"
gem "bundler"
gem "jeweler"
end
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ GEM
specs:
diff-lcs (1.1.3)
git (1.2.5)
jeweler (1.5.2)
bundler (~> 1.0.0)
jeweler (1.8.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
json (1.7.3)
rake (0.9.2.2)
rcov (1.0.0)
rdoc (3.12)
json (~> 1.4)
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
Expand All @@ -22,7 +25,6 @@ PLATFORMS
ruby

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

0 comments on commit 9931848

Please sign in to comment.