Skip to content

Commit

Permalink
updated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Aug 13, 2012
1 parent 39a8329 commit 84ca138
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions Gemfile
@@ -1,14 +1,11 @@
source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
# gem "activesupport", ">= 2.3.5"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
gem 'rails'

group :development do
gem "rspec", "~> 2.8.0"
gem "rdoc", "~> 3.12"
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.8.4"
gem "rcov", ">= 0"
gem "rspec", "> 2.8.0"
gem "rdoc", ">= 3.12"
gem "bundler", "> 1.0.0"
gem "jeweler", ">= 1.8.4"
gem "simplecov",">= 0.5"
end

0 comments on commit 84ca138

Please sign in to comment.