Sha256: 2721b19fdcd8c26671d9c4674212f4a15a7c9f6d4501508ebbe0a768a0538d70
Contents?: true
Size: 642 Bytes
Versions: 4
Compression:
Stored size: 642 Bytes
Contents
source 'https://rubygems.org' # These are gems that are only used for local development and don't need to be included at runtime or for running tests. # The CI process will not install them. group :optional do gem 'debug', '>= 1.0.0', platform: :mri gem 'guard-rspec' gem 'pry' gem 'redcarpet', platform: :mri # redcarpet doesn't support jruby gem 'rubocop' gem 'rubocop-rake' gem 'rubocop-rspec' gem 'ruby-maven', platform: :jruby gem 'ruby-prof', platform: :mri gem 'simplecov-html' gem 'solargraph' gem 'terminal-notifier' gem 'terminal-notifier-guard' gem 'webrick' gem 'yard' end gem 'simplecov' gemspec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ruby-units-4.0.3 | Gemfile |
ruby-units-4.0.2 | Gemfile |
ruby-units-4.0.1 | Gemfile |
ruby-units-4.0.0 | Gemfile |