Sha256: c23bb258785a10f9b222a2078bd40e2961be4a2df7c446a57914a751aafa54cb
Contents?: true
Size: 777 Bytes
Versions: 1
Compression:
Stored size: 777 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in devise-api.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise-api-0.0.0 | Gemfile |