Sha256: 70e101c683fb98176768d46b22f8b62088dab47ffad928cd1c5d18ec2665ef75

Contents?: true

Size: 461 Bytes

Versions: 5

Compression:

Stored size: 461 Bytes

Contents

source 'https://rubygems.org'

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

# Byebug - Debugger
gem 'byebug', '~> 11.1'

# I18n - Localization library - Necessary to test our integration with it
gem 'i18n', '~> 1.12'

# RSpec - Testing framework
gem 'rspec', '~> 3.11'
# RuboCop - Linter
gem 'rubocop', '~> 1.64'
# RuboCop RSpec - Spec linter rules
gem 'rubocop-rspec', '~> 2.26'
# SimpleCov - Code coverage analysis
gem 'simplecov', '~> 0.21'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
easy_command-1.0.1 Gemfile
easy_command-1.0.0 Gemfile
easy_command-1.0.0.pre.rc3 Gemfile
easy_command-1.0.0.pre.rc2 Gemfile
easy_command-1.0.0.pre.rc1 Gemfile