Skip to content

Commit

Permalink
update ruby version
Browse files Browse the repository at this point in the history
this covers almost all of the changes suggested in microformats#85
based on discussions in IRC, i think this is our best option for now
not doing the version bump until actual release
  • Loading branch information
Ben Roberts authored and jgarber623 committed Jul 5, 2018
1 parent 472d5a5 commit 4d9b574
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3
2.4.4
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: ruby
cache: bundler
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- 2.4.4
- 2.5.1
before_install:
- gem update --system
- gem update bundler
Expand Down
2 changes: 1 addition & 1 deletion microformats.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'microformats/version'

Gem::Specification.new do |spec|
spec.required_ruby_version = ['>= 2.0', '< 2.6']
spec.required_ruby_version = ['>= 2.4', '< 2.6']

spec.name = 'microformats'
spec.version = Microformats::VERSION
Expand Down

0 comments on commit 4d9b574

Please sign in to comment.