File: Gemfile-custom.sample

package info (click to toggle)
ruby-rspec-rails 8.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,820 kB
  • sloc: ruby: 10,902; sh: 199; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
group :development do
  gem 'interactive_rspec'
  gem 'relish', '~> 0.6.0'
  gem 'guard-rspec', '~> 1.2.1'
  gem 'growl', '1.0.3'
  gem 'spork', '0.9.0'

  platform :mri do
    gem 'rb-fsevent', '~> 0.9.0'
    gem 'ruby-prof', '~> 0.10.0'
  end
end