Lock down ActiveSupport version to < 5
This commit is contained in:
parent
df3e9a3c32
commit
ff11f30681
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ group :development do
|
||||||
gem 'rmail', '~> 1.1'
|
gem 'rmail', '~> 1.1'
|
||||||
gem 'sinatra', '~> 1.4'
|
gem 'sinatra', '~> 1.4'
|
||||||
gem 'redis', '~> 3.2'
|
gem 'redis', '~> 3.2'
|
||||||
gem 'activesupport', '>= 3.2'
|
gem 'activesupport', '>= 3.2', '< 5.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
platforms :jruby do
|
platforms :jruby do
|
||||||
|
|
Loading…
Reference in New Issue