Sha256: 1cdf110c4195cdaa38e0e1fa8ec1019b3002294bbaa78e6e9f25e141b9ea12b4
Contents?: true
Size: 488 Bytes
Versions: 2
Compression:
Stored size: 488 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in simple_command_dispatcher.gemspec gemspec gem 'bundler', '~> 2.5', '>= 2.5.3' gem 'colorize', '>= 0.8.1', '< 2.0' gem 'pry-byebug', '>= 3.9', '< 4.0' gem 'rake', '>= 13.0', '< 14.0' gem 'rdoc', '>= 6.4', '< 7.0' gem 'rspec', '>= 3.10', '< 4.0' gem 'rubocop', '>= 1.35', '< 2.0' gem 'rubocop-performance', '>= 1.14', '< 2.0' gem 'rubocop-rspec', '~> 2.25' gem 'yard', '>= 0.9.28', '< 1.0'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_command_dispatcher-3.0.2 | Gemfile |
simple_command_dispatcher-3.0.1 | Gemfile |