Sha256: 4622210bc5d36676cc92d8b0e8e9ef51a2c743feddcd939953775c8cb945c14d
Contents?: true
Size: 555 Bytes
Versions: 1
Compression:
Stored size: 555 Bytes
Contents
source 'https://rubygems.org' # load dependencies from landable.gemspec gemspec # allow us to load up a specific version of rails, since the gemspec is # concerned only with compatibility (see bin/test) gem 'rails', ENV['RAILS_VERSION'] if ENV.key? 'RAILS_VERSION' # handle configurations! gem 'figgy', '~> 1.1.0' # development/test dependencies, and anything else that doesn't belong or fit # in the gemspec group :test do gem 'rubocop' gem 'minitest' gem 'shoulda-matchers' gem 'cucumber-rails', require: false gem 'test_after_commit' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
landable-1.14.0 | Gemfile |