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 c597f66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cache: bundler
before_install:
- gem install bundler
before_script:
- psql -V
- createdb test
rvm:
- 2.4.1
Expand Down
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 c597f66

Please sign in to comment.