ruby-avm-library/Gemfile

17 lines
304 B
Ruby

source "http://rubygems.org"
# Specify your gem's dependencies in ruby-avm-library.gemspec
gemspec
gem 'rspec-quickfix-formatter', :git => 'git://github.com/johnbintz/rspec-quickfix-formatter.git'
group :test do
gem 'autotest'
end
group :mac do
gem 'autotest-fsevent'
gem 'autotest-growl'
end