Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Exclude Rails versions 4.2.0, 4.2.1, 4.2.2 and 4.2.3 from being used,…
… since those versions have counter_cache bugs that Forem will run into.
  • Loading branch information
yan-hoose committed Aug 25, 2015
1 parent 7fb31c3 commit 919bf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forem.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'sass-rails', '~> 4.0'
s.add_development_dependency 'coffee-rails', '~> 4.0'

s.add_dependency 'rails', '~> 4.0'
s.add_dependency 'rails', '~> 4.0', '!= 4.2.0', '!= 4.2.1', '!= 4.2.2', '!= 4.2.3'
s.add_dependency 'simple_form', '~> 3.0'
s.add_dependency 'sanitize', '2.0.6'
s.add_dependency 'workflow', '1.0.0'
Expand Down

0 comments on commit 919bf45

Please sign in to comment.