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

source 'https://rubygems.org'

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

gem 'utils'
gem 'test-unit'
gem 'byebug', :platform => :mri