Skip to content

Commit

Permalink
Fix gemspec for rubygem-i18n 0.8.1 update
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Feb 22, 2017
1 parent 0ee75c6 commit a102220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sysutils/vagrant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= vagrant
PORTVERSION= 1.8.7
PORTREVISION= 3
PORTREVISION= 4
DISTVERSIONPREFIX= v
CATEGORIES= sysutils rubygems devel

Expand Down
3 changes: 2 additions & 1 deletion sysutils/vagrant/files/patch-gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
+ s.add_dependency "bundler", ">= 1.12.5"
+ s.add_dependency "childprocess", ">= 0.5.0"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", ">= 0.6.0", "<= 0.8.0"
- s.add_dependency "i18n", ">= 0.6.0", "<= 0.8.0"
+ s.add_dependency "i18n", ">= 0.6.0"
s.add_dependency "listen", "~> 3.1.5"
s.add_dependency "hashicorp-checkpoint", "~> 0.1.1"
s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"
Expand Down

0 comments on commit a102220

Please sign in to comment.