Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chamnap committed Nov 22, 2013
1 parent 226fae6 commit bc5806c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions active_record_uuid.gemspec
Expand Up @@ -16,6 +16,9 @@ Gem::Specification.new do |gem|
gem.version = ActiveRecordUuid::VERSION
gem.license = "MIT"

gem.required_ruby_version = '>= 1.9.3'
gem.required_rubygems_version = '>= 1.8.11'

gem.add_development_dependency "rake", "~> 10.1.0"
gem.add_development_dependency "bundler", ">= 1.3.5"
gem.add_development_dependency "rspec", "~> 2.12.0"
Expand Down

0 comments on commit bc5806c

Please sign in to comment.