Sha256: 9ade0b7326c48720b073f98e306dbe9ab6035f764fc1708da595d8a718c91845
Contents?: true
Size: 606 Bytes
Versions: 2
Compression:
Stored size: 606 Bytes
Contents
source "https://rubygems.org" gem 'rails', ENV['RAILS_VERSION'] gem 'wagons', :path => File.expand_path(__FILE__).split("test#{File::SEPARATOR}dummy").first group :development, :test do gem 'net-smtp' end group :test do gem 'mocha', :require => false gem 'rails-controller-testing' gem 'sqlite3', '~> 2.1' end # Include the wagons you want attached in Wagonfile. # Do not check Wagonfile into source control. # # To create a Wagonfile suitable for development, run 'rake wagon:file' # wagonfile = File.expand_path('../Wagonfile', __FILE__) eval(File.read(wagonfile)) if File.exist?(wagonfile)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wagons-0.9.1 | test/dummy/Gemfile |
wagons-0.9.0 | test/dummy/Gemfile |