# frozen_string_literal: true

source 'https://rubygems.org'

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

gem 'rake', '~> 13.0'

gem 'minitest', '~> 5.0'

gem 'rubocop', '~> 1.7'

# A RuboCop plugin for Rake
gem 'rubocop-rake', '~> 0.6.0'

# Automatic Minitest code style checking tool.
# A RuboCop extension focused on enforcing Minitest best practices and coding conventions.
gem 'rubocop-minitest', '~> 0.15.1'
