Sha256: 506b009cf4b35e075ab361e076e08f137b47c181195a382f90db046834c986a6

Contents?: true

Size: 275 Bytes

Versions: 5

Compression:

Stored size: 275 Bytes

Contents

# coding: utf-8
if ENV['USE_OFFICIAL_GEM_SOURCE']
  source 'https://rubygems.org'
else
  source 'http://gems.ruby-china.org'
end

# gem 'byebug'
# Specify your gem's dependencies in fir.gemspec
gemspec
gem 'byebug'
gem 'codeclimate-test-reporter', group: :test, require: nil

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fir-cli-1.6.10 Gemfile
fir-cli-1.6.9 Gemfile
fir-cli-1.6.8 Gemfile
fir-cli-1.6.7.beta Gemfile
fir-cli-1.6.7.alpha Gemfile