File: Gemfile

package info (click to toggle)
ruby-ninix-fmo 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 116 kB
  • sloc: ansic: 364; sh: 29; ruby: 28; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

source "https://rubygems.org"

# Specify your gem's dependencies in ninix-fmo.gemspec
gemspec

gem "bundler", "~> 1.5"
gem "rake", "~> 13.0"
gem "rake-compiler"