summaryrefslogtreecommitdiff
path: root/Gemfile
blob: ef9ce01fcd33bda77a0a94a12f91faee0c086947 (plain)
1
2
3
4
5
6
7
8
9
10
# vim: set ft=ruby:

source 'https://rubygems.org'

gemspec :name => 'json'
gemspec :name => 'json_pure'
gemspec :name => 'json-java'

gem 'utils'
gem 'test-unit'