Sha256: 7b2afcb135be61ba6cb59597b31dbda4ab2bb4610bbb27c8a4e15e34ad91fdf0

Contents?: true

Size: 787 Bytes

Versions: 3

Compression:

Stored size: 787 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in dry-validation-rails.gemspec
gemspec

# Rake is a Make-like program implemented in Ruby [https://github.com/ruby/rake]
gem 'rake', '~> 13.0'

# Minitest provides a complete suite of testing facilities supporting [https://github.com/minitest/minitest]
gem 'minitest', '~> 5.0'

# RuboCop is a Ruby code style checking and code formatting tool [https://github.com/rubocop/rubocop]
gem 'rubocop', '~> 1.21'

# Pretty print Ruby objects with proper indentation and colors [https://github.com/awesome-print/awesome_print]
gem 'awesome_print'

# Pry is a runtime developer console and IRB alternative with powerful introspection capabilities [https://github.com/pry/pry]
gem 'pry', '~> 0.14.1'

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
natron-0.1.0 Gemfile
dry-validation-rails-0.1.1 Gemfile
dry-validation-rails-0.1.0 Gemfile