You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ffi-clang/Gemfile

14 lines
216 B
Ruby

source 'https://rubygems.org'
gemspec
group :development do
gem 'transpec', git: "https://github.com/yujinakayama/transpec.git"
gem 'pry'
end
group :test do
gem 'simplecov'
gem 'coveralls', require: false
end