Sha256: 7c512e0df54313984a54507aeecb38e8dead5b1f9334f47cab9142e1b70feac1
Contents?: true
Size: 383 Bytes
Versions: 8
Compression:
Stored size: 383 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in utopia.gemspec gemspec group :development do gem 'yard' gem 'kramdown' gem 'kramdown-parser-gfm' gem 'json' gem 'rackula' end group :test do gem 'benchmark-ips' gem 'ruby-prof', platforms: :mri gem 'guard-falcon' gem 'rack-test' end gem "thread-local", "~> 1.0"
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
utopia-2.15.1 | Gemfile |
utopia-2.15.0 | Gemfile |
utopia-2.14.0 | Gemfile |
utopia-2.13.4 | Gemfile |
utopia-2.13.3 | Gemfile |
utopia-2.13.2 | Gemfile |
utopia-2.13.1 | Gemfile |
utopia-2.13.0 | Gemfile |