Sha256: c9d3983fa46051dbd430071ee8a779169df54c7d5ede83b99f29635a7c7a64a4

Contents?: true

Size: 977 Bytes

Versions: 16

Compression:

Stored size: 977 Bytes

Contents

source "https://rubygems.org"

group :development do
  gem "gemspec_deps_gen"
  gem "gemcutter"
end

group :test do
  gem "mocha", :require => false
  gem "rspec"
  gem "turnip_formatter"
  gem "gnawrnip"
end

group :acceptance_test do
  gem "activesupport", "~> 4.1.6"
  gem "capybara", "~> 2.4.3"
  gem "capybara-firebug", "~> 2.1.0"
  gem "selenium-webdriver", "~> 2.43.0"

  gem "capybara-webkit", "~> 1.3.0"
  gem "cucumber", "~> 1.3.17"
  gem "rspec-example_steps", "~> 3.0.2"
  gem "turnip", "~> 1.2.4"

  # Note: You need to install qt:
  # Mac: brew install qt
  # Ubuntu: sudo apt-get install libqt4-dev libqtwebkit-dev
  # Debian: sudo apt-get install libqt4-dev
  # Fedora: yum install qt-webkit-devell

  # for chrome support:
  # brew install chromedriver

  # brew install phantomjs
  gem "poltergeist", "~> 1.5.1"
end

# group :debug do
  # gem "debugger-ruby_core_source"
  # gem "ruby-debug-base19x", "0.11.30.pre12"
  # gem "ruby-debug-ide", "0.4.17"
# end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
acceptance_test-1.8.2 Gemfile
acceptance_test-1.8.1 Gemfile
acceptance_test-1.8.0 Gemfile
acceptance_test-1.7.14 Gemfile
acceptance_test-1.7.13 Gemfile
acceptance_test-1.7.12 Gemfile
acceptance_test-1.7.11 Gemfile
acceptance_test-1.7.9 Gemfile
acceptance_test-1.7.8 Gemfile
acceptance_test-1.7.7 Gemfile
acceptance_test-1.7.6 Gemfile
acceptance_test-1.7.5 Gemfile
acceptance_test-1.7.4 Gemfile
acceptance_test-1.7.3 Gemfile
acceptance_test-1.7.2 Gemfile
acceptance_test-1.7.1 Gemfile