Sha256: 2ae6bead91e1d6fab927211e45fd43c2e4977fa66fee864ca64865b17abfa38c

Contents?: true

Size: 325 Bytes

Versions: 9

Compression:

Stored size: 325 Bytes

Contents

source "http://rubygems.org"
gemspec

platform :ruby do
  gem 'bson_ext'
end

group :development do
  unless ENV["CI"]
    gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
    gem 'ruby-debug19', :platforms => :ruby_19
    gem 'ruby-debug', :platforms => :mri_18
  end
end

group :test do
  gem 'rake'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
whoops-0.3.5 Gemfile
whoops-0.3.4 Gemfile
whoops-0.3.3 Gemfile
whoops-0.3.2 Gemfile
whoops-0.3.1 Gemfile
whoops-0.3 Gemfile
whoops-0.2.4 Gemfile
whoops-0.2.3 Gemfile
whoops-0.2.2 Gemfile