mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-09 00:03:05 -04:00
Merge pull request #495 from stripe/brandur-kill-19
Remove support for Ruby 1.9
This commit is contained in:
commit
31b0ccfb33
@ -1,13 +1,11 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1
|
- 2.1
|
||||||
- 2.2
|
- 2.2
|
||||||
- 2.3.0
|
- 2.3.0
|
||||||
- 2.4.0
|
- 2.4.0
|
||||||
- jruby-19mode
|
|
||||||
- jruby-9.0.5.0
|
- jruby-9.0.5.0
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
14
Gemfile
14
Gemfile
@ -8,19 +8,7 @@ group :development do
|
|||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'shoulda-context'
|
gem 'shoulda-context'
|
||||||
gem 'test-unit'
|
gem 'test-unit'
|
||||||
|
gem 'webmock'
|
||||||
# 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
|
|
||||||
#
|
|
||||||
if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.0.0')
|
|
||||||
gem 'mime-types', '2.6.2'
|
|
||||||
gem 'rest-client', '1.8.0'
|
|
||||||
end
|
|
||||||
|
|
||||||
platforms :mri do
|
platforms :mri do
|
||||||
# to avoid problems, bring Byebug in on just versions of Ruby under which
|
# to avoid problems, bring Byebug in on just versions of Ruby under which
|
||||||
|
Loading…
x
Reference in New Issue
Block a user