Sha256: 0343bea723f47943ad991c61ab81dde515797423e0358fa31b1c33e0e86921f4

Contents?: true

Size: 371 Bytes

Versions: 6

Compression:

Stored size: 371 Bytes

Contents

source 'https://rubygems.org'

gemspec


# during development, do not release
if ENV['CIRCLECI']
  gem 'jasmine-core', :git => 'http://github.com/jasmine/jasmine.git', ref: 'main'
else
  gem 'jasmine-core', :path => '../jasmine'
end

gem 'rack', '>= 2.0'

gem 'mime-types', '< 3.0', platform: [:jruby]

if ENV['RAILS_VERSION'] != 'rails4'
  gem "bundler", ">= 2.1.4"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jasmine-3.99.0 Gemfile
jasmine-3.10.0 Gemfile
jasmine-3.9.2 Gemfile
jasmine-3.9.1 Gemfile
jasmine-3.9.0 Gemfile
jasmine-3.8.1 Gemfile