Sha256: 2c7b499dfe9936c2075c574972a9edb5deeaa268090b59fc3e73732d3e83cf48

Contents?: true

Size: 302 Bytes

Versions: 30

Compression:

Stored size: 302 Bytes

Contents

source 'https://rubygems.org'

# cut patch number off the version number and lock it down to the minor version
ruby_version = File.read(File.expand_path('.ruby-version', __dir__)).chomp.split('.')[0..1].join('.')
ruby "~> #{ruby_version}"

# Specify your gem's dependencies in eligible.gemspec
gemspec

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
eligible-3.0.0.beta10 Gemfile
eligible-3.0.0.beta9 Gemfile
eligible-3.0.0.beta8 Gemfile
eligible-3.0.0.beta7 Gemfile
eligible-3.0.0.beta6 Gemfile
eligible-3.0.0.beta5 Gemfile
eligible-3.0.0.beta4 Gemfile
eligible-3.0.0.beta3 Gemfile
eligible-3.0.0.beta2 Gemfile
eligible-3.0.0.beta1 Gemfile