Skip to content

Commit

Permalink
Add i18n-tasks development dependency
Browse files Browse the repository at this point in the history
This gem can replace our custom, old and untested tasks for Yaml files
management.
This is not compatible with older solidus versions but that's not a problem. We
only need this when using the master branch.
  • Loading branch information
alepore committed May 23, 2017
1 parent 01ba254 commit 46986b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem 'mysql2'

group :development, :test do
gem "pry-rails"
gem 'i18n-tasks', '~> 0.9' if branch == 'master'
end

gemspec

0 comments on commit 46986b3

Please sign in to comment.