From 477bed8871a1e15cb91825b4a4efee5b308d4cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 18 Dec 2015 04:53:38 -0200 Subject: Use released rack --- Gemfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index e4e59241fb..51e7c0043c 100644 --- a/Gemfile +++ b/Gemfile @@ -5,9 +5,6 @@ gemspec # We need a newish Rake since Active Job sets its test tasks' descriptions. gem 'rake', '>= 10.3' -# We need unreleased Rack 2.0.0.alpha -gem 'rack', github: 'rack/rack', branch: 'master' - # This needs to be with require false to ensure correct loading order, as has to # be loaded after loading the test library. gem 'mocha', '~> 0.14', require: false -- cgit v1.2.3