ruby-avm-library/Gemfile

17 lines
304 B
Ruby
Raw Normal View History

2011-03-03 22:36:12 +00:00
source "http://rubygems.org"
# Specify your gem's dependencies in ruby-avm-library.gemspec
gemspec
2011-03-07 17:39:47 +00:00
gem 'rspec-quickfix-formatter', :git => 'git://github.com/johnbintz/rspec-quickfix-formatter.git'
2011-03-07 17:39:47 +00:00
group :test do
gem 'autotest'
end
group :mac do
gem 'autotest-fsevent'
gem 'autotest-growl'
end