Skip to content

Commit

Permalink
Support rack-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Oct 21, 2016
1 parent 72e3304 commit 4f5dfb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

gem 'rspec'
gem "rack"
gem "sinatra"
gem 'rspec', "~> 2.0"
gem "rack", ">= 1.0"
gem "sinatra", "~> 2.0.0.beta"
gem 'rake'

gem "codeclimate-test-reporter", group: :test, require: nil

0 comments on commit 4f5dfb7

Please sign in to comment.