diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-29 13:46:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-29 13:46:39 +0100 |
commit | 32f950a7a8d3acfed43d76cb21d0fc06a471bafe (patch) | |
tree | e4d3f9dc6f1951e1e919f8a91b6c5b0e415904f3 /Gemfile | |
parent | fb2e699eeb36951d51dfc2c87c30d67c23a73364 (diff) |
Update i18n-tasks to master (#9139)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 113b40d85..452daab9e 100644 --- a/Gemfile +++ b/Gemfile @@ -95,7 +95,7 @@ gem 'rdf-normalize', '~> 0.3' group :development, :test do gem 'fabrication', '~> 2.20' gem 'fuubar', '~> 2.3' - gem 'i18n-tasks', '~> 0.9', require: false, git: 'https://github.com/Gargron/i18n-tasks.git', ref: 'ab6e10878ccdb6243f934f30372276d260c14251' + gem 'i18n-tasks', '~> 0.9', require: false, git: 'https://github.com/glebm/i18n-tasks.git', branch: 'master', ref: 'a1c9089b4ffed4f33e3b3a1bb2378d7a23445c0f' gem 'pry-byebug', '~> 3.6' gem 'pry-rails', '~> 0.3' gem 'rspec-rails', '~> 3.8' |