jam-cloud/monitor/Gemfile

12 lines
252 B
Ruby
Raw Permalink Normal View History

source "https://rubygems.org"
gem "rspec"
gem "capybara"
gem "capybara-screenshot"
gem "poltergeist"
gem "launchy" # used for opening pages/screenshots when debugging
# these used only for the Fixnum#seconds method :-/
gem "i18n"
gem "activesupport"