Sha256: c1c9faa1a4075d4c8e180ec2ea3c4f74a0221ae99b9e5b25e570156df820e610

Contents?: true

Size: 292 Bytes

Versions: 19

Compression:

Stored size: 292 Bytes

Contents

source "https://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

19 entries across 16 versions & 3 rubygems

Version Path
rack-protection-2.2.4 Gemfile
rack-protection-2.2.3 Gemfile
rack-protection-2.2.2 Gemfile
rack-protection-2.2.1 Gemfile
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/2.6.0/gems/rack-protection-2.1.0/Gemfile
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/2.6.0/gems/rack-protection-2.2.0/Gemfile
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/3.0.0/gems/rack-protection-2.1.0/Gemfile
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/3.1.0/gems/rack-protection-2.1.0/Gemfile
rack-protection-2.2.0 Gemfile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/rack-protection-2.1.0/Gemfile
rack-protection-2.1.0 Gemfile
rack-protection-2.0.8.1 Gemfile
rack-protection-2.0.8 Gemfile
rack-protection-2.0.7 Gemfile
rack-protection-2.0.6 Gemfile
rack-protection-2.0.5 Gemfile
rack-protection-2.0.4 Gemfile
rack-protection-2.0.3 Gemfile
rack-protection-2.0.2 Gemfile