Skip to content

Commit

Permalink
Fix tests on Ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed May 7, 2016
1 parent ec3b579 commit 51a0d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -8,5 +8,6 @@ group :test do
if RUBY_VERSION.to_f == 1.8
gem 'mime-types', '< 2.0.0'
gem 'rest-client', '< 1.7.0'
gem 'test-unit', '< 3.1.0'
end
end

0 comments on commit 51a0d57

Please sign in to comment.