summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authortduehr <tduehr@gmail.com>2015-03-13 15:56:36 -0500
committertduehr <tduehr@gmail.com>2015-03-13 15:56:36 -0500
commit1828d51773d99031f9b76043d58203cb672ec35f (patch)
treef62d398893c3d74743003789439f2b0cfbe3034a /Gemfile
parent071f7f8ba1c03c762f5c0a5537303dfa451c3f75 (diff)
downloadffi-1828d51773d99031f9b76043d58203cb672ec35f.tar.gz
build updates for win32
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7d83ddd..d27a1b2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
group :development do
gem 'rake', '~> 10.1'
- gem 'rake-compiler', '~> 0.9.2'
+ gem 'rake-compiler', '~> 0.9.5'
gem 'rspec', '~> 2.14.1'
gem 'rubygems-tasks', '~> 0.2.4', :require => 'rubygems/tasks'
gem "rubysl", "~> 2.0", :platforms => 'rbx'