This gem contains only the dependencies for the website so they can be used consistently between all the WAI site repos
Put the following in the repos Gemfile
and run bundle install
as usual
gem "wai-gems", :path => "_external/data/wai-gems"
- edit
wai-gems.gemspec
adding any new dependencies - run
gem build wai-gems.gemspec
- commit