Skip to content

Commit

Permalink
buttons_for.gemspec: Set minimum ruby version to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olejrosendahl committed Sep 6, 2015
1 parent 6af14de commit 9695814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buttons_for.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]

s.required_ruby_version = '>= 1.9.3'

s.add_dependency "railties", ">= 3.2", "< 5.0"
s.add_dependency "font-awesome-rails", "~> 4.4"

Expand Down

0 comments on commit 9695814

Please sign in to comment.