Sha256: 8aaa5f276b35e62dfb5c762532d51016d3132d8d2397f8826a66bc3ac9422993

Contents?: true

Size: 282 Bytes

Versions: 8

Compression:

Stored size: 282 Bytes

Contents

source 'http://rubygems.org'

gem 'sinatra'

group :test do
  gem 'cucumber'
  gem "cucumber-sinatra", :require => false
  gem 'pony'
  gem 'capybara'
  gem 'nokogiri'
  gem 'xpath'
  gem 'rspec'
  gem 'rack-test'
  gem "email_spec", :path => "../../", :require => "email_spec"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
email_spec-2.3.0 examples/sinatra_root/Gemfile
email_spec-2.2.2 examples/sinatra_root/Gemfile
email_spec-2.2.1 examples/sinatra_root/Gemfile
email_spec-2.2.0 examples/sinatra_root/Gemfile
email_spec-2.1.2 examples/sinatra_root/Gemfile
email_spec-2.1.1 examples/sinatra_root/Gemfile
email_spec-2.1.0 examples/sinatra_root/Gemfile
email_spec-2.0.0 examples/sinatra_root/Gemfile