Sha256: 65d759b1980e5f956b43867d6cd04b9eb1f003e7687450a1533f11290c3dc265
Contents?: true
Size: 286 Bytes
Versions: 5
Compression:
Stored size: 286 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in utopia.gemspec gemspec group :development do gem 'pry' gem 'guard-rspec' gem 'guard-yard' gem 'yard' end group :test do gem 'benchmark-ips' gem 'ruby-prof', platforms: :mri end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
async-container-0.16.5 | Gemfile |
async-container-0.16.4 | Gemfile |
async-container-0.16.3 | Gemfile |
async-container-0.16.2 | Gemfile |
async-container-0.16.1 | Gemfile |