Skip to content

Commit

Permalink
Lock down ActiveSupport version to < 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrrl committed Aug 8, 2016
1 parent df3e9a3 commit ff11f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff11f30

Please sign in to comment.