Sha256: cf1b5eb536436342dad880bc70d9493b09806f5213de27bb1641af5481a22df7
Contents?: true
Size: 323 Bytes
Versions: 2
Compression:
Stored size: 323 Bytes
Contents
# encoding: utf-8 source "https://rubygems.org" group :development do # excludes Windows, Rubinius and JRuby gem "ruby-prof", :platforms => [:mri_19, :mri_20, :mri_21] gem "rake" end group :test do gem "rspec", ">= 3.8.0" gem "rspec-its" gem "simplecov" end group :development, :test do gem "byebug" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
amq-protocol-2.3.2 | Gemfile |
amq-protocol-2.3.1 | Gemfile |