Sha256: 3fce2e7b0b1f1d3c187ba48ac790988cec4ee72335ea06541e40500209289649

Contents?: true

Size: 365 Bytes

Versions: 9

Compression:

Stored size: 365 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'
# encoding: utf-8

gem 'rake'

rack_version = ENV['rack'].to_s
rack_version = nil if rack_version.empty? || (rack_version == 'stable')
rack_version = { github: 'rack/rack' } if rack_version == 'main'
gem 'rack', rack_version

gem 'sinatra', path: '..'

gemspec

gem 'rack-test', github: 'rack/rack-test'

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.5/Gemfile
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.5/Gemfile
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.5/Gemfile
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.5/Gemfile
rack-protection-3.0.5 Gemfile
rack-protection-3.0.4 Gemfile
rack-protection-3.0.3 Gemfile
rack-protection-3.0.2 Gemfile
rack-protection-3.0.1 Gemfile