File: Gemfile

package info (click to toggle)
ruby-em-mongo 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: ruby: 2,960; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
source 'https://rubygems.org'

gemspec

group :development do
  gem "rspec", "< 1.3"
  # gem "em-spec", :git => "https://github.com/mloughran/em-spec.git"
  gem "em-spec"
end