android.moparisthebest.org/octopress/Gemfile
2012-01-20 10:23:25 -05:00

23 lines
325 B
Ruby

source :rubygems
gemspec
group :debug do
gem 'ruby-debug19'
end
group :test do
gem 'guard'
gem 'guard-rspec'
gem 'guard-cucumber'
gem 'fakefs', git:'git://github.com/defunkt/fakefs.git'
#if we are on travis ci ignore these
unless ENV["CI"]
gem 'rb-fsevent'
gem 'ruby_gntp', '~> 0.3.4'
end
end