Lock down ActiveSupport version to < 5

This commit is contained in:
Steve Bazyl 2016-08-08 13:24:05 -07:00
parent df3e9a3c32
commit ff11f30681
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ group :development do
gem 'rmail', '~> 1.1'
gem 'sinatra', '~> 1.4'
gem 'redis', '~> 3.2'
gem 'activesupport', '>= 3.2'
gem 'activesupport', '>= 3.2', '< 5.0'
end
platforms :jruby do