Sha256: 388db9a8946873da2d5df44a5dd1efc8548650352170b9bd0ffdb74e53185ae7

Contents?: true

Size: 495 Bytes

Versions: 14

Compression:

Stored size: 495 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)
if ENV.key? 'RAILS_VERSION'
  gem 'rails', ENV['RAILS_VERSION']
end

# development/test dependencies, and anything else that doesn't belong or fit
# in the gemspec
group :test do
  gem 'minitest'
  gem 'shoulda-matchers'
  gem 'cucumber-rails', require: false
  gem 'test_after_commit'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
landable-1.13.1 Gemfile
landable-1.12.3 Gemfile
landable-1.12.2 Gemfile
landable-1.12.1 Gemfile
landable-1.11.1 Gemfile
landable-1.11.0 Gemfile
landable-1.10.0.rc2 Gemfile
landable-1.10.0.rc1 Gemfile
landable-1.9.2 Gemfile
landable-1.9.1 Gemfile
landable-1.9.0 Gemfile
landable-1.9.0.rc2 Gemfile
landable-1.9.0.rc1 Gemfile
landable-1.8.0 Gemfile