Sha256: 4791b3c4e0ee99a2a5d970e173baf4efb2535a855d45397d2bb873244f66297f

Contents?: true

Size: 666 Bytes

Versions: 6

Compression:

Stored size: 666 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in redcarpet-form-extension.gemspec
gemspec

gem 'rake', '~> 12.0'

# Behaviour Driven Development for Ruby
gem 'rspec'

# RuboCop is a Ruby static code analyzer (a.k.a. linter) and code formatter.
gem 'rubocop'

# A RuboCop plugin for Rake.
gem 'rubocop-rake'

# RSpec-specific analysis for your projects, as an extension to RuboCop.
gem 'rubocop-rspec'

# Byebug is a simple to use and feature rich debugger for Ruby.
gem 'byebug'

# Code coverage for Ruby
gem 'simplecov', require: false, group: :test

# A gem to bump versions of gems and chef-cookbooks.
gem 'bump'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
redcarpet-form-extension-0.4.0 Gemfile
redcarpet-form-extension-0.3.0 Gemfile
redcarpet-form-extension-0.2.1 Gemfile
redcarpet-form-extension-0.2.0 Gemfile
redcarpet-form-extension-0.1.3 Gemfile
redcarpet-form-extension-0.1.2 Gemfile