File: Gemfile

package info (click to toggle)
ruby-representable 3.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 896 kB
  • sloc: ruby: 6,432; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source 'https://rubygems.org'

gemspec

group :test do
  gem 'nokogiri', '~> 1.6.8', require: false
  gem "multi_json", require: false
  gem "minitest-line"
end

# gem "declarative", path: "../declarative"
# gem "declarative", github: "apotonick/declarative"

# gem "uber","0.0.15" #, path: "../uber"