Sha256: 939ca4efdf9b18aa368153b36edd15834886a9b2ffeffb572b243c50ed90294d
Contents?: true
Size: 978 Bytes
Versions: 2
Compression:
Stored size: 978 Bytes
Contents
source :rubygems gemspec group :development do gem 'ruby-debug' # Uncomment the following lines if there are local gem changes. Change the path option # to your workspace location. Commit the changed Gemfile and Gemfile.lock to a git branch # named 'local' rather than to the master branch. Do not check in the local change. gem 'caruby-core', :path => File.dirname(__FILE__) + '/../core' gem 'caruby-tissue', :path => File.dirname(__FILE__) + '/../tissue' gem 'caruby-small', :path => File.dirname(__FILE__) + '/../small' gem 'jinx', :path => File.dirname(__FILE__) + '/../../jinx/core' gem 'jinx-json', :path => File.dirname(__FILE__) + '/../../jinx/json' gem 'caruby-scat', :path => File.dirname(__FILE__), :require => 'scat' end group :test do gem 'rspec', '>= 2.6' gem 'sinatra', '=1.2.6' # TODO - retry with 1.3 when it is available gem 'shotgun' gem 'cucumber' gem 'capybara' gem 'launchy' gem 'rack-test', :require => 'rack/test' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caruby-scat-1.2.2 | Gemfile |
caruby-scat-1.2.1 | Gemfile |