Sha256: ab0c25d2609012857a8b046c098a48b8c07d31e19f9a8f2f343062e0a2a19115
Contents?: true
Size: 423 Bytes
Versions: 3
Compression:
Stored size: 423 Bytes
Contents
#source 'https://rubygems.org' source 'http://bundler-api.herokuapp.com' group :development, :test, :cucumber do if RbConfig::CONFIG['RUBY_PROGRAM_VERSION'] == '1.9.3' gem 'debugger' elsif %w(1.9.0 1.9.1 1.9.2).include?(RbConfig::CONFIG['RUBY_PROGRAM_VERSION']) gem 'ruby-debug19', require: 'ruby-debug' else gem 'ruby-debug' end end # Specify your gem's dependencies in smarter_dates.gemspec gemspec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
smarter_dates-0.2.15 | Gemfile |
smarter_dates-0.2.14 | Gemfile |
smarter_dates-0.2.13 | Gemfile |