Sha256: e693ea8a84d62866b247a988163098cd15432d4f9eb387812cfa88387a7f6ac8

Contents?: true

Size: 733 Bytes

Versions: 3

Compression:

Stored size: 733 Bytes

Contents

source "https://rubygems.org"

# Declare your gem's dependencies in open_conference_ware.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.
group :development do
  gem 'rspec-rails', git: 'https://github.com/rspec/rspec-rails.git', branch: '2-14-maintenance'
end

group :debug do
  gem 'debugger'
  gem 'pry'
  gem 'launchy'
  gem 'guard-rspec'
  gem 'cadre'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
open_conference_ware-1.0.0.pre4 Gemfile
open_conference_ware-1.0.0.pre3 Gemfile
open_conference_ware-1.0.0.pre2 Gemfile