1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

added Gemfile

This commit is contained in:
Konstantin Shabanov 2011-01-13 13:55:48 +06:00
parent 5d71530757
commit 65c4b30928

16
Gemfile Normal file
View file

@ -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