Sha256: 0aa3e00d8d7c4e1c9a373a83a1f9efe315c9a266930a96e00c09559ea1d8e2ce

Contents?: true

Size: 291 Bytes

Versions: 10

Compression:

Stored size: 291 Bytes

Contents

source "http://rubygems.org"
# encoding: utf-8

gem 'rake'

rack_version = ENV['rack'].to_s
rack_version = nil if rack_version.empty? or rack_version == 'stable'
rack_version = {:github => 'rack/rack'} if rack_version == 'master'
gem 'rack', rack_version

gem 'sinatra', path: '..'

gemspec

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
rack-protection-2.0.1 Gemfile
rack-protection-2.0.1.rc1 Gemfile
rack-protection-2.0.0 Gemfile
rack-protection-2.0.0.rc6 Gemfile
rack-protection-2.0.0.rc5 Gemfile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/rack-protection-2.0.0.rc2/Gemfile
rack-protection-2.0.0.rc2 Gemfile
rack-protection-2.0.0.rc1 Gemfile
rack-protection-2.0.0.beta2 Gemfile
rack-protection-2.0.0.beta1 Gemfile