Update i18n-tasks to master (#9139)

This commit is contained in:
Eugen Rochko 2018-10-29 13:46:39 +01:00 committed by GitHub
parent fb2e699eeb
commit 32f950a7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -95,7 +95,7 @@ gem 'rdf-normalize', '~> 0.3'
group :development, :test do group :development, :test do
gem 'fabrication', '~> 2.20' gem 'fabrication', '~> 2.20'
gem 'fuubar', '~> 2.3' 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-byebug', '~> 3.6'
gem 'pry-rails', '~> 0.3' gem 'pry-rails', '~> 0.3'
gem 'rspec-rails', '~> 3.8' gem 'rspec-rails', '~> 3.8'

View File

@ -1,7 +1,8 @@
GIT GIT
remote: https://github.com/Gargron/i18n-tasks.git remote: https://github.com/glebm/i18n-tasks.git
revision: ab6e10878ccdb6243f934f30372276d260c14251 revision: a1c9089b4ffed4f33e3b3a1bb2378d7a23445c0f
ref: ab6e10878ccdb6243f934f30372276d260c14251 ref: a1c9089b4ffed4f33e3b3a1bb2378d7a23445c0f
branch: master
specs: specs:
i18n-tasks (0.9.27) i18n-tasks (0.9.27)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)