about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-10-29 13:46:39 +0100
committerGitHub <noreply@github.com>2018-10-29 13:46:39 +0100
commit32f950a7a8d3acfed43d76cb21d0fc06a471bafe (patch)
treee4d3f9dc6f1951e1e919f8a91b6c5b0e415904f3
parentfb2e699eeb36951d51dfc2c87c30d67c23a73364 (diff)
Update i18n-tasks to master (#9139)
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock7
2 files changed, 5 insertions, 4 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'
diff --git a/Gemfile.lock b/Gemfile.lock
index bb90b73ec..b5432bb01 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,8 @@
 GIT
-  remote: https://github.com/Gargron/i18n-tasks.git
-  revision: ab6e10878ccdb6243f934f30372276d260c14251
-  ref: ab6e10878ccdb6243f934f30372276d260c14251
+  remote: https://github.com/glebm/i18n-tasks.git
+  revision: a1c9089b4ffed4f33e3b3a1bb2378d7a23445c0f
+  ref: a1c9089b4ffed4f33e3b3a1bb2378d7a23445c0f
+  branch: master
   specs:
     i18n-tasks (0.9.27)
       activesupport (>= 4.0.2)