Sha256: 576bd833fa95383caa01e49e93872a8f06dce6f60daf3806285436536f6eb71a
Contents?: true
Size: 788 Bytes
Versions: 2
Compression:
Stored size: 788 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in rails-routes-prettier.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails-routes-prettier-1.0.0 | Gemfile |
rails-routes-prettier-0.1.0 | Gemfile |