Drop support for Ruby 1.8.7
Showing
... | @@ -29,10 +29,7 @@ group :development do | ... | @@ -29,10 +29,7 @@ group :development do |
# Integration tests | # Integration tests | ||
gem 'diffy' | gem 'diffy' | ||
gem 'clintegracon' | gem 'clintegracon' | ||
gem 'rubocop' | |||
if RUBY_VERSION >= '1.9.3' | |||
gem 'rubocop' | |||
end | |||
if RUBY_PLATFORM.include?('darwin') | if RUBY_PLATFORM.include?('darwin') | ||
# Make Xcodeproj faster | # Make Xcodeproj faster | ||
... | @@ -48,10 +45,3 @@ group :debugging do | ... | @@ -48,10 +45,3 @@ group :debugging do |
gem 'ruby-prof' | gem 'ruby-prof' | ||
end | end | ||
group :ruby_1_8_7 do | |||
# Lock the current lowest requirement for ActiveSupport 3 to ensure we don't | |||
# re-introduce https://github.com/CocoaPods/CocoaPods/issues/1950 | |||
gem 'i18n', '0.6.4' | |||
gem 'mime-types', '< 2.0' | |||
gem 'activesupport', '< 4' | |||
end |
Please
register
or
sign in
to comment