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

13 lines
No EOL
291 B
Ruby

source :rubygems
gem 'rake'
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 'rcov', :platforms => [:mri_18]
gem 'cover_me', '>= 1.0.0.rc6', :platforms => [:mri_19]
gemspec