Skip to content

Commit

Permalink
Updated RSpec and Jeweler development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilger committed May 31, 2011
1 parent 5fda848 commit 211246c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -3,9 +3,9 @@ source "http://rubygems.org"
gem 'couchrest', '~> 1.0.2'

group :development do
gem "rspec", "~> 2.3.0"
gem "rspec", "~> 2.6.0"
gem "bundler", "~> 1.0.0"
gem "jeweler", :git => "git://github.com/jwilger/jeweler.git"
gem "jeweler", "~> 1.6.1"
gem "rcov", ">= 0"
gem "reek", "~> 1.2.8"
gem "rdoc", "~> 3.6.1"
Expand Down
31 changes: 13 additions & 18 deletions Gemfile.lock
@@ -1,12 +1,3 @@
GIT
remote: git://github.com/jwilger/jeweler.git
revision: d7461cba474852ab16d31618e6465b56b00db49e
specs:
jeweler (1.6.0)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake

GEM
remote: http://rubygems.org/
specs:
Expand All @@ -22,6 +13,10 @@ GEM
rest-client (~> 1.6.1)
diff-lcs (1.1.2)
git (1.2.5)
jeweler (1.6.1)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
json (1.5.1)
mime-types (1.16)
rake (0.9.0)
Expand All @@ -33,14 +28,14 @@ GEM
sexp_processor (~> 3.0)
rest-client (1.6.1)
mime-types (>= 1.16)
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)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.3)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0)
rspec-mocks (2.6.0)
ruby2ruby (1.2.5)
ruby_parser (~> 2.0)
sexp_processor (~> 3.0)
Expand All @@ -58,8 +53,8 @@ DEPENDENCIES
autotest-growl (~> 0.2.9)
bundler (~> 1.0.0)
couchrest (~> 1.0.2)
jeweler!
jeweler (~> 1.6.1)
rcov
rdoc (~> 3.6.1)
reek (~> 1.2.8)
rspec (~> 2.3.0)
rspec (~> 2.6.0)

0 comments on commit 211246c

Please sign in to comment.