Skip to content

Commit

Permalink
Add back (accidentially removed) rack-test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tobmatth committed Sep 10, 2017
1 parent 7f7b0ac commit c5470d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ end
#
group :test do
gem 'rack-test', '< 0.7.0' if RUBY_VERSION < '2.2.2'
gem 'rack-test', '~> 0.7' if RUBY_VERSION > '2.2.2'
gem 'test-unit', '~> 2.5' if RUBY_VERSION < '1.9.3'
gem 'test-unit' if RUBY_VERSION >= '1.9.3'
gem 'shoulda', '~> 2.11.3'
Expand Down

0 comments on commit c5470d8

Please sign in to comment.