Skip to content

Commit

Permalink
Relaxes requirements on Rails to make it compatible with Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorben Starsy authored and Thorben Starsy committed Nov 23, 2020
1 parent db454b5 commit 1353b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros-apartment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/rails-on-services/apartment'
s.licenses = ['MIT']

s.add_dependency 'activerecord', '>= 5.0.0', '< 6.1'
s.add_dependency 'activerecord', '>= 5.0.0', '< 6.2'
s.add_dependency 'parallel', '< 2.0'
s.add_dependency 'public_suffix', '>= 2.0.5', '< 5.0'
s.add_dependency 'rack', '>= 1.3.6', '< 3.0'
Expand Down

0 comments on commit 1353b8d

Please sign in to comment.