1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/Gemfile
2012-03-03 14:01:19 +00:00

13 lines
257 B
Ruby

source :rubygems
gem 'rake'
gem 'rspec', '~> 2.0'
gem 'activesupport', '~> 3.1.3'
gem 'actionpack', "~> 3.1.3", :require => 'action_view'
gem 'ammeter', '~> 0.2.2', :require => 'ammeter/init'
gem 'guard'
gem 'guard-rspec'
gem 'launchy'
gem 'yard'
gemspec