Sha256: 7ec6f03b834c0fc99c50b5d79b49cebe5602994f35a7b4f97b22a70bf6be5a03
Contents?: true
Size: 516 Bytes
Versions: 5
Compression:
Stored size: 516 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'anchorman', :platform => :mri # during development, do not release if ENV['TRAVIS'] gem 'jasmine-core', :git => 'http://github.com/jasmine/jasmine.git' else gem 'jasmine-core', :path => '../jasmine' end if ENV['RAILS_VERSION'] == "rails4" gem 'rack', '~> 1.6.0' elsif ENV['RAILS_VERSION'] == "pojs" gem 'rack', '< 2.0' else gem 'rack', '>= 2.0' end gem 'mime-types', '< 3.0', platform: [:jruby] platform :rbx do gem 'json' gem 'rubysl' gem 'racc' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
jasmine-3.5.0 | Gemfile |
jasmine-3.4.0 | Gemfile |
jasmine-3.3.0 | Gemfile |
jasmine-3.2.0 | Gemfile |
jasmine-3.1.0 | Gemfile |