File: Gemfile

package info (click to toggle)
ruby-sqlite3 1.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,772 kB
  • sloc: ruby: 3,839; ansic: 1,470; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
source "https://rubygems.org"

gemspec

gem("minitest", "5.21.2")
gem("rake-compiler", "1.2.5")
gem("rake-compiler-dock", "1.4.0")
gem("rdoc", "6.6.2")

gem("ruby_memcheck", "2.3.0") if Gem::Platform.local.os == "linux"