Sha256: 96a086755ee755bd4cc9c3ddf13b9019b3b6bda7c0051c74b134006ad65affb8
Contents?: true
Size: 673 Bytes
Versions: 1
Compression:
Stored size: 673 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 'sqlite3' end group :test do gem 'mocha', :require => false if ENV['RAILS_VERSION'].nil? || ENV['RAILS_VERSION'][/(\d+\.\d+\.\d+)/, 1] >= '5.0' gem 'rails-controller-testing' end 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wagons-0.5.0 | test/dummy/Gemfile |