Skip to content

Commit

Permalink
Merge pull request #1412 from tvdeyen/behave-localeapp
Browse files Browse the repository at this point in the history
Do not require localeapp gem
  • Loading branch information
tvdeyen authored Apr 11, 2018
2 parents 94dd6a8 + e0bd4c9 commit 8e476d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ group :development, :test do
gem 'spring-commands-rspec'
gem 'rubocop', require: false
gem 'listen'
gem 'localeapp', '~> 3.0'
gem 'localeapp', '~> 3.0', require: false
gem 'dotenv', '~> 2.2'
end
gem 'capybara', '~> 3.0'
Expand Down

0 comments on commit 8e476d3

Please sign in to comment.