mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[bundler/bundler] Bump rack and sinatra to latest versions
https://github.com/bundler/bundler/commit/09ecaf04fa
This commit is contained in:
parent
129657ab6a
commit
0aed0bd9ed
Notes:
git
2019-08-31 04:40:14 +09:00
4 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,8 @@ require File.expand_path("../../path.rb", __FILE__)
|
|||
require Spec::Path.root.join("lib/bundler/deprecate")
|
||||
include Spec::Path
|
||||
|
||||
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,rack,tilt,sinatra}-*/lib")].map(&:to_s))
|
||||
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra}-*/lib")].map(&:to_s))
|
||||
|
||||
require "artifice"
|
||||
require "sinatra/base"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
require File.expand_path("../../path.rb", __FILE__)
|
||||
include Spec::Path
|
||||
|
||||
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,rack,tilt,sinatra}-*/lib")].map(&:to_s))
|
||||
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra}-*/lib")].map(&:to_s))
|
||||
|
||||
require "artifice"
|
||||
require "sinatra/base"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
require File.expand_path("../../path.rb", __FILE__)
|
||||
include Spec::Path
|
||||
|
||||
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,rack,tilt,sinatra}-*/lib")].map(&:to_s))
|
||||
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra}-*/lib")].map(&:to_s))
|
||||
|
||||
require "artifice"
|
||||
require "sinatra/base"
|
||||
|
|
|
@ -16,12 +16,11 @@ module Spec
|
|||
}.freeze
|
||||
|
||||
DEPS = {
|
||||
# artifice doesn't support rack 2.x now.
|
||||
"rack" => "< 2.0",
|
||||
"rack" => "~> 2.0",
|
||||
"rack-test" => "~> 1.1",
|
||||
"artifice" => "~> 0.6.0",
|
||||
"compact_index" => "~> 0.11.0",
|
||||
"sinatra" => "~> 1.4.7",
|
||||
"sinatra" => "~> 2.0",
|
||||
# Rake version has to be consistent for tests to pass
|
||||
"rake" => "12.3.2",
|
||||
"builder" => "~> 3.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue