Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #114 from eputnam/gettext
Browse files Browse the repository at this point in the history
(maint) add fast_gettext
  • Loading branch information
bmjen committed Dec 14, 2016
2 parents 4787128 + 6cafaad commit 037719a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ Gemfile:
- gem: json_pure
version: '<= 2.0.1'
condition: "Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.0.0')"
- gem: fast_gettext
version: '1.1.0'
condition: "Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.1.0')"
- gem: fast_gettext
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.1.0')"
':system_tests':
- gem: beaker
from_env: 'BEAKER_VERSION'
Expand Down

0 comments on commit 037719a

Please sign in to comment.