Sha256: ef3117ac8f0b11e19848ca3eaa685eb5ff5ca5f5124ddc7a94ac096c23aa989c

Contents?: true

Size: 376 Bytes

Versions: 26

Compression:

Stored size: 376 Bytes

Contents

source 'https://rubygems.org'

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

gem 'byebug', group: %i[development test] if !Gem.win_platform? && RUBY_ENGINE == "ruby"

if ENV["CI"]
  gem 'codecov', require: false, group: :test
  gem 'simplecov', require: false, group: :test
end

gem 'webrick', group: %i[development test] if RUBY_VERSION.split(".")[0].to_i >= 3

Version data entries

26 entries across 26 versions & 5 rubygems

Version Path
net-ssh-7.3.0 Gemfile
net-ssh-7.3.0.rc1 Gemfile
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/Gemfile
net-ssh-7.2.3 Gemfile
net-ssh-backports-6.3.6.backports Gemfile
net-ssh-backports-6.3.5.backports Gemfile
net-ssh-backports-6.3.4.backports Gemfile
net-ssh-backports-6.3.3.backports Gemfile
net-ssh-backports-6.3.2.backports Gemfile
net-ssh-backports-6.3.1.backports Gemfile
net-ssh-backports-6.3.0.backports Gemfile
net-ssh-7.2.2.rc1 Gemfile
net-ssh-7.2.1 Gemfile
net-ssh-7.2.1.rc1 Gemfile
net-ssh-7.2.0 Gemfile
net-ssh-7.2.0.rc1 Gemfile
net-ssh-7.2.0.beta1 Gemfile
net-ssh-7.1.0 Gemfile
net-ssh-7.1.0.beta2 Gemfile
net-ssh-7.1.0.beta1 Gemfile