mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
9 lines
125 B
Ruby
9 lines
125 B
Ruby
source "https://rubygems.org"
|
|
|
|
gemspec
|
|
|
|
gem 'ffi', '~> 1.9', :platforms => [:mswin, :mingw]
|
|
|
|
group :test do
|
|
gem 'rake'
|
|
end
|