Sha256: 7d155ad8f4c31aa0427519e5d80c3b6311fca681ada82f69b5a792b30b8c6da9
Contents?: true
Size: 355 Bytes
Versions: 5
Compression:
Stored size: 355 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 gem 'pry' gem 'faker' end end group :test do gem 'rake' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
whoops-0.5.5 | Gemfile |
whoops-0.5.4 | Gemfile |
whoops-0.5.3 | Gemfile |
whoops-0.5.2 | Gemfile |
whoops-0.5.1 | Gemfile |