mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Workaround for mime-types related failures on 1.9
This commit is contained in:
parent
d6c73c2b65
commit
d250120102
11
Gemfile
11
Gemfile
@ -9,6 +9,17 @@ group :development do
|
||||
gem 'shoulda-context'
|
||||
gem 'test-unit'
|
||||
|
||||
# mime-types has become only compatible with Ruby versions > 2 and we're
|
||||
# still supporting 1.9 for the time being. Lock to old versions of
|
||||
# mime-types and rest-client which are known to work in our Gemfile (it's
|
||||
# fine to use newer versions in live environments so we don't have these in
|
||||
# the gemspec).
|
||||
#
|
||||
# https://github.com/travis-ci/travis-ci/issues/5145
|
||||
#
|
||||
gem 'mime-types', '2.6.2'
|
||||
gem 'rest-client', '1.8.0'
|
||||
|
||||
platforms :mri do
|
||||
# to avoid problems, bring Byebug in on just versions of Ruby under which
|
||||
# it's known to work well
|
||||
|
Loading…
x
Reference in New Issue
Block a user