summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 34b35ca990bbed4ee3321ec0699bcdf65047ad97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source "https://rubygems.org"

gemspec :name => "ffi-yajl"

platforms :rbx do
  gem 'rubysl', '~> 2.0'
end

group :development do
  # for testing loading concurrently with yajl-ruby, not on jruby
  gem 'yajl-ruby', :platforms => [ :ruby, :mswin, :mingw ]
end

group :development_extras do
  gem 'rubocop', '= 0.21.0'
  gem 'reek', '= 1.3.7'
  gem 'test-kitchen', '~> 1.2'
  gem 'kitchen-digitalocean'
  gem 'kitchen-ec2'
  gem 'kitchen-vagrant'
end