summaryrefslogtreecommitdiff
path: root/Gemfile
blob: b6963ac7b8e1f2e7659c874a7a18fb73412ca87e (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.32.1'
  gem 'reek', '= 1.3.7'
  gem 'test-kitchen', '~> 1.2'
  gem 'kitchen-digitalocean'
  gem 'kitchen-ec2'
  gem 'kitchen-vagrant'
end