Skip to content

Commit

Permalink
Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Jan 25, 2014
1 parent 120be8d commit 0d465f6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ gem "bio-logger"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", "~> 2.8.0"
gem "rdoc", "~> 3.12"
gem "cucumber", ">= 0"
gem "bundler", "> 1.0.0"
gem "rspec"
gem "cucumber"
gem "bundler"
gem "jeweler", "~> 1.8.3"
gem "bio", ">= 1.4.2"
gem "rdoc", "~> 3.12"
gem "rdoc"
gem "regressiontest", ">= 0.0.2"
end

0 comments on commit 0d465f6

Please sign in to comment.