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

15 lines
No EOL
386 B
Ruby

source :rubygems
gem 'rake', '0.8.7'
gem 'rspec', '~> 2.0.1'
gem 'activesupport', '~> 3.0.10'
gem 'actionpack', "~> 3.0.10", :require => 'action_view'
gem 'guard'
gem 'guard-rspec'
gem 'launchy'
gem 'ruby-debug', :platforms => [:mri_18]
gem 'ruby-debug19', :platforms => [:mri_19]
gem 'rcov', :platforms => [:mri_18]
gem 'cover_me', '>= 1.0.0.rc6', :platforms => [:mri_19]
gemspec