diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-28 07:15:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 07:15:20 +0100 |
commit | 26fe37c41460d6db3b5dd975a86c14fdd8dfadf3 (patch) | |
tree | d9c0947ac7a92404e4fdc22de4ad6de2258684f0 /Gemfile | |
parent | 11b3ee4f4c1ede03f31dff4048283480ee22dd5f (diff) |
Update i18n-tasks and change CircleCI command (#9104)
* Update i18n-tasks and CircleCI command * Fix #9088 * Update i18n-tasks * Fix ast
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 1e48b500a..ca2d2d51a 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: '7a57fbe7000f4f8120e250a757ab345c28c6885c' + gem 'i18n-tasks', '~> 0.9', require: false, git: 'https://github.com/Gargron/i18n-tasks.git', ref: 'ab6e10878ccdb6243f934f30372276d260c14251' gem 'pry-byebug', '~> 3.6' gem 'pry-rails', '~> 0.3' gem 'rspec-rails', '~> 3.8' |