File: Gemfile

package info (click to toggle)
ruby-gir-ffi 0.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,824 kB
  • sloc: ruby: 20,895; makefile: 90; sh: 1
file content (12 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

source 'https://rubygems.org'

# The gem's dependencies are specified in gir_ffi.gemspec
gemspec

gem 'pry', '~> 0.11.0'

if ENV['CI']
  gem 'coveralls', group: :development if ENV['TRAVIS_RUBY_VERSION'] == '2.4'
end