Skip to content

Commit

Permalink
Wider compatibility with Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Glen committed Dec 21, 2015
1 parent 22019f0 commit 1fe8969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smithycms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--main"]
s.files = Dir["{app,config,db,lib,vendor}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency 'rails', '~> 4.1.6'
s.add_dependency 'rails', '>= 4.0.0', '< 5'
s.add_dependency 'jquery-rails'

s.add_dependency 'autoprefixer-rails' # for bootstrap-sass
Expand Down

0 comments on commit 1fe8969

Please sign in to comment.