Sha256: b44dbb0fac242a033254e540f95685c2b1667d429b923c1c7eb99083217e1e42
Contents?: true
Size: 546 Bytes
Versions: 9
Compression:
Stored size: 546 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 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
9 entries across 9 versions & 1 rubygems