Skip to content

Commit

Permalink
added Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Shabanov committed Jan 13, 2011
1 parent 5d71530 commit 65c4b30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
source :rubygems

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", ">= 2.0.0"
gem "shoulda"
gem "sdoc"
gem "bundler", ">= 1.0.0"
gem "jeweler", ">= 1.5.1"
gem "rcov", ">= 0"
gem "rr"
gem "reek", "~> 1.2.8"
gem "roodi", "~> 2.1.0"
gem "activerecord"
end

0 comments on commit 65c4b30

Please sign in to comment.