Sha256: 0082423b583b031a949b213b88b4eb6991ea673a0f5cf8214628e0a29149988d

Contents?: true

Size: 359 Bytes

Versions: 5

Compression:

Stored size: 359 Bytes

Contents

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

source 'https://rubygems.org'

gemspec

group :development do
  if File.exist?(File.expand_path("../../vagrant", __FILE__))
    gem 'vagrant', path: "../vagrant"
  else
    gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git', branch: "main"
  end
  gem 'rake', '>= 12.3.3'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-routeros-0.0.5 Gemfile
vagrant-routeros-0.0.4 Gemfile
vagrant-routeros-0.0.3 Gemfile
vagrant-routeros-0.0.2 Gemfile
vagrant-routeros-0.0.1 Gemfile