Skip to content

Commit

Permalink
Rails 4.1.6 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Sep 18, 2014
1 parent 4310150 commit 25c1b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.3', '<= 4.1.5'
s.add_dependency 'rails', '>= 4.0.3', '<= 4.1.6'
s.add_dependency 'simple_form', '~> 3.0.1'
s.add_dependency 'sanitize', '2.0.6'
s.add_dependency 'workflow', '1.0.0'
Expand Down

0 comments on commit 25c1b45

Please sign in to comment.