mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
added Gemfile
This commit is contained in:
parent
5d71530757
commit
65c4b30928
1 changed files with 16 additions and 0 deletions
16
Gemfile
Normal file
16
Gemfile
Normal 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
|
Loading…
Reference in a new issue