Skip to content

Commit

Permalink
gemspec: Disallow 6.0.0.rc2
Browse files Browse the repository at this point in the history
This version of Rails won't work with this Thredded release because
the work-around for its bug has been removed.

Refs rails/rails#36761
  • Loading branch information
glebm committed Aug 17, 2019
1 parent 0dc166e commit 13f9ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thredded.gemspec
Expand Up @@ -29,7 +29,7 @@ Thredded works with SQLite, MySQL (v5.6.4+), and PostgreSQL. See the demo at htt
s.add_dependency 'kaminari'
s.add_dependency 'nokogiri'
s.add_dependency 'pundit', '>= 1.1.0'
s.add_dependency 'rails', '>= 4.2.10'
s.add_dependency 'rails', '>= 4.2.10', '!= 6.0.0.rc2'
s.add_dependency 'rb-gravatar'

# post rendering
Expand Down

0 comments on commit 13f9ffc

Please sign in to comment.