summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-04-06 20:38:58 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-04-06 20:38:58 -0700
commit6a92b9c932d6e54cfd452bb49d693f6a53b38b7d (patch)
treec32497c899c43c4f63f07d08596a7476db4e4dc9 /Gemfile
parentf282d5b9fcaa9b91280160fd9636fc2d5e73ae11 (diff)
downloadffi-yajl-6a92b9c932d6e54cfd452bb49d693f6a53b38b7d.tar.gz
Mostly removing the libyajl2 pin2.4.0
Some Gemfile cleanup and bumping the version Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 3941abb..30fe201 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,15 +2,15 @@ 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 ]
- gem "rspec"
- gem "rake-compiler"
+ gem "ffi"
+ gem "rake", ">= 10.1"
+ gem "rspec", "~> 3.0"
+ gem "pry", "~> 0.9"
+ gem "rake-compiler", "~> 1.0"
+ gem "rack", "~> 2.0"
end
group :development_extras do