Sha256: 25228c366c04bc0046b31a800172b1f5eb0db78594e43a8b652a78d8d5984df8

Contents?: true

Size: 398 Bytes

Versions: 7

Compression:

Stored size: 398 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'rubyzip'

group :development do
  gem 'benchmark-ips'
  gem 'flamegraph'
  gem 'memory_profiler'
  gem 'pry'
  gem 'ruby-prof'
  gem 'stackprof'
end

group :test do
  gem 'coveralls', '~>0.8.21', require: false
  gem 'simplecov', require: false
end

group :local do
  gem 'guard-rspec'
  gem 'rubocop', require: false
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
rambling-trie-2.2.1 Gemfile
rambling-trie-2.2.0 Gemfile
rambling-trie-opal-2.1.1.1 Gemfile
rambling-trie-opal-2.1.1 Gemfile
rambling-trie-2.1.1 Gemfile
rambling-trie-2.1.0 Gemfile
rambling-trie-2.0.0 Gemfile