Skip to content

Commit

Permalink
Remove the required ruby version. Close #1.
Browse files Browse the repository at this point in the history
This doesn't mean that all versions are supported; latest version is recommended at all times.
  • Loading branch information
fnando committed Jun 24, 2017
1 parent 1d9b6ce commit c946d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ar-uuid.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "./lib/active_record/uuid/version"

Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.1.0"
spec.name = "ar-uuid"
spec.version = ActiveRecord::UUID::VERSION
spec.authors = ["Nando Vieira"]
Expand Down

0 comments on commit c946d65

Please sign in to comment.