Skip to content

Commit

Permalink
Add local Gemfile dependency on easy_translate
Browse files Browse the repository at this point in the history
A recent version of `i18n-tasks` made the `easy_translate` dependency
optional. We still need it, so it is added explictly.
  • Loading branch information
Tom Johnson committed Mar 11, 2019
1 parent 92969f8 commit 579eb89
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 @@ -5,6 +5,7 @@ gemspec

group :development, :test do
gem 'coveralls', require: false
gem 'easy_translate'
gem 'i18n-tasks'
gem 'pry' unless ENV['CI']
gem 'pry-byebug' unless ENV['CI']
Expand Down

0 comments on commit 579eb89

Please sign in to comment.