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

13 lines
258 B
Text
Raw Normal View History

source :rubygems
gem 'rake'
gem 'rspec', '~> 2.0'
2012-01-16 07:16:57 -05:00
gem 'activesupport', '~> 3.1.3'
gem 'actionpack', "~> 3.1.3", :require => 'action_view'
2012-01-16 16:26:07 -05:00
gem 'ammeter', '~> 0.2.2', :require => 'ammeter/init'
gem 'guard'
gem 'guard-rspec'
gem 'launchy'
2011-09-01 01:17:12 -04:00
gem 'yard'
gemspec