Added addressable to the gemfile (#2001)

addressable is required for middleman init, but was not installed as part of a fresh install of Middleman
master
James Pearson 2016-11-04 14:56:30 +00:00 committed by Thomas Reynolds
parent 604c0e2b5d
commit 97082d5fc4
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ gem 'byebug'
gem 'aruba', '~> 0.7.4', require: false
gem 'rspec', '~> 3.0', require: false
gem 'cucumber', '~> 2.0', require: false
gem 'addressable', '~> 2.4.0', require: false
# Optional middleman dependencies, included for tests
gem 'haml', '>= 4.0.5', require: false