• Sign in

Georg GH. Hopp / vagrant-lxd · Files

Dogs2 white

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • vagrant-lxd
  • Gemfile
  • remove bundler dependencie.
    861f23d4
    Georg Hopp authored
    2017-05-16 08:52:03 +0200  
    Browse Files »
Gemfile 155 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
source 'https://rubygems.org'

group :development do
  gem "vagrant", git: "https://github.com/mitchellh/vagrant.git"
end

group :plugins do
  gemspec
end