Sha256: 27af0eaefb99f888def782ba7c43bff0a6c8f94c64300b89d09b172e4513ed21

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in stringer.gemspec
gemspec

group :development do
  # An IRB alternative and runtime developer console
  # [pry](http://pry.github.com)
  gem 'pry', '~> 0.9.10'
end

group :test do
  # Adding rake for Travis.
  gem 'rake'

  # minitest provides a complete suite of testing facilities...
  # [minitest](https://github.com/seattlerb/minitest)
  gem 'minitest', '~> 3.3.0'

  # Adds color to your MiniTest output
  gem "minitest-rg", "~> 1.0.0"

  # [mocha](http://gofreerange.com/mocha/docs)
  gem 'mocha', '~> 0.12.2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stringer-0.0.1 Gemfile