11 lines
156 B
Text
11 lines
156 B
Text
|
source 'https://rubygems.org'
|
||
|
|
||
|
gemspec :path => '..'
|
||
|
|
||
|
gem 'activesupport', '~> 4.0.0'
|
||
|
gem 'mocha'
|
||
|
gem 'test_declarative'
|
||
|
gem 'rake'
|
||
|
gem 'minitest'
|
||
|
gem 'oj'
|