Sha256: 5857d54dbf16342018b11a06e5070013f358b917551ec5edef1ea1e3763f2613
Contents?: true
Size: 277 Bytes
Versions: 30
Compression:
Stored size: 277 Bytes
Contents
source 'https://rubygems.org' gemspec :path => File.expand_path('..', __FILE__) platform :ruby do gem "byebug" if RUBY_VERSION > "2" end File.exist?(gemfile_local = File.expand_path('../Gemfile.local', __FILE__)) and eval File.read(gemfile_local), binding, gemfile_local
Version data entries
30 entries across 30 versions & 6 rubygems