Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • crystal
2 results

Gemfile

Blame
  • This project manages its dependencies using Bundler. Learn more
    Gemfile 210 B
    # frozen_string_literal: true
    
    source "https://rubygems.org"
    
    gem "ruby-graphviz"
    gem "rsec"
    gem "kwalify"
    
    gem "lpsolve", git: 'git@gitlab.cs.fau.de:SWAN/rb-lpsolve.git'
    
    gem 'pry-byebug', group: :development